Add sprite review GUI (DearPyGui)

- Desktop GUI similar to Soundgen's Training tab
- Thumbnail preview, star rating (1-5), text feedback
- Filter: all / unrated / top rated
- Export dataset as JSONL
- Updated README and requirements
This commit is contained in:
Emil
2026-06-28 16:27:52 +03:00
parent c4350ac8a7
commit c4fe56021f
3 changed files with 266 additions and 0 deletions
+14
View File
@@ -70,6 +70,20 @@ export IMAGEGEN_OUTPUT_DIR=/path/to/output
./venv/bin/python server.py
```
### 5. Review & rate sprites (GUI)
```bash
./venv/bin/pip install dearpygui pillow
./venv/bin/python review_gui.py
```
Features:
- Thumbnail preview of each generated sprite
- Star rating (1-5) with one click
- Text feedback per sprite
- Filter: all / unrated / top rated
- Export rated dataset as JSONL for fine-tuning
Or configure in your MCP client:
```json