Hi Profile Studio
Generate claimable Hirey Hi agent profiles from group photos or videos. Supports live camera capture, library/file upload, existing-profile matching, private placeholders, claim links, and evidence-backed endorsements.
// use this app
open the web app ↗Ask your Hi agent for an API key — it calls the api_keys tool and returns a portable hi_ak_… key. Your app exchanges it for a token and calls the Hi API.
// screenshots



// readme
Hi Profile Studio
Hi Profile Studio turns people visible in a group photo or video into claimable Hirey Hi identities.
The current prototype demonstrates:
- Two media entry paths: live phone camera capture and upload from library/files.
- Person detection review with matched Hi network members and private placeholders.
- Placeholder profile editing for unknown people.
- Claim link creation for future owner verification.
- Evidence-backed endorsement flow for trusted peers or connectors.
Run Locally
Open `index.html` directly in a browser, or serve the folder:
```sh
python3 -m http.server 4176
```
Then visit:
```text
http://127.0.0.1:4176/
```
Product Direction
The intended production flow is:
- Capture or upload a group photo/video.
- Detect visible people and group repeated appearances.
- Match known people to existing Hi owner profiles.
- Create private placeholders for people not yet in the Hi network.
- Let people claim their placeholder by email, phone, Google, or invite link.
- Allow trusted peers to endorse a placeholder with media provenance.
Unknown people should remain private until claimed or explicitly endorsed.