SashiDo/teachablemachine-node
Using Teachable Machine Models in Node.js
This tool helps developers integrate custom image recognition into their Node.js applications. You provide a web link to an image classifier model trained with Google's Teachable Machine and an image (via URL or base64), and it returns predictions about what the image contains. It's designed for developers building web services or applications that need to automatically categorize images.
No commits in the last 6 months. Available on npm.
Use this if you are a Node.js developer who needs to incorporate image classification from Teachable Machine models into your backend services or applications.
Not ideal if you need to classify audio, poses, or video, as it currently only supports image models.
Stars
57
Forks
16
Language
JavaScript
License
Apache-2.0
Category
Last pushed
Apr 21, 2024
Commits (30d)
0
Dependencies
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SashiDo/teachablemachine-node"
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 🚀
thekevinscott/ml-classifier
A tool for quickly training image classifiers in the browser
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.