This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Screenshot Triage Tool (Ollama Edition) | |
| Scans a folder of screenshots, uses a LOCAL vision model via Ollama to | |
| analyze & categorize them, then generates a browsable HTML gallery. | |
| Everything stays on your machine. No data leaves. | |
| Usage: | |
| python3 triage.py # scan ~/Desktop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "message": "", | |
| "show": false, | |
| "type": "info", | |
| "timestamp": "" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "message": "", | |
| "show": false, | |
| "type": "info" | |
| } |