# PDF Processing
pymupdf==1.24.14
pdfplumber==0.11.4


# LLM Integration
ollama==0.4.5
httpx==0.27.2
sarvamai

# Data Processing
pandas==2.2.3
datasets==3.2.0

# API & Web Interface
fastapi==0.115.6
uvicorn==0.34.0
python-multipart==0.0.18

# CLI
typer>=0.9.0
sentencepiece

# Utilities
tqdm==4.67.1
pyyaml==6.0.2
python-dotenv==1.0.1
rich==13.9.4

# Training & Fine-tuning
torch>=2.0.0
transformers>=4.36.0
peft>=0.7.0
bitsandbytes>=0.41.0
accelerate>=0.25.0
scipy
trl>=0.7.4

# Cloud Runtime (optional - for Colab/cloud environments)
google-generativeai>=0.3.0

# RAG Engine
chromadb>=0.4.0
sentence-transformers>=2.2.0
