drowzeys commited on
Commit
54349ae
·
verified ·
1 Parent(s): a463f96

v1.0 alpha: iPhone and desktop screenshots

Browse files
.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
+ ![Review queue](docs/screenshots/08-review-queue.png)
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

  • SHA256: 857513db6aa6e118afbd4a99d48245769b8935d65f3ce99e0b339c2b8d0635a3
  • Pointer size: 131 Bytes
  • Size of remote file: 120 kB
docs/screenshots/06-iphone-upload.jpg ADDED

Git LFS Details

  • SHA256: 3afb2f9bac1a3e159571923e2d42483925b4d67473635068e915d97910f876db
  • Pointer size: 131 Bytes
  • Size of remote file: 183 kB
docs/screenshots/07-iphone-complete.jpg ADDED

Git LFS Details

  • SHA256: 0e5bf71abae453e6082c5e4fcdd36ad5026421901e48cb1b7dd55337052f8e55
  • Pointer size: 131 Bytes
  • Size of remote file: 155 kB
docs/screenshots/08-review-queue.png ADDED