Skip to content

Face API with Docker, Tensorflow, Keras and PyTorch.

Notifications You must be signed in to change notification settings

ricardojdb/face-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face API

Face API with Docker, Tensorflow and PyTorch.

Models:

Requirements:

How to use:

Make sure the models and images are inside their respective folders.

Build and run the Dockers in parallel:

bash runmodels.sh

Stop Docker containers:

bash stopmodels.sh

Test:

Test the APIs by running:

python test_api.py

Demo:

This demo calls the API to make predictions using the webcam.

To run the demo use:

python demo.py