Spaces:
Running on Zero
Running on Zero
File size: 1,380 Bytes
6f8d8d9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | # 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
---
```
|