Incluye: backend Node.js/Express, visualización 3D (Three.js/3d-force-graph), scrapers Wikipedia/noticias/imágenes, analizador Qwen3-VL, pipeline maestro con systemd timer, fixes de seguridad (NoSQL injection, XSS, ReDoS, port binding) y documentación técnica completa en docs/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
440 B
Text
26 lines
440 B
Text
# 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
|