├── Emotion_Detection.h5 ├── README.md ├── haarcascade_frontalface_default.xml ├── test.py └── train.py /Emotion_Detection.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shehab-Hegab/Emotion-Detection/HEAD/Emotion_Detection.h5 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shehab-Hegab/Emotion-Detection/HEAD/README.md -------------------------------------------------------------------------------- /haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shehab-Hegab/Emotion-Detection/HEAD/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shehab-Hegab/Emotion-Detection/HEAD/test.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shehab-Hegab/Emotion-Detection/HEAD/train.py --------------------------------------------------------------------------------