kingabzpro/FastAPI-for-ML
Building a simple FastAPI application for model inference.
This project helps machine learning engineers and data scientists quickly deploy their trained models as a web service. You provide a trained machine learning model, and it produces a live API endpoint that can receive new data and return predictions. This allows other applications to easily integrate and use your model's intelligence.
No commits in the last 6 months.
Use this if you need a straightforward way to expose a machine learning model for predictions over a network, without extensive web development overhead.
Not ideal if you require a complex web application with rich user interfaces, databases, or extensive backend logic beyond just model serving.
Stars
65
Forks
17
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 13, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kingabzpro/FastAPI-for-ML"
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...