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
- Host: GitHub
- URL: https://github.com/luxinenglish/facial-recognition
- Owner: Luxinenglish
- License: mit
- Created: 2024-08-14T12:43:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T13:51:06.000Z (9 months ago)
- Last Synced: 2025-02-14T03:54:57.323Z (3 months ago)
- Language: Python
- Size: 4.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### Comment utiliser la reconnaissance facial ?
----
Prérequis : Python 3Cette 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
----