Innova_Hackthon / README.md
GitHub Actions
Deploy from GitHub: 68bd5c9838c0ba7d11f5a74b54e80085410bc33a
6543cd2
|
Raw
History Blame Contribute Delete
496 Bytes
metadata
title: Lensify ML Service
emoji: πŸ‘—
colorFrom: purple
colorTo: pink
sdk: docker
pinned: false

Lensify ML Service

FastAPI service providing CLIP + YOLO inference for fashion detection and vector generation.

Endpoints

  • POST /flow/analyze β€” Classify image (fashion/food/unknown) + YOLO detection
  • POST /flow/search β€” CLIP image vector + Pinecone search
  • POST /flow/recommend β€” Outfit recommendations via Claude + CLIP text matching
  • GET /health β€” Health check