diff --git a/Cargo.toml b/Cargo.toml index e1e1d7e..b63f41b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ name = "bellande_artificial_intelligence_framework" version = "0.1.0" edition = "2021" -authors = ["Bellande Artificial Intelligence Computer Vision Research Innovation (BAICVRI) "] +authors = ["Bellande Artificial Intelligence Computer Vision Research Innovation Center (BAICVRI) ", "Ronaldson Bellande"] description = """ -A comprehensive artificial intelligence and computer vision training framework developed by Bellande AI Research. +A comprehensive artificial intelligence and computer vision training framework developed by Bellande Artificial Intelligence Computer Vision Research Innovation Center. Provides tools and utilities for machine learning model development, training, and deployment. """ diff --git a/dependencies.bellande b/dependencies.bellande index e69de29..dfa1604 100644 --- a/dependencies.bellande +++ b/dependencies.bellande @@ -0,0 +1,27 @@ +rand: "0.8" + +rand_distr: "0.4" + +serde: "1.0" + features: + derive + +serde_json: "1.0" + +serde_yaml: "0.9" + +num_cpus: "1.13" + +rayon: "1.5" + +plotters: "0.3" + +cudarc: "0.9" + features: + optional + +glob: "0.3.1" + +bincode: "1.3.3" + +sys-info: "0.9" diff --git a/scripts/bellos/make_rust_executable.bellos b/scripts/bellos/make_rust_executable.bellos index e327563..fa71c35 100755 --- a/scripts/bellos/make_rust_executable.bellos +++ b/scripts/bellos/make_rust_executable.bellos @@ -1 +1 @@ -bellande_rust_executable -d ../../dependencies.bellande -s ../../src -m bellande_artificial_intelligence_training_framework.rs -o ../../executable/bellande_artificial_intelligence_training_framework +bellande_rust_executable -d ../../dependencies.bellande -s ../../src -m bellande_artificial_intelligence_framework.rs -sp ./src -o ../../executable/bellande_artificial_intelligence_training_framework