A smart glasses hack to help children with autism spectrum disorder better understand their surroundings with real time emotion detection and sentiment analysis of conversations.
- Best Healthy Living Hack sponsored by Sunlife Financial
- Best Green Hack sponsored by TD
Here is the Devpost.
Checkout this video of SmartEQ in action:
For the python backend, Python 3.6.7
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirments.txt
And to start the server run python server.py
.
To fire up the front end,
cd frontend/
npm install
npm start
You will need to get Azure keys to run this hack for the Face and Text Analytics APIS.