v1.0 alpha: iPhone and desktop screenshots
Browse files- .gitattributes +3 -0
- README.md +24 -2
- docs/screenshots/01-inbox.png +0 -0
- docs/screenshots/02-review-empty.png +0 -0
- docs/screenshots/03-catalog.png +0 -0
- docs/screenshots/04-settings.png +0 -0
- docs/screenshots/05-iphone-home.jpg +3 -0
- docs/screenshots/06-iphone-upload.jpg +3 -0
- docs/screenshots/07-iphone-complete.jpg +3 -0
- docs/screenshots/08-review-queue.png +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
docs/screenshots/05-iphone-home.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
docs/screenshots/06-iphone-upload.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
docs/screenshots/07-iphone-complete.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -15,8 +15,30 @@ tags:
|
|
| 15 |
|
| 16 |
iPhone (or desktop) photo → local **Gemma 4 12B-it** vision extract → SQLite. Optional [Autonomous OS](https://github.com/autonomous-ai/autonomous-os) Lamp skill (camera on the robot, 12B on the GPU box — the Lamp’s 6 GB cannot hold 12B).
|
| 17 |
|
| 18 |
-
GitHub: `drowzeys/keys-Auto-Receipts-Studio`
|
| 19 |
-
Hugging Face: `drowzeys/keys-Auto-Receipts-Studio`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## One-shot (Linux GPU box — NVIDIA + vLLM)
|
| 22 |
|
|
|
|
| 15 |
|
| 16 |
iPhone (or desktop) photo → local **Gemma 4 12B-it** vision extract → SQLite. Optional [Autonomous OS](https://github.com/autonomous-ai/autonomous-os) Lamp skill (camera on the robot, 12B on the GPU box — the Lamp’s 6 GB cannot hold 12B).
|
| 17 |
|
| 18 |
+
GitHub: [`drowzeys/keys-Auto-Receipts-Studio`](https://github.com/drowzeys/keys-Auto-Receipts-Studio)
|
| 19 |
+
Hugging Face: [`drowzeys/keys-Auto-Receipts-Studio`](https://huggingface.co/drowzeys/keys-Auto-Receipts-Studio)
|
| 20 |
+
|
| 21 |
+
## Screenshots (v1.0 alpha)
|
| 22 |
+
|
| 23 |
+
iPhone Safari — take a photo, then completion notice:
|
| 24 |
+
|
| 25 |
+
<p>
|
| 26 |
+
<img src="docs/screenshots/05-iphone-home.jpg" alt="iPhone: Take photo / Choose file" width="280"/>
|
| 27 |
+
<img src="docs/screenshots/06-iphone-upload.jpg" alt="iPhone: upload in progress" width="280"/>
|
| 28 |
+
<img src="docs/screenshots/07-iphone-complete.jpg" alt="iPhone: Completed Whole Foods Market groceries #5" width="280"/>
|
| 29 |
+
</p>
|
| 30 |
+
|
| 31 |
+
Desktop Review queue (click a row to edit kind / category / vendor / date / total, or Delete):
|
| 32 |
+
|
| 33 |
+

|
| 34 |
+
|
| 35 |
+
Inbox drop zone, catalog SKUs, and backend health:
|
| 36 |
+
|
| 37 |
+
<p>
|
| 38 |
+
<img src="docs/screenshots/01-inbox.png" alt="Inbox" width="420"/>
|
| 39 |
+
<img src="docs/screenshots/03-catalog.png" alt="Catalog" width="420"/>
|
| 40 |
+
<img src="docs/screenshots/04-settings.png" alt="Settings backends" width="420"/>
|
| 41 |
+
</p>
|
| 42 |
|
| 43 |
## One-shot (Linux GPU box — NVIDIA + vLLM)
|
| 44 |
|
docs/screenshots/01-inbox.png
ADDED
|
docs/screenshots/02-review-empty.png
ADDED
|
docs/screenshots/03-catalog.png
ADDED
|
docs/screenshots/04-settings.png
ADDED
|
docs/screenshots/05-iphone-home.jpg
ADDED
|
Git LFS Details
|
docs/screenshots/06-iphone-upload.jpg
ADDED
|
Git LFS Details
|
docs/screenshots/07-iphone-complete.jpg
ADDED
|
Git LFS Details
|
docs/screenshots/08-review-queue.png
ADDED
|