eightBEC/fastapi-ml-skeleton
FastAPI Skeleton App to serve machine learning models production-ready.
This project helps machine learning engineers quickly set up and serve their trained models as production-ready web APIs. It takes a machine learning model (like one for house price prediction) and outputs a secure, fast API endpoint. Machine learning engineers and MLOps specialists who need to deploy models into live applications will find this useful.
600 stars.
Use this if you are a machine learning engineer looking for a robust, secure, and fast starting point to deploy your machine learning models as an API.
Not ideal if you are an end-user without programming knowledge, as this tool requires familiarity with Python, development environments, and API concepts.
Stars
600
Forks
91
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 08, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/eightBEC/fastapi-ml-skeleton"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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...
kingabzpro/FastAPI-for-ML
Building a simple FastAPI application for model inference.