Repositori Tugas Besar Aljabar Linear dan Geometri IF2023 Kelompok MONOPOLY
Live demo here.
- General Info
- Technologies Used
- Features
- Screenshots
- Setup
- Usage
- Project Status
- Room for Improvement
- Acknowledgements
Pengenalan wajah (Face Recognition) adalah teknologi biometrik yang bisa dipakai untuk mengidentifikasi wajah seseorang untuk berbagai kepentingan khususnya keamanan. Program pengenalan wajah melibatkan kumpulan citra wajah yang sudah disimpan pada database lalu berdasarkan kumpulan citra wajah tersebut, program dapat mempelajari bentuk wajah lalu mencocokkan antara kumpulan citra wajah yang sudah dipelajari dengan citra yang akan diidentifikasi.
- NumPy - version 1.23.4
- OpenCV - version 4.6.0
- CustomTkinter - version 4.6.3
List the ready features here:
- Face recognition using uploaded image
- Face recognition using webcam
- Dark mode
- Clone this repository.
- Make sure that you have installed all the dependencies(python, numpy, cv2, Pillow).
pip install numpy
pip install opencv-python
pip install Pillow
- Run the app.
- Run main.py from text editor
- Upload your dataset to the box we provide
- Insert the photos that you want to compare or you can use your camera to capture the photos
- Click proces to execute main program
- Wait until the proccess finish
- You can see the result of the program
Project is: complete
Room for improvement:
- Add cache to the program
- Add writed file after the program finish to reduce the time execution
- Many thanks to Rilla Mandala that teach us how to implement this project