twilio-labs/ml-training-api
A service template for asynchronous machine learning model training
This is a service template for data scientists and machine learning engineers who need to train machine learning models without tying up their main applications. You provide your model and training data, and this system handles the training process in the background. It then provides a status update when the model is ready.
No commits in the last 6 months.
Use this if you need to train machine learning models as an asynchronous background task, allowing your primary applications to remain responsive.
Not ideal if you need a pre-built machine learning model or a platform for immediate, synchronous model predictions.
Stars
18
Forks
3
Language
Python
License
MIT
Category
Last pushed
Nov 24, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/twilio-labs/ml-training-api"
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...