https://github.com/paasshme/facerecognition
Python opencv face recognition
https://github.com/paasshme/facerecognition
face-recognition opencv-python python
Last synced: 11 months ago
JSON representation
Python opencv face recognition
- Host: GitHub
- URL: https://github.com/paasshme/facerecognition
- Owner: paasshme
- Created: 2020-09-07T09:38:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T16:37:19.000Z (almost 6 years ago)
- Last Synced: 2025-05-01T21:22:36.812Z (about 1 year ago)
- Topics: face-recognition, opencv-python, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Face recognition application
### Summary
This application uses opencv and face_recognition libraries in order to recognize people seen by the webcam. The recognized people are marked and their name appears on the screen.
To run the project just use :
```python aWayBetterApp.py ```
### Dependencies :
This project uses python3.8 and the following dependencies :
```pip install deps.txt```
### Project organisation :
.
├── aWayBetterApp.py => Main application
├── deps.txt
├── encodings : Folder for encoded images (generated)
├── people : Pics of people following the pattern: {Name}.jpg *
├── readme.md
└── sample_app : Light version of the application
*Only jpg file are available for now.
#### TODO :
- Add live save of unknown people in the database
- Optimize video treatment