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

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

Awesome Lists containing this project

README

          

### FaceRecognitionService

![alt text](https://img.shields.io/pypi/v/face_recognition_service.svg)
![alt text](https://img.shields.io/travis/kedpter/face_recognition_service.svg)
![alt text](https://readthedocs.org/projects/face_recognition_service/badge/?version=latest)

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.