Spaces:
Running
Running
| # AI Core Dependencies - LangChain HuggingFace Integration | |
| langchain>=0.3.0 | |
| langchain-huggingface>=0.1.0 | |
| langchain-groq>=0.2.0 | |
| langgraph>=0.2.0 | |
| # HuggingFace Core | |
| transformers>=4.51.0 | |
| accelerate>=0.28.0 | |
| # Tool Dependencies | |
| groq>=0.11.0 | |
| wikipedia>=1.4.0 | |
| requests>=2.31.0 | |
| pillow>=10.0.0 | |
| python-dotenv>=1.0.0 | |
| pydantic>=2.0.0 | |
| # YouTube Tools | |
| yt-dlp>=2024.1.0 | |
| pytube>=15.0.0 | |
| youtube-transcript-api>=0.6.0 | |
| # File Processing | |
| pandas>=2.0.0 | |
| openpyxl>=3.1.0 | |
| # Audio/Image Processing | |
| openai-whisper>=20231117 | |
| opencv-python>=4.8.0 | |
| # Optional optimizations | |
| typing-extensions>=4.8.0 | |
| # LangChain + LangGraph for AI-driven workflows | |
| langchain-core==0.3.29 | |
| # Optional dependencies for enhanced functionality | |
| # flash-attn>=2.0.0 # For flash attention (requires CUDA) | |
| # easyocr==1.7.1 # Alternative OCR if needed | |
| accelerate |