Struktur besar dari repositori:
.
├── runs
├── src
| ├── etc (Properties)
| └── mvc (Architecture)
|
|
├── .gitignore
├── app.py
├── README.md
└── requirements.txt
- Klon repo dari github.
git clone https://github.com/Dhaboav/app-dataset-manager.git
- Install
pip install -r requirements.txt
. - Jalankan file
app.py
.