https://github.com/ivalshamkya/ai-in-education
Learning purpose
https://github.com/ivalshamkya/ai-in-education
flask mongodb prediction prediction-model python
Last synced: 16 days ago
JSON representation
Learning purpose
- Host: GitHub
- URL: https://github.com/ivalshamkya/ai-in-education
- Owner: ivalshamkya
- Created: 2024-01-06T19:57:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T05:02:04.000Z (over 2 years ago)
- Last Synced: 2026-06-20T23:33:53.485Z (16 days ago)
- Topics: flask, mongodb, prediction, prediction-model, python
- Language: HTML
- Homepage:
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run
1. Buka terminal lalu ketikan
```zsh
pip install -r requirements.txt
```
2. Setelah proses instalasi module selesai dengan sukses, lalu jalankan perintah ini pada terminal untuk menjalankan flask app
```zsh
python app.py
```
3. Setelah muncul ` * Running on http://127.0.0.1:7001`.Lalu copy dan buka pada browser url tersebut.
*catatan: port bisa saja berbeda dari `:7001`