A simple web application built using Flask. It exposes various REST APIs which are built on top of face-recognition.
pip install -r requirements.txt
python3 run.py
- visit http://localhost:5000/
If not specified the port explicitly, the server starts running on port 5000 by default
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/