Project for the subject of computer vision
input.zip | ||
modelTrainer.ipynb | ||
project.py | ||
README.md |
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
python project.py
Train and use model
- go to Google Colab
- import and run
modelTrainer.ipynb
file - copy
model.json
andmodel_weights.h5
toinput
dir - run:
python project.py