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

https://github.com/luxinenglish/facial-recognition

A simple systeme of facial recognition using webcam in Python
https://github.com/luxinenglish/facial-recognition

Last synced: about 1 month ago
JSON representation

A simple systeme of facial recognition using webcam in Python

Awesome Lists containing this project

README

        

### Comment utiliser la reconnaissance facial ?
----
Prérequis : Python 3

Cette commande va installer toutes les dépendances necaissaire :
```sh
pip install -r ./requirements.txt
```

Puis executer l'app :
```sh
python3 main.py
```

Puis Rendez-vous à l'adresse : http://127.0.0.1:80
----