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

Recoffeery-App/model-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors