Spaces:
Running on Zero
Running on Zero
| # Objectverse Diary — README 模板 | |
| > 初始化项目时直接复制到 `README.md` | |
| --- | |
| # Objectverse Diary | |
| **Every object has a secret life.** | |
| **万物日记:每个物品都有秘密人生。** | |
| Objectverse Diary is a small-model AI toy built for the Build Small Hackathon. | |
| Upload a photo of any everyday object. The app wakes it up, gives it a secret personality, writes its diary, and lets you chat with it. | |
| ## Track | |
| An Adventure in Thousand Token Wood | |
| ## Why this fits the track | |
| This is a pure digital experience that could not exist without AI: | |
| - vision understanding | |
| - object persona generation | |
| - first-person diary writing | |
| - consistent character chat | |
| - shareable personality cards | |
| ## Language | |
| The interface is English-first and Chinese-second. | |
| ## Badge Targets | |
| - [ ] Off the Grid | |
| - [ ] Well-Tuned | |
| - [ ] Off-Brand | |
| - [ ] Llama Champion | |
| - [ ] Sharing is Caring | |
| - [ ] Field Notes | |
| ## Model Stack | |
| - Vision: MiniCPM-V or lightweight VLM fallback | |
| - Text: fine-tuned small LLM | |
| - Runtime: llama.cpp / llama-cpp-python | |
| - UI: Gradio Blocks | |
| ## Run Locally | |
| ```bash | |
| pip install -r requirements.txt | |
| python app.py | |
| ``` | |
| ## Project Structure | |
| See AGENTS.md and .codex/skills for development rules. | |
| --- | |
| ## HF Space README YAML Header | |
| ```yaml | |
| --- | |
| title: Objectverse Diary | |
| emoji: 🗝️ | |
| colorFrom: amber | |
| colorTo: gray | |
| sdk: gradio | |
| app_file: app.py | |
| pinned: false | |
| --- | |
| ``` | |