SachinKalsi / face-detection-api

Face detection API using Python Flask framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face-detection-api

A simple web application built using Flask. It exposes various REST APIs which are built on top of face-recognition.

How to execute?

  1. pip install -r requirements.txt
  2. python3 run.py
  3. visit http://localhost:5000/

If not specified the port explicitly, the server starts running on port 5000 by default

Use Docker container

Docker image repo: https://hub.docker.com/r/sachinkalsi/face-detection-api

Run the following commands

docker pull sachinkalsi/face-detection-api

docker run -p 5000:5000 sachinkalsi/face-detection-api

visit http://localhost:5000/

About

Face detection API using Python Flask framework

License:MIT License


Languages

Language:Python 41.0%Language:JavaScript 32.3%Language:HTML 16.1%Language:Dockerfile 10.6%