An open API service indexing awesome lists of open source software.

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

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