HexAI_Demo / requirements.txt
Ankit Thakur
everything
c57fdf3
raw
history blame contribute delete
440 Bytes
# Core
streamlit==1.36.0
python-dotenv==1.0.1
pandas==2.2.2
# AI & Vision - Google
google-generativeai==0.7.1
# AI & Vision - Hugging Face (for T4 GPU with CUDA 12.1)
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.3.1
transformers==4.42.3
accelerate==0.31.0
bitsandbytes==0.43.1
sentencepiece==0.2.0
# OCR (as a potential fallback or utility)
paddleocr==2.7.3
paddlepaddle==2.6.1
# Utils
numpy==1.26.4
Pillow==10.3.0