Jokes quality estimation based on facial expression analysis
- Clone or download this repo:
git clone https://github.com/whimo/hartman
- Download Haar cascade and neural network weights:
https://drive.google.com/open?id=1DXWD_oxXYKM8SX24OrSZ3oSWgzTw3yci
Put both files to the project root. - Install requirements:
pip install -r requirements.txt
- Run:
python main.py haarcascade_frontalface_default.xml output.csv
To exit, pressq
.