Test / requirements.txt
Shakir60's picture
Update requirements.txt
a5d5682 verified
raw
history blame
464 Bytes
# Core dependencies
streamlit==1.30.0
streamlit-extras
streamlit-card
numpy==1.24.0
pandas==2.1.0
# ML & Vision
torch==2.1.0
torchvision==0.16.0
transformers==4.36.0
sentence-transformers
faiss-cpu==1.7.4
# Image Processing
Pillow==10.0.0
opencv-python-headless==4.8.1.78 # Updated to available version
# LLM Integration
groq
# Visualization
matplotlib==3.7.0
plotly
# Additional requirements
python-dotenv==1.0.0
requests==2.31.0
typing-extensions==4.8.0