voice / requirement.txt
Subbu1304's picture
Update requirement.txt
56cbacb verified
raw
history blame contribute delete
447 Bytes
gradio==3.40.0 # For Hugging Face interactive interface
transformers==4.33.2 # For NLP models
whisper==1.0 # For speech recognition
gTTS==2.3.2 # For Text-to-Speech
torch==2.1.0 # Required for Whisper and Hugging Face models
torchaudio==2.1.0 # For audio processing with PyTorch
pandas==2.1.2 # For menu data handling
numpy==1.24.4 # For numerical operations