This repository contains the codes for SMAI course project for the year 2017
In order to run this code you must have anacoda installed in your system. After you are done installing conda just type in the below ommand in the terminal
conda create --name newenv --file requirements.txt
python real_time_classify.py -c configs/faces.json -o results/ -d facescrup
- -c path of configuration file
- -o path of output directory
- -d data set to be used
We compute eigen face for each face image and use SVM classifier with an rbf kernel to do a binary classifucation between fale and female face images.
The below image shows the genarated eigen faces for the Training dataset
python test_bow.py configs/faces.json
python test_lr.py configs/faces.json