2023-02-02 03:49:34 +01:00
|
|
|
# Emotion Recognition in Real Time using CNN
|
2023-01-07 16:06:57 +01:00
|
|
|
|
|
|
|
## Task
|
|
|
|
|
|
|
|
The goal of the project is to create a system that recognizes emotions in real time.
|
|
|
|
|
2023-02-02 03:49:34 +01:00
|
|
|
## Ready to work application
|
|
|
|
|
|
|
|
To run the project simply execute the following commands in the root directory:
|
2023-01-07 16:06:57 +01:00
|
|
|
|
|
|
|
- unpack input.zip file
|
2023-02-02 03:49:34 +01:00
|
|
|
- `pip install -r < requirements.txt`
|
|
|
|
- `python project.py`
|
|
|
|
|
|
|
|
|
2023-01-07 16:06:57 +01:00
|
|
|
|
2023-02-02 03:49:34 +01:00
|
|
|
## Training Models
|
|
|
|
|
|
|
|
To train our winning model:
|
2023-01-07 16:06:57 +01:00
|
|
|
- go to Google Colab
|
|
|
|
- import and run `modelTrainer.ipynb` file
|
|
|
|
- copy `model.json` and `model_weights.h5` to `input` dir
|
2023-02-02 03:49:34 +01:00
|
|
|
- run: `python project.py`
|
|
|
|
|
|
|
|
To train other models we've researched for this project:
|
|
|
|
- visit https://drive.google.com/drive/folders/1jvm6o9fhMSMQubyOVV4_qzuqaFgQs__8?usp=sharing
|
|
|
|
- either download the directory you find interesting and run it locally
|
|
|
|
- or copy the directory to your Google Drive run the code using Google Colab
|