> For the complete documentation index, see [llms.txt](https://docs.bitpers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitpers.com/feature-modules/face-hunt.md).

# Face Hunt

### TL;DR

**Face Hunt** is a privacy‑first people search for your media. Opt‑in discoverability helps users instantly surface photos of specific people across events, memory boards, and murals.

***

### 1) What is Face Hunt?

A selective, consent‑driven face search that lets users filter content by participants. Great for events, shared boards, and public creators who choose discoverability.

**Why it matters:** Finding yourself (or friends) across thousands of photos is painful. Face Hunt makes it instant—without compromising consent.

***

### 2) Value Proposition

* **Consent by design:** Opt‑in controls at user and board levels.
* **Fast recall:** Filter feeds by people; “photos of me.”
* **Event superpower:** Attendees instantly find all photos they appear in.
* **Creator mode:** Public figures can enable large‑scale discoverability.

***

### 3) Core Features (v1 & v1.1)

* **Opt‑in enrolment & visibility controls.**
* **People filters** in feeds and boards.
* **Per‑mural/board toggles** and safe defaults.
* **Local processing preference** where feasible; minimal cloud data.

**Polish (v1.1)**

* Better disambiguation and liveness checks.
* Shareable “photos of me” views (within access limits).

***

### 4) Use Cases

* **Events:** Find yourself and friends post‑concert or wedding.
* **Memory Boards:** Sort trip photos by who’s in them.
* **Public Murals:** Opt‑in creator discoverability.

***

### 5) Roadmap (Illustrative)

* **Q1:** Opt‑in flow; per‑space toggles; people filters.
* **Q2:** Liveness & impersonation defenses; improved matching.
* **Q3:** Creator verification; controlled public discoverability.

***

### 6) Metrics

* Opt‑in rate; searches per user; success taps after filter.
* False positive/negative rate (internal); report/appeal rate.

***

### 7) Risks & Mitigations

* **Privacy sensitivity:** Explicit consent, clear UI, per‑space control, easy opt‑out.
* **Misidentification:** Conservative thresholds; user confirmations; reporting.
* **Abuse:** Rate limits, verification for public discoverability.

***

### 8) Integrations

* **Events:** On‑site discovery and recap.
* **Memory Boards:** Fast person filters.
* **Murals:** Personalised feed slices (“find me in this mural”).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bitpers.com/feature-modules/face-hunt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
