Spaces:
Running
Running
File size: 518 Bytes
f727ed3 6271269 f727ed3 2b8884c f1f4d7f f727ed3 a645f1c |
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 33 34 35 36 37 |
# Core Backend fastapi==0.110.0 uvicorn[standard]==0.29.0 # NLP Models & Pipelines transformers==4.41.2 torch>=2.0.0 sentence-transformers==2.5.1 nltk==3.8.1 scikit-learn==1.4.2 sentencepiece==0.1.99 # Audio + File Handling pillow==10.3.0 python-multipart==0.0.9 # Data & Utilities pandas==2.2.2 requests==2.32.3 # Frontend streamlit==1.35.0 matplotlib==3.8.4 seaborn==0.13.2 # LangChain-like Embeddings (no OpenAI) faiss-cpu==1.7.4 tqdm==4.66.4 #Charts plotly # Optional if use openai==1.30.5 httpx==0.27.2 |