Spaces:
Sleeping
Sleeping
File size: 516 Bytes
c347d26 06681ea c347d26 06681ea |
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 |
# Core dependencies langchain>=0.1.0 langchain-openai>=0.0.2 openai>=1.12.0 python-dotenv>=1.0.0 langchain-community>=0.0.1 gradio>=5.6.0 langchain-groq>=0.0.3 # Document processing PyPDF2>=3.0.0 unstructured>=0.10.0 python-docx>=0.8.11 # YouTube processing youtube-transcript-api>=0.6.1 pytube>=15.0.0 # Text processing tiktoken>=0.5.1 # Audio processing (optional, for future audio features) openai-whisper>=20231117 # Development tools uvicorn>=0.27.0 python-multipart>=0.0.9 # Groq dependencies groq>=0.4.0 |