This website aims at improving emotional intelligence of the users (suffering from autism) by Gamifying the process.
It is a web-based solution for children suffering from ASD to help them in interacting better in social scenarios, hence making social environments more accessible, and inclusive for them.
The game is divided into 3 quizzes where each quiz helps the user to interpret the emotion reflected on the screen through:
- Images
- Audio
- Video
autemo.herokuapp.com
This is a website built using MongoDB, Express.js, React.js, and Node.js (MERN Stack) in which CRUD operations are performed on Quiz Questions.
Helping users recognizing emotions using facial expressions.
Helping users recognizing complex emotions in voices.
Helping users recognizing complex emotions with videos.
Helping users recognize emotions with real-time sentiment analysis.
Customize quizzes according to your needs by adding questions.
git clone https://github.com/satvikchachra/autemo.git
cd autemo
- Create a
.env
file and add the following
MONGODBURL=Your MongoDB URL
npm install
cd client
npm install
# Run frontend (:3000) & backend (:5000)
npm run dev
# Run frontend
npm run client
# Run backend
npm run server