refactor: reorganizar docs y pocs bajo INFO/

- docs/ → INFO/DOCS/CONTEXT/ (documentación técnica en markdown)
- FLUJOS/DOCS/ + FLUJOS_DATOS/DOCS/ → INFO/DOCS/ (txts de arquitectura)
- POCS/ → INFO/POCS/ (pruebas de concepto)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
CAPITANSITO 2026-04-21 23:49:33 +02:00
parent 83f67b76b4
commit 954f47996f
33 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Dependencias para la pipeline de imágenes FLUJOS
# Instalar con: pip install -r requirements_imagenes.txt
# MongoDB
pymongo>=4.6
# ML / comparación
scikit-learn>=1.3
numpy>=1.24
# HTTP (para llamadas a ollama)
requests>=2.31
# Utilidades
python-dotenv>=1.0
Pillow>=10.0 # lectura/validación de imágenes