| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README-ENGLISH | 2020-09-18 | ||
| templates | 2020-09-18 | ||
| README.md | 2020-09-18 | 758 Bytes | |
| videotester1.py | 2020-09-18 | 1.6 kB | |
| app.py | 2020-09-18 | 206 Bytes | |
| fer2013.csv | 2020-09-18 | 301.1 MB | |
| videoTester.py | 2020-09-18 | 1.6 kB | |
| haarcascade_frontalface_default.xml | 2020-09-18 | 930.1 kB | |
| fer.h5 | 2020-09-18 | 7.7 MB | |
| fer.json | 2020-09-18 | 6.3 kB | |
| Emotion_Anaysis.ipynb | 2020-09-18 | 40.1 kB | |
| emotion_recognition.py | 2020-09-18 | 3.3 kB | |
| Totals: 12 Items | 309.8 MB | 11 |
EMOTION DETECTOR
HOW TO RUN? 1)Download the files in a folder. 2)run "videoTester.py" if you want to run program using your webcam. Or, run "videotester1.py" if you want to run a local video file from your pc.
How to use videotester1.py? a) Put the desired video in the same directory from which you are running the program b) open "videotester1.py" in any code editor or notepad and in line no.16, replace the name of the line "YOURCHOICEOFVIDEO.mp4" with the name of the desired video.
HOW TO RUN FLASK? 1) run "the app.py" by typing flask run by opening cmd/powershell in the same directory
note: Right now I was unable to embed the python code with the flask framework. So only the offline version is working.
CHEERS!!