Skip to content

Files

Latest commit

 

History

History
38 lines (34 loc) · 864 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 864 Bytes


toolsCV

Repositori yang untuk membantu bidang kamera.
Lapor Bug

Struktur File

Struktur besar dari repositori:

. 
├── runs
├── src
|   ├── etc (Properties)
|   └── mvc (Architecture)
|       └── termasuk file data.py
|
├── .gitignore
├── app.py
├── README.md
└── requirements.txt

(Kembali ke atas)

Cara Pakai

  1. Klon repo dari github.
 git clone https://github.com/Dhaboav/toolsCV.git
  1. Install Python 3.9 dan pip install -r requirements.txt.
  2. Jalankan file app.py.

(Kembali ke atas)