/SmartEQ

A smart glasses hack to help children with autism spectrum disorder better understand their surroundings

Primary LanguageJavaScript

SmartEQ - Qhacks2019

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.

Winner of

  • 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:
SmartEQ

Try it out! :D

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.