trydoff/ML-Portal-FastAPI
A complete end-to-end machine learning portal that covers processes starting from model training to the model predicting results using FastAPI.
This portal helps data scientists and machine learning engineers streamline their model development. You can upload your raw dataset, which the system preprocesses, trains a model on, and then allows you to make predictions by uploading new test data. It's designed for anyone managing or deploying machine learning models in a practical setting.
No commits in the last 6 months.
Use this if you need a straightforward, end-to-end web interface for training machine learning models and generating predictions without deep coding.
Not ideal if you require highly customized data preprocessing steps or advanced model architectures not covered by standard options.
Stars
42
Forks
4
Language
Python
License
—
Category
Last pushed
Dec 04, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/trydoff/ML-Portal-FastAPI"
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...