Skip to content

Commit

Permalink
Merge pull request #6 from Jimly-Firdaus/deployment
Browse files Browse the repository at this point in the history
docs: add laporan
  • Loading branch information
Jimly-Firdaus authored Nov 22, 2022
2 parents 48b6015 + b788d58 commit 4234269
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ Pengenalan wajah (Face Recognition) adalah teknologi biometrik yang bisa dipakai
#### Cara 1 (Manual check the dependencies)
1. Pastikan semua dependencies berikut sudah terinstall
```shell
numpy # dependencies untuk operasi perhitungan
opencv # dependencies untuk Face Recognition
tkinter # dependencies untuk GUI
pillow # dependencies untuk GUI
pip install numpy # dependencies untuk operasi perhitungan
# and
pip install opencv # dependencies untuk Face Recognition
# and
pip install tk # dependencies untuk GUI
# and
pip install pillow # dependencies untuk GUI
```
2. Di terminal (cmd), jalankan:
```shell
Expand All @@ -35,23 +38,36 @@ run.bat
4. Jika program berhasil dikompilasi, maka akan muncul prompt aplikasi seperti tampilan program di atas.

#### Cara 2 (Auto install dependencies + run)
1. Pastikan Tkinter sudah terinstal (version 8.6 recommended)
1. Pastikan Tkinter sudah terinstal:
```shell
pip install tk
```
2. Di terminal (cmd), jalankan:
```shell
complete_run.bat
```
3. Jika program berhasil dikompilasi, maka akan muncul prompt aplikasi seperti tampilan program di atas.

### Run Manually
1. Pastikan anda berada pada dir `src` dengan :
1. Pastikan semua dependencies sudah terinstal.
```shell
pip install numpy # dependencies untuk operasi perhitungan
# and
pip install opencv # dependencies untuk Face Recognition
# and
pip install tk # dependencies untuk GUI
# and
pip install pillow # dependencies untuk GUI
```
2. Pastikan anda berada pada dir `src` dengan :
```shell
cd src
```
2. Jalankan perintah berikut:
3. Jalankan perintah berikut:
```shell
py interface.py
```
3. Jika berhasil, maka akan muncul prompt aplikasi seperti pada tampilan program di atas.
4. Jika berhasil, maka akan muncul prompt aplikasi seperti pada tampilan program di atas.

## Tech Stack
### Programming Languange
Expand Down
Binary file added doc/Algeo02-21049.pdf
Binary file not shown.

0 comments on commit 4234269

Please sign in to comment.