Nerves Meetup Why did the Elixir application keep running despite dependency shutdown?

YOLO - Real-Time Object Detection Simplified

https://github.com/poeticoding/yolo_elixir

I’m thrilled to share YOLO, my first Elixir library, designed to make real-time object detection simple and accessible for Elixir developers. Built around the power of YOLOv8, this library lets you detect objects in images or videos with speed and ease.

Here’s what I’ve worked on:

  • Fast detections: Just 38ms per image on a MacBook Air M3 with EXLA.
  • Simple API: Load models and detect objects in just two steps.
  • Extensibility: Built for YOLOv8, with support for custom models on the way.
  • Rust-powered NMS: Optional Rust NIF for blazing-fast post-processing.