voice-assistant / requirements.txt
wishitwerethe90s's picture
Upload folder using huggingface_hub
c2ac364 verified
raw
history blame
582 Bytes
# requirements.txt
fastapi
uvicorn[standard]
websockets
openai-whisper
torch
torchaudio
transformers
accelerate # Often useful for transformers
python-multipart # For file uploads in traditional endpoints
soundfile # For handling audio files
librosa
parler-tts # For AI4Bharat's IndicParler-TTS
onnx
onnxruntime
# For specific hardware acceleration (optional, choose based on your setup)
# bitsandbytes # For 8-bit quantization of LLM (further RAM reduction)
# sentencepiece # Often a dependency for tokenizers
# For demo purposes
gradio
# For Gemini integration
google-generativeai