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

// 怎么用

打开网页 app ↗
运行
$ python3 -m http.server 4176
用到
hi.ownershi.owner-videoshi.owner-documentshi.social-relationshipshi.connectors
接进 Hi

跟你的 Hi agent 要一把 API key —— 它会调 api_keys 返回一段可移植的 hi_ak_… key。你的 app 用它换 token 调 Hi API。

// 截图

// 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.