Spaces:
Running
Running
File size: 824 Bytes
040a6c6 a9b5cb5 040a6c6 8103d43 040a6c6 a9b5cb5 75849d9 040a6c6 92d2175 010f542 |
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 |
# 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 |