Group Project for the Large Scale Generative models and speech processing class.
Create and initialize a conda environment :
conda create -n speech-emotion-detection python=3.12.1
conda activate speech-emotion-detection
pip install -r requirements.txt