firstaid / requirements.txt
rivapereira123's picture
Update requirements.txt
0c2c20e verified
raw
history blame
976 Bytes
# Enhanced Gaza First Aid RAG Assistant - Requirements
# Optimized for performance and advanced features
accelerate
bitsandbytes
# Core ML and AI
torch>=2.0.0
transformers==4.39.3
sentence-transformers>=2.2.2
accelerate>=0.24.0
bitsandbytes>=0.41.0
# Vector Database and Search
faiss-cpu>=1.7.4
llama-index>=0.9.0
llama-index-vector-stores-faiss>=0.1.0
llama-index-embeddings-huggingface>=0.1.0
# Document Processing
PyPDF2>=3.0.1
python-docx>=0.8.11
openpyxl>=3.1.2
# Web Interface
gradio>=4.0.0
fastapi>=0.104.0
uvicorn>=0.24.0
# Data Processing
numpy>=1.24.0
pandas>=2.0.0
scipy>=1.11.0
# Utilities
requests>=2.31.0
tqdm>=4.66.0
python-dotenv>=1.0.0
pydantic>=2.4.0
# Async and Performance
asyncio-throttle>=1.0.2
aiofiles>=23.2.1
# Logging and Monitoring
loguru>=0.7.2
# Optional: For ONNX optimization (uncomment if needed)
# onnxruntime>=1.16.0
# optimum>=1.14.0
# Optional: For advanced quantization (uncomment if needed)
# auto-gptq>=0.4.2
# autoawq>=0.1.6