Spaces:
Sleeping
Sleeping
| # 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 |