Spaces:
Running on Zero
Running on Zero
A newer version of the Gradio SDK is available: 6.18.0
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
- Image upload.
- Object recognition JSON.
- Persona generation JSON.
- Secret diary output.
- Object chat.
- Share card.
- Trace logger.
- Gradio UI polish.
- README and demo materials.
Current Status
Structure-only initialization. No application implementation code has been added yet.