shopping-assistant-demo / requirements.txt
selvaonline's picture
Upload requirements.txt with huggingface_hub
e20fc11 verified
raw
history blame
385 Bytes
# Core dependencies for using the model
transformers==4.36.2
torch==2.1.2
numpy==1.24.4
huggingface-hub==0.19.4
# For sentence transformers and semantic search
sentence-transformers==2.2.2
# For zero-shot classification
accelerate==0.25.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.1