thekevinscott/ml-classifier-ui
A UI tool for quickly training image classifiers in the browser
This tool helps you quickly train an image classifier right in your web browser. You provide example images, categorize them with labels (like 'dog' or 'cat'), and the tool learns to identify new images based on your training. It's perfect for anyone who needs to teach a computer to sort images without needing to write code.
247 stars. No commits in the last 6 months. Available on npm.
Use this if you need to rapidly create a custom image classification model for your specific image sets and want to do it all within your browser.
Not ideal if you need to train on extremely large datasets that would overwhelm a browser's memory or require advanced customization of the model architecture.
Stars
247
Forks
23
Language
TypeScript
License
MIT
Category
Last pushed
Jan 25, 2023
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.
Related frameworks
ntedgi/node-efficientnet
tensorflowJS implementation of EfficientNet 🚀
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
googlecreativelab/teachable-machine-v1
Explore how machine learning works, live in the browser. No coding required.