https://github.com/pythonbyte/ml-model-service
https://github.com/pythonbyte/ml-model-service
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythonbyte/ml-model-service
- Owner: pythonbyte
- Created: 2021-01-24T22:51:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T22:52:45.000Z (over 5 years ago)
- Last Synced: 2025-01-16T00:37:41.234Z (over 1 year ago)
- Language: JavaScript
- Size: 53.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy ML service
A project based upon the https://www.deploymachinelearning.com/ amazing tutorial.
This projects uses
* Python
* Django
* DRF
* Docker
* Machine Learning
# Using Docker
In order to run the project use Docker to intialize it, just use it the following command to run:
```docker-compose up```