ObjectverseDiary / src /README.md
qqyule's picture
Add ZeroGPU-compatible validation path
e20e3d9 verified
# Source Skeleton
This directory is reserved for application source code.
Current status: initial mock MVP with optional MiniCPM-V 2.6 vision backend. Text generation remains mock until the llama.cpp phase.
## Planned Areas
- `ui/`: Gradio layout, CSS, and copy.
- `examples.py`: stable mock examples for the initial gallery.
- `models/`: vision runner, llama.cpp text runner, and schemas.
- `prompts/`: object understanding, persona generation, and diary generation prompts.
- `renderer/`: share card and HTML rendering.
- `traces/`: trace logging and anonymization.
- `utils/`: JSON repair and image utilities.