16 lines
398 B
Markdown
16 lines
398 B
Markdown
|
# 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
|
||
|
- <code>python project.py</code>
|
||
|
|
||
|
## Learn and use model
|
||
|
- 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>
|