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.
- git clone this repo
npm install
npm run dev
cd Backend
pip install -r requirements.txt
flask --app main.py --debug run