#178 · Primary category: Inference & Local Deploy

budgetml

api data-science deployment fastapi inference machine-learning mlops

Deploy a ML inference service on a budget in less than 10 lines of code.

Project last updated:02/12/24

GitHub Stars

1.3K

Forks

65

Contributors

5

License

Apache-2.0

Why we included this project

BudgetML answers a question many practitioners have: how do I get a single model behind a secure HTTPS endpoint without learning Docker, Kubernetes, and TLS setup? It bundles FastAPI, LetsEncrypt certificates, OAuth2 auth, and GCP preemptible instances into a short launch call, so you can turn a Python Predictor class into a Swagger-documented API in minutes and cut compute costs by about 80%. That's the honest pitch: the authors say it's not for full production, and the repo hasn't been maintained lately, so treat it as a reference or starting point. For demos, internal tools, or quick prototypes on GCP, the approach and the code are still worth studying.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category