Spaces:
Sleeping
Sleeping
| # Core Requirements | |
| fastapi==0.109.1 | |
| uvicorn==0.27.0 | |
| python-multipart>=0.0.9 # ✅ upgraded to match gradio requirements | |
| # Document Processing | |
| PyMuPDF==1.23.25 | |
| python-docx==0.8.11 | |
| openpyxl==3.1.2 | |
| python-pptx==0.6.23 | |
| # Image Processing | |
| Pillow==10.2.0 | |
| easyocr==1.7.1 | |
| numpy==1.26.3 | |
| nltk | |
| # ML/NLP Models | |
| transformers==4.38.2 | |
| torch==2.2.1 | |
| sentencepiece==0.2.0 | |
| tokenizers==0.15.1 | |
| # Text-to-Speech | |
| gTTS==2.4.0 | |
| # Gradio Interface | |
| gradio==4.19.1 | |
| easyocr | |
| gtts | |
| fpdf |