Web app that guesses facial emotion. It uses a deep learning neural net to identify emotion of faces using this dataset.
- Flask - The web framework used
- OpenCv - for image processing
- Keras - Deep learning framework
pip install -r requirements.txt
python app.py