Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

This repository no longer be used since we move prediction into cloud function

Notifications You must be signed in to change notification settings

Bangkit-C23-PS414/model-deployment

Repository files navigation

model-deployment

About

model-deployment is a consumable REST API service for the image-service and collaboratively developed by Bangkit Academy 2023 Cohort.

Contributor to this repostory:

Build With

API endpoints

Deployment URL : https://c23-ps414-ml-service.et.r.appspot.com/docs/

Development

Install dependencies

pip install -r requirements.txt

Running the Service without Container

$ uvicorn app.main:app --reload

Or

$ uvicorn app.main:app --reload

Building the Container

$ docker build -t model-deployment .

Running the Container

$ docker run -d -p 8000:8000 model-deployment

Load the ML model

Put your model file to model folder

About

This repository no longer be used since we move prediction into cloud function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •