File size: 528 Bytes
a5d5682 d85db1f a5d5682 94b4ef9 a5d5682 94b4ef9 a5d5682 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
# Core dependencies streamlit==1.30.0 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 # LLM Integration groq # Visualization matplotlib==3.7.0 plotly==5.18.0 kaleido==0.2.1 # Required for plotly static image export # UI Enhancements streamlit-extras==0.3.5 streamlit-card==1.0.0 # Additional requirements python-dotenv==1.0.0 requests==2.31.0 typing-extensions==4.8.0 |