MedCodeMCP / requirements.txt
gpaasch's picture
no matching dist found
72e4962
raw
history blame contribute delete
501 Bytes
# Core dependencies
gradio[full]>=5.33.0
transformers>=4.37.0
torch>=2.2.0
torchaudio>=2.2.0
numpy>=1.24.0
# LLM and embeddings
llama-index>=0.9.0
llama-index-embeddings-huggingface>=0.2.0
llama-index-llms-llama-cpp>=0.1.0
sentence-transformers>=2.2.0
# API clients & HTTP
openai>=0.27.0
anthropic
requests>=2.28.0
# Hugging Face utilities
huggingface-hub>=0.14.1
# Audio processing
ffmpeg-python>=0.2.0
pydub>=0.25.1
librosa>=0.10.1
soundfile>=0.12.1
# System utilities
psutil>=5.9.0
gtts>=2.3.1