Home

Awesome

Face recognition webservice using python sanic

Manual install Prerequisites

Needs Python 3.5 +

    $ pip install -r requirements.txt
    $ python main.py

This service will display name and face positions from famous technology founder

Train process

Testing api

Routes:

* [GET] - `/api/hello` check if api is live
* [POST] - `/api/recognize` to recognize an image and return result as base64 image

Result

Image 1

Image 2

References