Skip to content

Voice based emotion recogniser, utilising GPT3 and TensorFlow.

Notifications You must be signed in to change notification settings

Egor1o/EmoVoiceSense

Repository files navigation

EmoVoiceSense

The Voice Emotion Analyzer is a web application that leverages React with TypeScript on the frontend to record user voice and analyze its emotion through a Flask backend. This project combines the power of modern web development technologies to provide an interactive and insightful user experience.

Installation

  1. git clone this repo
  2. npm install
  3. npm run dev

To run backend:

  1. cd Backend
  2. pip install -r requirements.txt
  3. flask --app main.py --debug run

About

Voice based emotion recogniser, utilising GPT3 and TensorFlow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published