Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 591 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 591 Bytes

HOW TO USE ?

Clone This Repository

Install Requirements Library

Before that, you must install pip.

sudo apt install pip

Install requirements

python3 -m pip install -r requirements.txt

Kalo gabisa, install manual aja. pip install <nama_package>

Buat service account key

sudo nano serviceAccountKey.json

Service account key ada di Repo service account, namanya bucket service account

Build ML Model

Using model.py to create model

python3 model.py

Serve

Using app.py to start server

python3 app.py