File size: 626 Bytes
f940a3b cb1b895 f940a3b cb1b895 f940a3b cb1b895 a7c862b cb1b895 b41faae bee8a10 |
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 |
git+https://github.com/huggingface/huggingface_hub.git # /requirements.txt # Core Framework gradio python-dotenv # --- API Clients & Dependencies --- # Pinning specific versions to resolve Google's internal dependency conflict # This is the fix for the "duplicate file name" protobuf error. googleapis-common-protos==1.63.0 protobuf==4.25.3 # The actual client libraries huggingface-hub tavily-python groq fireworks-ai openai google-generativeai # --- Content Processing --- beautifulsoup4 requests PyPDF2 python-docx # --- Optional OCR capabilities --- opencv-python-headless pytesseract Pillow numpy deepseek html2text |