ml-classifier and ml-classifier-ui
The ml-classifier-ui is a user interface wrapper built on top of the ml-classifier library, making them complements designed to be used together—the core logic and training functionality in ml-classifier powers the browser-based UI in ml-classifier-ui.
About ml-classifier
thekevinscott/ml-classifier
A tool for quickly training image classifiers in the browser
About ml-classifier-ui
thekevinscott/ml-classifier-ui
A UI tool for quickly training image classifiers in the browser
Built as a React component wrapping the [`ml-classifier`](https://github.com/thekevinscott/ml-classifier) engine, it enables programmatic control via callbacks (`getMLClassifier`, `addData`, `train`, `predict`) and supports flexible image upload organization (nested folder structures for labeled datasets or flat file naming). Trained models can be exported and reused for inference, with configurable training parameters (epochs, batch size) and format validation passed through to the underlying TensorFlow.js-based classifier.
Scores updated daily from GitHub, PyPI, and npm data. How scores work