thekevinscott/ml-classifier
A tool for quickly training image classifiers in the browser
This tool helps you quickly train a custom image classifier using your own images, right in your web browser. You provide example images, optionally labeled by category, and it outputs a model that can identify those categories in new images. It's designed for anyone who needs to sort or categorize images efficiently.
114 stars. Used by 1 other package. No commits in the last 6 months. Available on npm.
Use this if you need a quick way to create a basic image classifier from your own visual data without deep technical knowledge or complex software setups.
Not ideal if you need to train on extremely large datasets, require the highest accuracy for critical applications, or need to run the classification on a server instead of in a web browser.
Stars
114
Forks
16
Language
JavaScript
License
MIT
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/thekevinscott/ml-classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
ntedgi/node-efficientnet
tensorflowJS implementation of EfficientNet 🚀
SashiDo/teachablemachine-node
Using Teachable Machine Models in Node.js
thekevinscott/ml-classifier-ui
A UI 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.