maxgillham / SmartEQ

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

Home Page:https://devpost.com/software/smarteq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://devpost.com/software/smarteq


Languages

Language:JavaScript 61.9%Language:Python 34.3%Language:CSS 3.8%