Skip to content

Commit

Permalink
Add update to README
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Dec 3, 2024
1 parent 66e3d7c commit d7dabe2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ Draw some stuff on your screen, and then trigger the assistant by *touching/tapp
* And then if I can get enough examples maye I'll have to make an AI judge to scale :)
* To help with that ... on idea is to make overlay the original input with the output but make the output a different color to make it differentiable by the judge
* So far this technique is looking good for SVG output, but it'd be nice to somehow render keyboard output locally too. That is tricker since the keyboard input rendering is done by the reMarkable app
* **2024-12-02** - Initial segmenter
* With a LOT of help from claude/copilot I have added a basic image segmenting step
* This does some basic segmenting and then gives the segment coordinates to the VLM to consider
* Only hooked it up with claude for now, need to merge those two models
* ... It helps with putting X in boxes a LOT!!<br/><img src="docs/x-in-box-miss.png" width=200 border=1><img src="docs/x-in-box-hit.png" width=200 border=1>
* Need to get some automation around the evaluations
* The segmenter has to be explicitly enabled with `--apply-segmentation` and it assumes that you have either `--input-png` or `--save-screenshot` because it (dumbly) re-parses the png file


## Ideas
* [DONE] Matt showed me his iOS super calc that just came out, take inspiration from that!
Expand Down
Binary file added docs/x-in-box-hit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/x-in-box-miss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d7dabe2

Please sign in to comment.