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

https://github.com/dalisoft/py-face-recognition


https://github.com/dalisoft/py-face-recognition

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# face-recognition

## Installation

### Prerequists

- Install [uv](https://docs.astral.sh/uv/)
- Basic Python knowledge
- Basic terminal knowlege

### Running

1. Run `uv python install 3.10`
2. Run `uv venv --python 3.10`
3. Run `uv pip install -r requirements.txt`
4. Run `uv run app.py`