smaranjitghose/img_ai_app_boilerplate
An image classification app boilerplate to serve your deep learning models asap!
This boilerplate helps machine learning practitioners quickly launch a simple web application for their image classification models. You provide your trained deep learning model files (TensorFlow/PyTorch) and the corresponding labels, and it generates a user-friendly app where others can upload images to get classifications. This is ideal for researchers, data scientists, or anyone who needs to demonstrate or share a trained image classification model without extensive web development.
No commits in the last 6 months.
Use this if you have a trained image classification model and want to quickly create a shareable web app for it, without writing all the front-end code from scratch.
Not ideal if you need a highly customized, complex web application with advanced user authentication, backend logic, or support for models beyond image classification.
Stars
35
Forks
23
Language
Python
License
MIT
Category
Last pushed
Mar 28, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/smaranjitghose/img_ai_app_boilerplate"
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
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