/Machine-Learning

Model for Machine Learning | MITA Team Capstone | Bangkit 2023

Primary LanguageJupyter Notebook

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