ml-tooling/opyrator
🪄 Turns your machine learning code into microservices with web API, interactive GUI, and more.
Leverages FastAPI, Streamlit, and Pydantic to automatically generate OpenAPI-compliant HTTP APIs and interactive web UIs directly from Python type hints and Pydantic models—no manual endpoint definition required. Functions can be packaged as self-contained executables or Docker images for portable deployment and sharing across environments.
3,138 stars and 109 monthly downloads. Available on PyPI.
Stars
3,138
Forks
164
Language
Python
License
MIT
Category
Last pushed
Mar 11, 2026
Monthly downloads
109
Commits (30d)
0
Dependencies
8
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mlops/ml-tooling/opyrator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
combust/mleap
MLeap: Deploy ML Pipelines to Production
ebhy/budgetml
Deploy a ML inference service on a budget in less than 10 lines of code.
jpmorganchase/inference-server
Deploy your AI/ML model to Amazon SageMaker for Real-Time Inference and Batch Transform using...
SocAIty/APIPod
Create web-APIs for long-running tasks. Job based task handling. Get the result with the job id...
tanujjain/deploy-ml-model
Deploying a simple machine learning model to an AWS ec2 instance using flask and docker.