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.
247 stars and 44 monthly downloads. No commits in the last 6 months. Available on npm.
Stars
247
Forks
23
Language
TypeScript
License
MIT
Category
Last pushed
Jan 25, 2023
Monthly downloads
44
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/thekevinscott/ml-classifier-ui"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ntedgi/node-efficientnet
tensorflowJS implementation of EfficientNet 🚀
googlecreativelab/teachable-machine-v1
Explore how machine learning works, live in the browser. No coding required.
SashiDo/teachablemachine-node
Using Teachable Machine Models in Node.js
thekevinscott/ml-classifier
A tool for quickly training image classifiers in the browser
fastai/tinypets
Minimal JS interface to an image classifer