Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 517 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 517 Bytes

Facial Expression Streamlit App

Emotion Detection application created using Convolutional Neural Networks and Deep Learning. The dataset used is the FER2013 dataset from Kaggle.com.

The application was created using the 'Streamlit' library in Python and the necessary Procfile and requirements.txt files are provided as well.

The application is run by using 'streamlit run app.py' in command prompt.

It has also been deployed on HuggingFace