Skip to content

Instantly share code, notes, and snippets.

View pste's full-sized avatar
🎯
Focusing

Stefano Pirra pste

🎯
Focusing
View GitHub Profile

Before you start

Make sure you have python, OpenFace and dlib installed. You can either install them manually or use a preconfigured docker image that has everying already installed:

docker pull bamos/openface
docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash
cd /root/openface