https://github.com/kedpter/face_recognition_service
Face recognition api service
https://github.com/kedpter/face_recognition_service
face flask recognition restful service
Last synced: about 2 months ago
JSON representation
Face recognition api service
- Host: GitHub
- URL: https://github.com/kedpter/face_recognition_service
- Owner: kedpter
- License: mit
- Created: 2019-11-25T02:09:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:48:02.000Z (over 3 years ago)
- Last Synced: 2025-02-08T10:36:07.100Z (over 1 year ago)
- Topics: face, flask, recognition, restful, service
- Language: Python
- Size: 1.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
### FaceRecognitionService



A face recognition service built upon https://github.com/ageitgey/face_recognition.
### Install
```bash
pip install face_recognition_service
```
### Usage
Run server and open http://127.0.0.1:8080/ to see an example.