ObjectverseDiary / .codex /project.md
qqyule's picture
feat: initialize project structure for Objectverse Diary
6f8d8d9

A newer version of the Gradio SDK is available: 6.18.0

Upgrade

Objectverse Diary

Context

Objectverse Diary is a Build Small Hackathon project for the "An Adventure in Thousand Token Wood" track.

Core idea: upload an everyday object photo, identify the object, generate a hidden persona, write a first-person secret diary, support follow-up chat, and create a shareable personality card.

Non-Negotiable Constraints

  • Total model parameters <= 32B.
  • Gradio is required.
  • Final app must be hosted on Hugging Face Space.
  • No commercial cloud model APIs.
  • UI is English-first and Chinese-second.
  • Do not expose credit codes, tokens, credentials, or private paths.

MVP Priority

  1. Image upload.
  2. Object recognition JSON.
  3. Persona generation JSON.
  4. Secret diary output.
  5. Object chat.
  6. Share card.
  7. Trace logger.
  8. Gradio UI polish.
  9. README and demo materials.

Current Status

Structure-only initialization. No application implementation code has been added yet.