https://github.com/dalisoft/py-face-recognition
https://github.com/dalisoft/py-face-recognition
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalisoft/py-face-recognition
- Owner: dalisoft
- License: gpl-3.0
- Created: 2025-03-11T15:32:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-19T21:52:00.000Z (about 1 year ago)
- Last Synced: 2025-08-28T22:57:38.719Z (9 months ago)
- Language: Python
- Size: 7.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`