shopping-assistant-demo / requirements.txt
selvaonline's picture
Upload requirements.txt with huggingface_hub
e1c610c verified
raw
history blame
385 Bytes
# Core dependencies for using the model
transformers>=4.30.0
torch>=2.0.0
numpy>=1.24.0
huggingface-hub>=0.16.0
# For sentence transformers and semantic search
sentence-transformers>=2.2.2
# For zero-shot classification
accelerate>=0.20.0
# For demo scripts
requests>=2.31.0
# For Gradio demo
gradio>=4.19.0 # Updated to latest version for security
# For deployment
tqdm>=4.66.0