A chat-bot that uses multiple data points from the interacting person in order to serve as an emotional assistant.
- Aims to extract emotions from raw voice
- librosa used for loading and preprocessing datasets
- The model is a customized version(derived from Speech Emotion Analyzer) trained over multiple datasets lowering focus on gender.
- Using Recognizer class of the SpeechRecognition Library in Python to access Speech to Text APIs
- This version uses Google Web Speech API