Spaces:
Configuration error
Configuration error
File size: 995 Bytes
341dd7f afdcc18 341dd7f fa9908d 341dd7f fa9908d 51133ed fa9908d 341dd7f fa9908d e217900 |
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# Core gradio requests # Core ML and NLP torch>=2.0.0 transformers>=4.30.0 sentence-transformers>=2.2.0 huggingface-hub>=0.15.0 # LlamaIndex ecosystem llama-index>=0.10.0 llama-index-core>=0.10.0 llama-index-llms-huggingface>=0.2.0 llama-index-embeddings-huggingface>=0.2.0 llama-index-callbacks-wandb>=0.1.0 llama-index-tools-arxiv>=0.1.0 llama-index-tools-duckduckgo>=0.1.0 llama-index-readers-file>=0.1.0 llama-index-readers-web>=0.1.0 llama-index-readers-youtube-transcript>=0.1.0 llama-index-readers-json>=0.1.0 llama-index-readers-assemblyai>=0.1.0 # Document processing pypdf>=3.0.0 python-docx>=0.8.11 openpyxl>=3.1.0 pandas>=2.0.0 Pillow>=9.0.0 # Web scraping and APIs requests>=2.28.0 trafilatura>=1.6.0 duckduckgo-search>=3.0.0 arxiv>=1.4.0 # Monitoring and logging wandb>=0.15.0 # Utilities scipy>=1.10.0 tqdm>=4.65.0 numpy == 1.26.4 pandas scipy matplotlib seaborn plotly scikit-learn xgboost lightgbm statsmodels opencv-python scikit-image requests nltk spacy pytz tqdm sympy |