Made for our Sistem Multimedia final project purpose.
You need tensorflow
, opencv2
, and, flask
to run this project.
$ pip install opencv-python
$ pip install tensorflow
$ pip install flask
- Clone this repository to your project
- Open terminal and run
$python server.py
- Once you run, the app will run on your
localhost
(defaulthttp://127.0.0.1:5000/
)
To update or renew the datasets, put your datasets inside content
folder, and open Emotion_Detection.ipynb
more information will be given inside the Jupyter file.