MarwanDebbiche/post-tuto-deployment
Build and deploy a machine learning app from scratch 🚀
This project helps aspiring machine learning practitioners understand the entire process of building and launching a machine learning application. It demonstrates how to collect customer review data, train a sentiment analysis model, and deploy it as an interactive web application. The primary user for this project is someone learning to take a machine learning model from concept to a publicly accessible tool.
393 stars. No commits in the last 6 months.
Use this if you are a machine learning student or practitioner looking for a concrete example of an end-to-end ML project, from data collection to deployment, with code examples and architectural insights.
Not ideal if you're looking for a production-ready, highly scalable, or rigorously tested application template without any learning curve or if you are not comfortable with various ML tools.
Stars
393
Forks
103
Language
Python
License
MIT
Category
Last pushed
May 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MarwanDebbiche/post-tuto-deployment"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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
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.