model-deployment is a consumable REST API service for the image-service and collaboratively developed by Bangkit Academy 2023 Cohort.
Contributor to this repostory:
Deployment URL : https://c23-ps414-ml-service.et.r.appspot.com/docs/
pip install -r requirements.txt
$ uvicorn app.main:app --reload
Or
$ uvicorn app.main:app --reload
$ docker build -t model-deployment .
$ docker run -d -p 8000:8000 model-deployment
Put your model file to model folder