Skip to content

Instantly share code, notes, and snippets.

View skollcaku's full-sized avatar

Skender Kollcaku skollcaku

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
@skollcaku
skollcaku / dark.css
Last active August 29, 2015 14:26 — forked from hobbes3/dark.css
dark theme css
/* hobbes3 - removed .header */
body,.dashboard-body,.footer,.app-bar,.dashboard-panel,.dashboard-cell {
background: #333 !important;
}
a {
color: #ccc;
}
a:hover {
color: #fff;
}