├── README.md ├── ReadMe_Images ├── 10.JPG ├── Some-samples-in-the-IMDB-and-Wiki-datasets.png ├── fer2013_sample.png ├── o.png └── results.png ├── images ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg └── 5.jpg ├── requirements.txt ├── src ├── age_gender_model.py ├── emotion_model.py ├── image_demo.py ├── mat_file.py ├── real_time_demo.py ├── train_age_gender_model.py ├── train_emotion_model.py └── video_demo.py └── videos └── video.mp4 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/README.md -------------------------------------------------------------------------------- /ReadMe_Images/10.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/ReadMe_Images/10.JPG -------------------------------------------------------------------------------- /ReadMe_Images/Some-samples-in-the-IMDB-and-Wiki-datasets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/ReadMe_Images/Some-samples-in-the-IMDB-and-Wiki-datasets.png -------------------------------------------------------------------------------- /ReadMe_Images/fer2013_sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/ReadMe_Images/fer2013_sample.png -------------------------------------------------------------------------------- /ReadMe_Images/o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/ReadMe_Images/o.png -------------------------------------------------------------------------------- /ReadMe_Images/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/ReadMe_Images/results.png -------------------------------------------------------------------------------- /images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/images/1.jpg -------------------------------------------------------------------------------- /images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/images/2.jpg -------------------------------------------------------------------------------- /images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/images/3.jpg -------------------------------------------------------------------------------- /images/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/images/4.jpg -------------------------------------------------------------------------------- /images/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/images/5.jpg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/requirements.txt -------------------------------------------------------------------------------- /src/age_gender_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/src/age_gender_model.py -------------------------------------------------------------------------------- /src/emotion_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/src/emotion_model.py -------------------------------------------------------------------------------- /src/image_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/src/image_demo.py -------------------------------------------------------------------------------- /src/mat_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/src/mat_file.py -------------------------------------------------------------------------------- /src/real_time_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/src/real_time_demo.py -------------------------------------------------------------------------------- /src/train_age_gender_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/src/train_age_gender_model.py -------------------------------------------------------------------------------- /src/train_emotion_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/src/train_emotion_model.py -------------------------------------------------------------------------------- /src/video_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/src/video_demo.py -------------------------------------------------------------------------------- /videos/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devashi-Choudhary/Emotion-Age-Gender-Detector/HEAD/videos/video.mp4 --------------------------------------------------------------------------------