https://github.com/dayyass/ml-as-service
Convert ML Models to Flask + Gunicorn + Docker Service.
https://github.com/dayyass/ml-as-service
api deep-learning docker flask gunicorn machine-learning python service
Last synced: 2 months ago
JSON representation
Convert ML Models to Flask + Gunicorn + Docker Service.
- Host: GitHub
- URL: https://github.com/dayyass/ml-as-service
- Owner: dayyass
- License: mit
- Created: 2022-08-30T15:47:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T09:56:02.000Z (about 3 years ago)
- Last Synced: 2025-08-06T07:59:07.867Z (2 months ago)
- Topics: api, deep-learning, docker, flask, gunicorn, machine-learning, python, service
- Language: Python
- Homepage:
- Size: 6.46 MB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My public talk about this project at Sberloga:
[**From Model to Service: Flask + Gunicorn + Docker**](https://youtu.be/onPlqEO0lN0)# ML as Service
Transform ML models to Service with:
- Flask
- Gunicorn
- Docker# Examples
- [ML](ml_as_service/ml)
- [NLP](ml_as_service/nlp)