FLUJOS/BACK_BACK
SITO b992e25f8f feat: pipeline de imágenes + demos de visualización 3D
- BACK_BACK/IMAGENES/: nueva pipeline para análisis de imágenes con VLM
  - image_analyzer.py: imagen → keywords via ollama
  - image_comparator.py: TF-IDF similitud keywords vs corpus
  - mongo_helper.py: CRUD colecciones imagenes y comparaciones
  - pipeline_pruebas.py: script end-to-end con CLI
  - requirements_imagenes.txt

- BACK_BACK/FLUJOS_APP_PRUEBAS.js: servidor Express ligero (port 3001)
  sin MongoDB para testear los demos de visualización

- VISUALIZACION/public/demos/: tres demos de 3d-force-graph
  - demo_text_nodes.html: nodos como texto (three-spritetext)
  - demo_img_nodes.html: nodos como imágenes (THREE.Sprite)
  - demo_mixed_nodes.html: cards HTML en 3D (CSS2DRenderer)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 22:28:34 +01:00
..
flask_api flow like the river 2025-11-07 00:06:12 +01:00
IMAGENES feat: pipeline de imágenes + demos de visualización 3D 2026-03-28 22:28:34 +01:00
node_modules flow like the river 2025-11-07 00:06:12 +01:00
OBSEI flow like the river 2025-11-07 00:06:12 +01:00
requirements.txt flow like the river 2025-11-07 00:06:12 +01:00
.env flow like the river 2025-11-07 00:06:12 +01:00
FLUJOS_APP.js flow like the river 2025-11-07 00:06:12 +01:00
FLUJOS_APP.js.save flow like the river 2025-11-07 00:06:12 +01:00
FLUJOS_APP_COPIA.js flow like the river 2025-11-07 00:06:12 +01:00
FLUJOS_APP_PRUEBAS.js feat: pipeline de imágenes + demos de visualización 3D 2026-03-28 22:28:34 +01:00
main.py flow like the river 2025-11-07 00:06:12 +01:00
package-lock.json flow like the river 2025-11-07 00:06:12 +01:00
package.json flow like the river 2025-11-07 00:06:12 +01:00