Commit Graph

37 Commits

Author SHA1 Message Date
eb5f9ba00a Ignore the model and add example key 2025-07-31 20:24:48 -06:00
85e02640d3 Only save previous state if it's known 2025-07-31 19:52:56 -06:00
16709de883 Add example secrets file 2025-07-31 19:39:56 -06:00
59b02e18e9 Freeze requirements 2025-07-31 19:39:10 -06:00
de4c99bc1d feat: add background task to log state transitions
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 19:37:21 -06:00
914e8f9ce8 refactor: Move secrets to module and improve logging config 2025-07-31 19:37:08 -06:00
c23d99726d Spacing 2025-07-31 19:16:08 -06:00
a83f0d0937 fix: append 'unknown' to history on timeout or client error
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 19:14:38 -06:00
38ab26a659 feat: add GET /state handler to return determined state
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 19:11:06 -06:00
d923a4ac61 feat: track history of last 3 predictions
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 19:08:54 -06:00
dd53b40909 feat: log and save low-confidence predictions
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 19:02:02 -06:00
1b5fee77c2 Adjust constants 2025-07-31 18:44:05 -06:00
aa8f87a6d3 Ignore aider 2025-07-31 18:43:49 -06:00
1bef792b22 feat: Calculate and log prediction confidence
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 18:34:56 -06:00
e9b4fbc757 perf: reduce poll interval to 10 seconds 2025-07-31 18:34:51 -06:00
2fd432f516 feat: bind aiohttp server to port 8081
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 18:30:19 -06:00
ed62e260a7 fix: Import aiohttp.web submodule directly
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 18:29:18 -06:00
e41ca46d1d fix: update camera URL to SE-S 2025-07-31 18:29:09 -06:00
f734703dc3 feat: add aiohttp server to monitor garage door status
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 18:23:12 -06:00
c5b2c17ce2 feat: add server.py 2025-07-31 18:23:04 -06:00
028f9006c2 Git keep a bunch of directories 2025-07-31 18:00:52 -06:00
05ac4be541 feat: add dropout and weight decay to prevent overfitting
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 17:18:40 -06:00
c8f57818d1 feat: process images in random order and show progress
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 17:13:35 -06:00
f7aa4e6e06 fix: lower image sorting confidence threshold 2025-07-31 17:13:26 -06:00
77c103b9fe feat: add ColorJitter augmentation to training data
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 17:09:48 -06:00
89b407c564 feat: only copy images with confidence over 95%
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 16:57:59 -06:00
d3a4bd7ce9 feat: add --check-crop flag to verify image cropping
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 16:55:32 -06:00
c1d11ea3f7 refactor: centralize transform constants in model.py
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 16:52:23 -06:00
078c893770 fix: handle class imbalance with WeightedRandomSampler
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 16:50:19 -06:00
5f18d8bce2 refactor: extract model to module and add image sorting script
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 16:22:46 -06:00
587f38b9ce refactor: Update data directory structure to 'data/labelled' 2025-07-31 16:22:29 -06:00
62743006c8 fix: update triangle crop dimensions 2025-07-31 16:06:27 -06:00
4d6eb70728 feat: add garage door CNN training script
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
2025-07-31 15:58:21 -06:00
64a2b03507 feat: add training script 2025-07-31 15:58:13 -06:00
c8ba5e51c7 feat: add script to process JSON and sort images 2025-07-31 15:51:17 -06:00
624ff24b52 feat: add move functionality 2025-07-31 15:51:05 -06:00
a9a34eacec Initial commit 2025-07-31 14:50:29 -06:00