LLaVA-image-analysis / requirements.txt
nehapasricha94's picture
Update requirements.txt
b47e62e verified
raw
history blame
236 Bytes
torch>=2.0.0
torchvision>=0.15.0 # For image preprocessing
transformers>=4.31.0
huggingface_hub>=0.25.2
gradio # For creating the interface
Pillow # For image handling
llava # Custom library for LLaVA model (from its official repo)