Emotion Recognition through Voice
Developed an advanced speech emotion recognition system capable of identifying human emotions from voice data using state-of-the-art deep learning models. The project focused on analyzing acoustic features and linguistic content to improve emotion classification accuracy in real-world conversational settings. Leveraged Librosa for audio preprocessing and feature extraction, including MFCCs and spectral features. Integrated Whisper for robust speech-to-text transcription, enabling the model to incorporate contextual understanding alongside audio signals. Utilized transformer-based architectures, specifically wav2vec2-large and Whisper, to capture both raw audio representations and semantic information. Implemented the pipeline using the Transformers library for model training and inference, and used the evaluate library to assess performance through key metrics such as accuracy, precision, recall, and F1-score. The system was designed to handle noisy and real-world audio inputs, making it suitable for applications in call centers, healthcare monitoring, and conversational AI systems.



