Spaces:
Sleeping
Sleeping
File size: 485 Bytes
df4363a e2d3712 df4363a 9fb4088 df4363a |
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 |
# requirements.txt - Cleaned up and organized
# Core frameworks
fastapi==0.112.2
uvicorn[standard]==0.30.1
httpx>=0.27.0
# HuggingFace
git+https://github.com/huggingface/huggingface_hub.git
gradio[oauth]>=6.0.0
# AI/ML clients
openai>=1.0.0
mistralai>=1.0.0
dashscope>=1.0.0
google-genai>=1.0.0
# Document processing
PyPDF2>=3.0.0
python-docx>=1.0.0
pytesseract>=0.3.10
Pillow>=10.0.0
opencv-python>=4.8.0
# Web scraping
requests>=2.31.0
beautifulsoup4>=4.12.0
html2text>=2020.1.16 |