https://github.com/jamct/facerec
Face recognition for Raspberry Pi
https://github.com/jamct/facerec
Last synced: over 1 year ago
JSON representation
Face recognition for Raspberry Pi
- Host: GitHub
- URL: https://github.com/jamct/facerec
- Owner: jamct
- Created: 2018-06-15T13:10:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T22:18:58.000Z (about 6 years ago)
- Last Synced: 2025-03-18T07:12:01.171Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face recognition for Docker on Raspberry
Docker Image for [face_recognition](https://github.com/ageitgey/face_recognition) on Raspberry Pi
Based on https://github.com/denverdino/face_recognition_pi
### *License*
This software is released under the Apache 2.0 license.
## Getting started
Build container:
```bash
docker build -t facerec:latest .
```
Run container:
```bash
docker run -it --device /dev/vchiq -v $PWD/beispiel.py:/face_recognition/examples/beispiel.py -v $PWD/bilder:/face_recognition/examples/bilder facerec bash
```