# Pipeline de imágenes FLUJOS — Qwen3-VL-8B
# pip install -r requirements_imagenes.txt

# HuggingFace / modelo Qwen3-VL
transformers @ git+https://github.com/huggingface/transformers
torch>=2.3.0
torchvision>=0.18.0
accelerate>=0.30.0
huggingface_hub>=0.23.0
qwen-vl-utils>=0.0.8

# MongoDB
pymongo>=4.6

# ML / comparación
scikit-learn>=1.3
numpy>=1.24

# Imágenes
Pillow>=10.0

# HTTP
requests>=2.31

# Utilidades
python-dotenv>=1.0
