{
  "project_id": "shubham0204/OnDevice-Face-Recognition-Android",
  "repo": "shubham0204/OnDevice-Face-Recognition-Android",
  "name": "OnDevice-Face-Recognition-Android",
  "github_url": "https://github.com/shubham0204/OnDevice-Face-Recognition-Android",
  "homepage_url": "https://medium.com/proandroiddev/building-on-device-face-recognition-in-android-076a40dbaac6",
  "language": "Kotlin",
  "license": "Apache-2.0",
  "project_kind": "project",
  "category": [
    "vector_database"
  ],
  "tags": [
    "android",
    "android-application",
    "face-recognition",
    "facenet",
    "kotlin",
    "mediapipe",
    "objectbox",
    "tensorflow-lite"
  ],
  "description": "On-device customizable face recognition in Android with FaceNet and an embedded vector database",
  "overview": "Use shubham0204/OnDevice-Face-Recognition-Android when the user needs a vector database project with library-only, local, cloud deployment options.",
  "alternatives": [
    {
      "repo": "hhblaze/DBreeze",
      "reason": "Same vector database intent with rag overlap."
    },
    {
      "repo": "qdrant/qdrant-js",
      "reason": "Same vector database intent with rag overlap."
    },
    {
      "repo": "amikos-tech/chroma-go",
      "reason": "Same vector database intent with rag overlap."
    }
  ],
  "related": [
    {
      "repo": "milvus-io/milvus",
      "reason": "Related to shubham0204/OnDevice-Face-Recognition-Android through vector database category and library_only deployment."
    },
    {
      "repo": "redis/redis",
      "reason": "Related to shubham0204/OnDevice-Face-Recognition-Android through vector database category and library_only deployment."
    },
    {
      "repo": "weaviate/weaviate",
      "reason": "Related to shubham0204/OnDevice-Face-Recognition-Android through vector database category and library_only deployment."
    },
    {
      "repo": "milvus-io/pymilvus",
      "reason": "Related to shubham0204/OnDevice-Face-Recognition-Android through vector database category and library_only deployment."
    },
    {
      "repo": "Egoist-Machines/LodeDB",
      "reason": "Related to shubham0204/OnDevice-Face-Recognition-Android through vector database category and library_only deployment."
    },
    {
      "repo": "sqliteai/sqlite-vector",
      "reason": "Related to shubham0204/OnDevice-Face-Recognition-Android through vector database category and library_only deployment."
    },
    {
      "repo": "qdrant/rust-client",
      "reason": "Related to shubham0204/OnDevice-Face-Recognition-Android through vector database category and library_only deployment."
    },
    {
      "repo": "AI-Northstar-Tech/vector-io",
      "reason": "Related to shubham0204/OnDevice-Face-Recognition-Android through vector database category and library_only deployment."
    }
  ],
  "dependencies": [],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "store embeddings",
    "power semantic search",
    "serve retrieval workloads"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "simple prompt-only prototypes"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"vector database\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"library\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: python.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 180,
    "recent_commits": 0,
    "contributors": 1,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 39,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 4,
  "agent_score": 55,
  "score": 64,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 15,
    "deployment": 80,
    "popularity": 45,
    "community": 46
  },
  "git_top_score": 64,
  "git_top_score_breakdown": {
    "community": 68,
    "maintenance": 10,
    "documentation": 92,
    "stability": 70,
    "adoption": 67,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use shubham0204/OnDevice-Face-Recognition-Android when the user needs a vector database project with library-only, local, cloud deployment options.",
    "purpose": "Use shubham0204/OnDevice-Face-Recognition-Android when the user needs a vector database project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "embeddings",
      "records",
      "similarity queries"
    ],
    "outputs": [
      "nearest neighbors",
      "vector search results",
      "filtered matches"
    ],
    "good_for": [
      "store embeddings",
      "power semantic search",
      "serve retrieval workloads",
      "embedding search",
      "semantic retrieval",
      "similarity indexing"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "simple prompt-only prototypes",
      "plain key-value storage",
      "prompt-only apps"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "hhblaze/DBreeze",
        "reason": "Same vector database intent with rag overlap."
      },
      {
        "repo": "qdrant/qdrant-js",
        "reason": "Same vector database intent with rag overlap."
      },
      {
        "repo": "amikos-tech/chroma-go",
        "reason": "Same vector database intent with rag overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"vector database\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 39,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "simple prompt-only prototypes"
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-08-10T13:57:02.765Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "simple prompt-only prototypes"
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-08-10T13:57:02.765Z",
  "knowledge": {
    "project": {
      "id": "shubham0204/OnDevice-Face-Recognition-Android",
      "owner": "shubham0204",
      "name": "OnDevice-Face-Recognition-Android",
      "full_name": "shubham0204/OnDevice-Face-Recognition-Android",
      "github_url": "https://github.com/shubham0204/OnDevice-Face-Recognition-Android",
      "homepage_url": "https://medium.com/proandroiddev/building-on-device-face-recognition-in-android-076a40dbaac6",
      "description": "On-device customizable face recognition in Android with FaceNet and an embedded vector database",
      "language": "Kotlin",
      "topics": [
        "android",
        "android-application",
        "face-recognition",
        "facenet",
        "kotlin",
        "mediapipe",
        "objectbox",
        "tensorflow-lite"
      ],
      "license": "Apache-2.0",
      "stars": 180,
      "forks": 49,
      "open_issues": 6,
      "default_branch": "main",
      "created_at": "2024-06-05T03:04:14Z",
      "updated_at": "2026-07-27T08:53:11Z",
      "pushed_at": "2026-08-07T01:47:14Z",
      "synced_at": "2026-08-10T13:57:02.765Z"
    },
    "agent_card": {
      "project_id": "shubham0204/OnDevice-Face-Recognition-Android",
      "project_kind": "project",
      "category": "vector_database",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "store embeddings",
        "power semantic search",
        "serve retrieval workloads"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "simple prompt-only prototypes"
      ],
      "alternatives": [
        {
          "project_id": "hhblaze/DBreeze",
          "reason": "Same vector database intent with rag overlap."
        },
        {
          "project_id": "qdrant/qdrant-js",
          "reason": "Same vector database intent with rag overlap."
        },
        {
          "project_id": "amikos-tech/chroma-go",
          "reason": "Same vector database intent with rag overlap."
        }
      ],
      "summary_for_agent": "Use shubham0204/OnDevice-Face-Recognition-Android when the user needs a vector database project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"vector database\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-08-10T13:57:02.765Z"
    },
    "metrics": {
      "project_id": "shubham0204/OnDevice-Face-Recognition-Android",
      "stars_30d_delta": 7,
      "commits_30d": 0,
      "releases_180d": 0,
      "contributors_90d": 1,
      "issue_first_response_median_hours": null,
      "recent_push_days": 3,
      "git_score": 4,
      "maintenance_score": 15,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 39,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-10T13:57:02.765Z"
    }
  },
  "resolved_from": {
    "requested_id": "shubham0204/OnDevice-Face-Recognition-Android",
    "resolved_id": "shubham0204/OnDevice-Face-Recognition-Android",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1136,
    "generated_at": "2026-08-16T11:54:25.968Z",
    "snapshot_id": "d1:1136:2026-08-16T11:30:21.236Z",
    "latest_synced_at": "2026-08-16T11:30:21.236Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}