# YOLOv5 Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/yolov5
> Markdown URL: https://aitinkerers.org/technologies/yolov5.md
> Technology record last updated: 2026-02-25T08:48:51Z
> Generated: 2026-09-21T10:51:16Z

Ultralytics YOLOv5 provides a high-speed, production-ready object detection framework built on PyTorch for seamless deployment.

YOLOv5 by Ultralytics remains a standard for real-time computer vision applications. It features five distinct model scales (Nano, Small, Medium, Large, and XLarge) to optimize for specific hardware constraints. The YOLOv5s variant clocks in at 2.0ms inference time on an NVIDIA Tesla V100, delivering the responsiveness required for live video feeds. Engineers deploy these models for practical use cases: identifying manufacturing defects, managing retail inventory, and securing autonomous perimeter monitoring. The ecosystem supports direct exports to multiple formats (ONNX, OpenVINO, and CoreML) to ensure compatibility across cloud and edge environments.

- Official technology site: https://github.com/ultralytics/yolov5
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [YOLO on Microcontroller](https://cologne.aitinkerers.org/talks/rsvp_hDiOsYlmI5o)

This project focuses on using the ESP-EYE and a computer vision algorithm (YOLOv5) running TensorFlow Lite Micro to detect different types of screws: "Big," "Medium," and "Black." The detection is on device, no wireless connection required.

- Event context: AI Tinkerers Cologne 3: Demos, Code, and Architecture — 2026-03-05 — Cologne
- Public talk page: https://cologne.aitinkerers.org/talks/rsvp_hDiOsYlmI5o

## Related Technologies

- [C](https://aitinkerers.org/technologies/c-2) ([Markdown](https://aitinkerers.org/technologies/c-2.md)) — 6 public demos
- [ESP-EYE](https://aitinkerers.org/technologies/esp-eye) ([Markdown](https://aitinkerers.org/technologies/esp-eye.md)) — 1 public demo
- [TensorFlow](https://aitinkerers.org/technologies/tensorflow) ([Markdown](https://aitinkerers.org/technologies/tensorflow.md)) — 90 public demos
- [TensorFlow Lite Micro](https://aitinkerers.org/technologies/tensorflow-lite-micro) ([Markdown](https://aitinkerers.org/technologies/tensorflow-lite-micro.md)) — 1 public demo
