Commit History

submission: add hackathon track/sponsor/achievement tags to README frontmatter
9e0d994
Running

Apiarist Dev commited on

docs: add submission section (track, demo video, social post, badges); soften cost claims
50afe3b

Apiarist Dev commited on

fix: PDF notes wrap inside table; hide trend chart until 2+ inspections (no empty box)
b378fd6

Apiarist Dev commited on

chore: remove internal planning docs (drafts, scripts notes) from public repo
3bf4d3f

Apiarist Dev commited on

fix: comparison report sentence built from specialist counts (no more mite contradiction)
be50c21

Apiarist Dev commited on

ui: fill_width=True so layout uses full width (capped at 1600px via css)
e4f30a9

Apiarist Dev commited on

ui: queen tile shows count (1/0) not YES; widen layout to 1600px
c11bda6

Apiarist Dev commited on

chore: trigger rebuild to regenerate frontend assets (cache-bust)
8987cc2

Apiarist Dev commited on

off-brand: custom tab bar, themed inputs/labels/tables, custom scrollbar, strip Gradio tells
dc2bfb3

Apiarist Dev commited on

feat: inspection dashboard (verdict + stat tiles), colony trend charts, polished A/B kill-shot cards
be206e5

Apiarist Dev commited on

polish: hero header + detection legend + footer (Off-Brand); document Modal training pipeline + published artifacts
34483f7

Apiarist Dev commited on

samples: add verified mite-detection and drone-detection photos (proves all 4 classes)
0fecff4

Apiarist Dev commited on

remove cyan queen candidate boxes - only confident green QUEEN box now
8ec418b

Apiarist Dev commited on

fix: replace both collage samples with clean single-scene hive photos (collage detector verified)
1327e19

Apiarist Dev commited on

fix: replace collage sample photo with single-scene queen close-up
b5ea41e

Apiarist Dev commited on

samples: 2 queen+drones + 3 queen-only photos, all verified working
f43b366

Apiarist Dev commited on

feat: test-time augmentation (4 views) + size filter (top 30% bbox area) for queen detection
85cec4b

Apiarist Dev commited on

feat: ranked top-3 queen candidates with probability shown - honest AI, user verifies
7119114

Apiarist Dev commited on

tune: raise queen threshold 0.85 -> 0.92 to reduce false positives on moderate-distance shots
9af6826

Apiarist Dev commited on

fix: dynamic inference size (640/1280/1920 by image dimensions) - small thumbnails were being upscaled too aggressively
48dd007

Apiarist Dev commited on

tune: imgsz=1920 + lower thresholds to catch more bees on high-res user photos
ffbb2d5

Apiarist Dev commited on

feat: 5 sample photos with verified queen detection + disclaimer about operating conditions
e6c0dcb

Apiarist Dev commited on

feat: ship trained queen classifier (F1=0.962) - 100% confidence on real queen, near-zero on negatives
c535f2c

Apiarist Dev commited on

feat: binary classifier cascade - prefers dedicated queen classifier, falls back to VLM grid
b27c5e3

Apiarist Dev commited on

fix: cascade no longer rubber-stamps YOLO queen labels - decides fresh from size only, ultra-strict parse
2e7ab44

Apiarist Dev commited on

fix: cascade prompt emphasises color + size, more candidates, lower bee threshold
9a02a0e

Apiarist Dev commited on

fix: cascade is too permissive - require exactly one queen, stricter prompt
31fa0f9

Apiarist Dev commited on

feat: VLM cascade for queen verification (YOLO finds candidates, Qwen-VL confirms via grid comparison)
ae234b4

Apiarist Dev commited on

feat: lower queen threshold to 0.05, show top-confidence per class in narrative
0111bb2

Apiarist Dev commited on

feat: ship combined-dataset YOLO weights (Matt Nudi + Hendricks; queen mAP 0.99 + better generalization)
df673a9

Apiarist Dev commited on

fix: distinguish empty YOLO detections from missing weights in narrative
f4f2593

Apiarist Dev commited on

fix: distinguish empty detections from missing weights; lower per-class thresholds for retrained model
1340369

Apiarist Dev commited on

chore: nudge build hook
49524d4

Apiarist Dev commited on

feat: ship retrained YOLO weights (queen mAP 0.992) + smarter class canonicalization
e9abb16

Apiarist Dev commited on

polish: remove emojis and em dashes from sources and docs
238bdf6

Apiarist Dev commited on

polish: seed sample hives, polished CSS theme, rich About + README, dataset live on Hub
686d2ed

Apiarist Dev commited on

docs: demo video script, blog post draft, LinkedIn post draft (Field Notes badge)
87f44ca

Apiarist Dev commited on

feat: class aliasing + varroa support, ready for hendricks_ricky weights
d92374a

Apiarist Dev commited on

fix: per-class confidence thresholds, queen-only label, mites clearly marked as VLM estimate
e5b1be5

Apiarist Dev commited on

fix: custom annotation — thin per-class boxes, only label queen+drone, no bee text
582e81b

Apiarist Dev commited on

fix: force YOLO onto CPU (ZeroGPU rejects CUDA ops outside @gpu )
aa747ca

Apiarist Dev commited on

refactor: YOLO runs on main container (not GPU worker), Qwen-only in @gpu
03ce53c

Apiarist Dev commited on

fix: run YOLO on main container, not GPU worker (file access + log visibility)
19fed7f

Apiarist Dev commited on

debug: log detector path/size at first call + retry instead of caching failure
3f394fc

Apiarist Dev commited on

feat: ship custom-trained YOLOv8s honey-bee/queen/drone detector (22MB)
443d760

Apiarist Dev commited on

feat: PDF weekly report generator + download button in Hives tab
c87dd80

Apiarist Dev commited on

feat: real A/B comparison logic (Apiarist vs Qwen-alone)
4f7f771

Apiarist Dev commited on

feat: YOLO + Qwen pipeline with graceful fallback when weights absent
1032894

Apiarist Dev commited on

feat: A/B Compare tab shell, ready for YOLO weights
0381c4f

Apiarist Dev commited on

fix: refresh Inspect tab hive dropdown when hives are added/refreshed/analyzed
9ea6c2e

Apiarist Dev commited on