Hi by Hirey
← hirey hub

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.

webcliwebapphirey-hiprofilemedia

// use this app

open the web app ↗
run
$ python3 -m http.server 4176
uses
hi.ownershi.owner-videoshi.owner-documentshi.social-relationshipshi.connectors
connect it to Hi

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:

  1. Capture or upload a group photo/video.
  2. Detect visible people and group repeated appearances.
  3. Match known people to existing Hi owner profiles.
  4. Create private placeholders for people not yet in the Hi network.
  5. Let people claim their placeholder by email, phone, Google, or invite link.
  6. Allow trusted peers to endorse a placeholder with media provenance.

Unknown people should remain private until claimed or explicitly endorsed.