Audio-Emotion-Recognition / requirements.txt
Dpngtm's picture
Create requirements.txt
e907b48 verified
raw
history blame contribute delete
221 Bytes
torch # PyTorch for model handling
torchaudio # For audio processing
transformers # Hugging Face Transformers for loading model and processor
gradio # For the user interface