código completo FLUJOS — snapshot limpio sin datos scrapeados
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>
This commit is contained in:
parent
013fe673f3
commit
83f67b76b4
190 changed files with 193337 additions and 2 deletions
26
FLUJOS_DATOS/IMAGENES/requirements_imagenes.txt
Normal file
26
FLUJOS_DATOS/IMAGENES/requirements_imagenes.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue