38 lines
720 B
Plaintext
38 lines
720 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
httpx==0.25.2
|
|
pydantic==2.5.0
|
|
pyyaml==6.0.1
|
|
python-multipart==0.0.6
|
|
chardet>=5.2.0
|
|
openpyxl>=3.1.2
|
|
python-docx>=1.1.2
|
|
pdfplumber>=0.11.0
|
|
python-pptx>=0.6.23
|
|
xlrd>=2.0.1
|
|
odfpy>=1.4.1
|
|
beautifulsoup4>=4.12.0
|
|
striprtf>=0.0.26
|
|
|
|
# HuggingFace dependencies for OCR models
|
|
torch>=2.0.0
|
|
torchvision>=0.15.0
|
|
transformers>=4.35.0
|
|
accelerate>=0.25.0
|
|
pillow>=10.0.0
|
|
tiktoken>=0.5.0
|
|
sentencepiece>=0.1.99
|
|
einops>=0.7.0
|
|
|
|
# STT (Speech-to-Text) dependencies
|
|
faster-whisper>=1.0.0
|
|
openai-whisper>=20231117
|
|
|
|
# Image Generation (Diffusion models)
|
|
diffusers @ git+https://github.com/huggingface/diffusers.git
|
|
safetensors>=0.4.0
|
|
|
|
# Web Scraping & Search
|
|
trafilatura>=1.6.0
|
|
duckduckgo-search>=4.0.0
|