a-poor/flask-celery-ml
Handling long-running processes (like ML model predictions) inside a Flask app using Celery.
This helps data scientists or machine learning engineers integrate long-running machine learning model predictions into web applications. You input data through a web interface, and the system processes it in the background, eventually displaying the prediction results on the same page. It's designed for applications where immediate prediction isn't feasible and users can wait a moment for results.
No commits in the last 6 months.
Use this if you need to serve machine learning model predictions or other time-consuming computations through a web application without making the user wait indefinitely for a response.
Not ideal if your predictions or tasks are extremely fast and can be computed instantly without noticeable delay.
Stars
12
Forks
4
Language
HTML
License
—
Category
Last pushed
Jan 13, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/a-poor/flask-celery-ml"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ai4os/DEEPaaS
A REST API to serve machine learning and deep learning models
GZTipDM/TipDM
TipDM建模平台,开源的数据挖掘工具。
pratos/flask_api
Creating a Machine Learning API using Flask - Repository for AV Article
datmo/datmo
Open source production model management tool for data scientists
kb22/ML-React-App-Template
This is a template for creating a Machine Learning application with its front-end developed...