feat: vision classification pipeline — condition scoring, listing quality, fraud signals #21
Labels
No labels
backlog
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/snipe#21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Snipe currently runs basic vision tasks (photo analysis, serial number check). A proper classification pipeline using cf-core's
LLMRouter+CFOrchClientwould enable:Architecture
Build on top of
circuitforge_core.documents(Dolphin-v2 ingestion pipeline) +circuitforge_core.llm.router.LLMRouterfor structured output. The existingapp/tasks/runner.py+tasks/scheduler.pyshim is the right integration point.Relationship to trust score
The existing eBay trust score is seller-reputation-based. This adds a listing-quality layer. Both feed into a combined confidence score shown to the user before they bid.
Phases
Related
circuitforge_core.documents— Dolphin-v2 ingestioncircuitforge_core.llm.router— structured outputcircuitforge_core.resources.CFOrchClient— VRAM allocation for vision tasksapp/tasks/runner.py