- Team Unorthodox Inc - EngiNx 2019 - Mental Health Detection by means of Thermal Imaging.
- Python 3.x
- Tensorflow
- Keras
- Upload the images to test to the folder testimages
- Update image.load_img('testimages/{'filename'}', target_size = (64, 64)) in app.py with the image file name
- Update open('model/model_architecture.json', 'r') to open('model/model_architecture.json', 'r') in app.py
- Update model.load_weights('model.h5') to model.load_weights('model/model.h5') in app.py
- Open Command Prompt and run
python app.py
to see the results