DanilBaibak/real-time-ml-prediction
Build a production ready Machine Learning service for real-time prediction using FastAPI
This is a blueprint for developers to create web services that make machine learning predictions in real-time. It takes raw data, applies a trained ML model, and outputs an immediate prediction or classification. Developers would use this to quickly deploy and manage ML models as web APIs for applications needing instant analytical results.
No commits in the last 6 months.
Use this if you are a developer looking for a ready-to-use template to build a robust, production-ready REST API for real-time machine learning predictions.
Not ideal if you are an end-user seeking an out-of-the-box application for predictions; this project requires coding and deployment expertise.
Stars
35
Forks
12
Language
Python
License
MIT
Category
Last pushed
Jul 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/DanilBaibak/real-time-ml-prediction"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
eightBEC/fastapi-ml-skeleton
FastAPI Skeleton App to serve machine learning models production-ready.
satellite-image-deep-learning/model-training-and-deployment
Training and deployment of deep learning models for satellite & aerial imagery
MarwanDebbiche/post-tuto-deployment
Build and deploy a machine learning app from scratch 🚀
BolajiAyodeji/deploy-ml-web-workshop
In this workshop, you will learn how to build a machine learning model using...
codingforentrepreneurs/AI-as-an-API
Learn to create & deploy a deep learning algorithm into a production REST API microservice using...