←back to thread

230 points roryclear | 1 comments | | HN request time: 0.209s | source

This runs YOLOv8 + bytetrack with Tinygrad detections (depending on user config) are saved and can be sent to the companion iOS app along with a notification, all video processing is done locally, all footage is encrypted before leaving your computer, and the sending notifications + videos part is optional. This uses tinygrad, so it runs well on my apple silicon macs and should be able to run on a lot of hardware (or will be able to when I remove other deps).
1. jdiaz97 ◴[] No.45005553[source]
BoquilaHUB also does this, but with Rust: https://github.com/boquila/boquilahub/