afterimage / README.md
KryptosK's picture
Afterimage live backend (FastAPI + FastEmbed + embedded Qdrant)
850c319 verified
|
Raw
History Blame Contribute Delete
976 Bytes
metadata
title: Afterimage API
emoji: 🛰️
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
license: mit

Afterimage — live Qdrant backend

The real FastAPI + FastEmbed CLIP + embedded Qdrant backend behind Afterimage — searchable visual memory for physical spaces.

Every request runs live against Qdrant:

  • POST /api/anomaly/scan?scenario=vaultquery_points filtered nearest-neighbour; flags the region when its live crop falls below the data-derived floor (mean − 3σ).
  • GET /api/outliers?scenario=vaultRecommendQuery(best_score) outlier vs baselines.
  • GET /api/matrix?scenario=vaultsearch_matrix_pairs distance matrix.
  • GET /api/text_search?q=a+van — open-vocabulary CLIP text→image search.
  • GET /api/health — collection + embedding mode.

512-dim cosine vectors, one object_memory collection, no training, no labels. Interactive docs at /docs.