├── EMOTION RECOGNITION SYSTEM-Paper.docx ├── Minor Documentation.docx ├── README.md ├── Screenshot from 2017-04-23 23-38-36.png ├── Screenshot from 2017-04-23 23-40-45.png ├── Screenshot from 2017-04-23 23-40-58.png ├── Screenshot from 2017-04-23 23-41-35.png ├── _config.yml ├── constants.py ├── data.rar ├── dataset_loader.py ├── emojis.rar ├── emotion_recognition.py ├── haarcascade_files.rar ├── plot_emotion_matrix.py └── poc.py /EMOTION RECOGNITION SYSTEM-Paper.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/EMOTION RECOGNITION SYSTEM-Paper.docx -------------------------------------------------------------------------------- /Minor Documentation.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/Minor Documentation.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot from 2017-04-23 23-38-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/Screenshot from 2017-04-23 23-38-36.png -------------------------------------------------------------------------------- /Screenshot from 2017-04-23 23-40-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/Screenshot from 2017-04-23 23-40-45.png -------------------------------------------------------------------------------- /Screenshot from 2017-04-23 23-40-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/Screenshot from 2017-04-23 23-40-58.png -------------------------------------------------------------------------------- /Screenshot from 2017-04-23 23-41-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/Screenshot from 2017-04-23 23-41-35.png -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/_config.yml -------------------------------------------------------------------------------- /constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/constants.py -------------------------------------------------------------------------------- /data.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/data.rar -------------------------------------------------------------------------------- /dataset_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/dataset_loader.py -------------------------------------------------------------------------------- /emojis.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/emojis.rar -------------------------------------------------------------------------------- /emotion_recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/emotion_recognition.py -------------------------------------------------------------------------------- /haarcascade_files.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/haarcascade_files.rar -------------------------------------------------------------------------------- /plot_emotion_matrix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/plot_emotion_matrix.py -------------------------------------------------------------------------------- /poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shujathkhan/Emotion-Recognition/HEAD/poc.py --------------------------------------------------------------------------------