Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmZaDin14 committed Jun 24, 2024
1 parent 656e32a commit 3e18549
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Langkah penggunaan

1. Download repo ini lewat Code > Download ZIP
1. Download repo ini lewat Code > Download ZIP atau dari menu Releases di sebelah kanan
1. Ekstrak file zip tersebut
1. Buka terminal, cd ke direktori ml_flask
1. Install Requirements menggunakan perintah:
Expand All @@ -16,7 +16,9 @@
python -m pip install -r requirements.txt
```

5. Jalankan app.py dengan perintah
5. Pindahkan model.pkl yang sudah disiapkan ke direktori ml_flask

1. Jalankan app.py dengan perintah

```bash
python app.py
Expand Down

0 comments on commit 3e18549

Please sign in to comment.