This project was aimed to deploy a deep learning application to recognise person's face and emotion.
You can install Python dependencies using pip install -r requirements.txt
, and it should just work. if you want to install package manually, here's a list:
- Python
- Scikit Learn
- Tensorflow
- OpenCv
- Pillow
- Numpy
- Matplotlib
- dlib
The dataset consist of images of 15 celebrities, 100 for each for face recognition and consists of images of 7 types of emotions, 1300 for each emotion for emotion detection.