bellande_artificial_intelligence_framework 0.1.0

A comprehensive artificial intelligence and computer vision training framework developed by Bellande AI Research. Provides tools and utilities for machine learning model development, training, and deployment.
Documentation
1
2
3
4
5
6
7
8
pub mod augmentation;
pub mod dataloader;
pub mod dataset;
pub mod image_decoder;
pub mod image_folder;
pub mod image_transformation_augmentation;
pub mod preprocessing;
pub mod sampler;