kalosm-learning 0.4.0

A simplified machine learning library for building off of pretrained models.
Documentation
1
2
3
4
mod model;
pub use model::*;
mod text_classifier;
pub use text_classifier::*;