Serenity is a full stack application, with embedded Zoom video conferencing, that analyzes participant's emotions and provides suggestions on what to say/how to behave based on detected emotions. Serenity can be used as a commercial tool by recruiters from large companies or simply by your closest friends to give more emotional insight on the person you're talking to.
2024 DragonHacks Hackathon Award: Best .Tech Domain Name
- Navigate to the
frontend
folder:cd meetingsdk-auth-endpoint-sample
- Install all required modules:
npm install
- Start server
npm run start
- Navigate to the
DragonHacks
folder: - Install all required modules:
- Start application
flask run
- Embedded Zoom video conferencing
- Real-time visual analysis on participant's emotions
- Suggestions on what to say/ how to behave based on detected emotions
- Hume API and OpenAI API for emotion detection and feedback generation
- Backend: Flask
- Frontend: React.js