kyopark2014/image-classification-api-server
It shows API server for image classification based on RESNET-50.
This project helps developers integrate image classification into their applications. You input an image file, and it outputs a label describing the main object detected in the image (e.g., 'Weimaraner', 'coffee mug'). This is for developers who want to add image recognition capabilities to web or mobile apps without building the classification model from scratch.
No commits in the last 6 months.
Use this if you are a developer looking for a ready-to-deploy API server for basic image classification using a pre-trained ResNet-50 model on AWS.
Not ideal if you need to train a custom image classification model, require advanced object detection (bounding boxes), or prefer not to use AWS services.
Stars
9
Forks
1
Language
TypeScript
License
—
Category
Last pushed
Jul 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kyopark2014/image-classification-api-server"
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 🚀
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
thekevinscott/ml-classifier
A tool for quickly training image classifiers in the browser
fastai/tinypets
Minimal JS interface to an image classifer