https://github.com/audreyteles/who-face
A basic face recognition project with deepface library
https://github.com/audreyteles/who-face
deepface
Last synced: 3 months ago
JSON representation
A basic face recognition project with deepface library
- Host: GitHub
- URL: https://github.com/audreyteles/who-face
- Owner: audreyteles
- Created: 2024-08-18T02:13:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T04:13:08.000Z (10 months ago)
- Last Synced: 2025-01-21T12:47:48.035Z (4 months ago)
- Topics: deepface
- Language: Python
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dependencies
poetry >= 1.8.3
```bash
curl -sSL https://install.python-poetry.org | python3
```## How it works
Clone repository:
```bash
https://github.com/audreyteles/who-face.git
```Activate environment:
```bash
poetry shell
```Install libs:
```bash
poetry install
```Start application:
```bash
python main.py
```### Commands
q - quit
p - take a picture
r - recognize face