| 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 | |