EmotionDetectionCV/README.md

17 lines
449 B
Markdown
Raw Normal View History

2023-01-07 16:06:57 +01:00
# Project for the subject of computer vision
## Task
The goal of the project is to create a system that recognizes emotions in real time.
## Start system
- unpack input.zip file
2023-02-01 17:24:31 +01:00
- <code> pip install -r < requirements.txt <code>>
2023-01-07 16:06:57 +01:00
- <code>python project.py</code>
2023-01-07 16:14:12 +01:00
## Train and use 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
- run: <code>python project.py</code>