This is a demo guesses the facial emotion of the user and maps it against a facial emotion map generate using NEXT.
To run the webserver, download and run the docker image from docker hub at joeholt/next_face_demo:latest
:
docker run -p XXXX:5006 joeholt/next_face_demo:latest
This will launch a webserver listening on port XXXX of your local machine.
- Download Anaconda
- Install dlib (instructions for install: https://github.com/ageitgey/face_recognition#installation-options)
- Run
pip install requirements.txt
- Run
bokeh serve face_demo/main.py