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

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

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