# Ultralytics YOLO Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/ultralytics-yolo
> Markdown URL: https://aitinkerers.org/technologies/ultralytics-yolo.md
> Technology record last updated: 2026-04-12T16:19:17Z
> Generated: 2026-09-21T08:55:08Z

Ultralytics YOLO is the state-of-the-art (SOTA) vision AI framework, delivering superior speed and accuracy for real-time object detection, segmentation, and tracking.

We deliver the latest advancements in the acclaimed YOLO (You Only Look Once) series: a high-performance, flexible framework for computer vision. Ultralytics YOLO models (like YOLOv11) excel at core tasks: object detection, instance segmentation, pose estimation, tracking, and image classification. The architecture is engineered for superior speed and accuracy, supporting deployment across diverse hardware (edge devices, cloud APIs) and export formats (ONNX, TensorRT, CoreML). Users leverage an intuitive Python API or CLI for rapid development, training custom models, and deployment, with licensing available under AGPL-3.0 or an Enterprise option for commercial integration.

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

## Recent Public Talks and Demos

### [From Pixels to Polygons: Field Boundary Extraction in the Browser](https://seattle.aitinkerers.org/talks/rsvp_J4joQTz9ISs)

Autobounds is a geospatial web app that makes farm maps actionable by combining real‑time NDVI visualization with fast, AI‑powered field boundary extraction. This demo‑driven talk walks through the full stack: - Frontend: MapLibre GL layers for NDVI, field labels, and UX for extract/review/save with geodesic area, undo/redo, and editing. - Backend: a “Delineate Anything” segmentation service containerized in Python/Flask, deployed to Google Cloud Run; Firebase Functions act as a backend‑for‑frontend for auth, validation, and CORS. - Data flow: capture map bounds → fetch imagery → infer polygons → convert masks to GeoJSON → compute areas → persist to Firestore. - Hard‑won lessons: emulator vs production pitfalls, OpenCV/libGL in Docker, $PORT expansion on Cloud Run, CORS, deterministic inference, model loading and memory, and keeping the map responsive at various zooms. Attendees will leave with practical patterns to ship geospatial ML features to production: - How to stream model results into browser map layers with good UX. - How to package and run heavy models on Cloud Run with minimal cold‑start pain. - How to use Firebase Functions as a thin BFF to shield the frontend and simplify auth/CORS. - How to test E2E locally with reproducible debug bundles.

- Event context: Summer on the Lake - August Tinkerers Meetup! (Demos, Food, Friends) — 2025-08-28 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_J4joQTz9ISs

## Related Technologies

- [Google Cloud Run](https://aitinkerers.org/technologies/google-cloud-run) ([Markdown](https://aitinkerers.org/technologies/google-cloud-run.md)) — 4 public demos
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
- [PyTorch](https://aitinkerers.org/technologies/pytorch) ([Markdown](https://aitinkerers.org/technologies/pytorch.md)) — 273 public demos
- [React](https://aitinkerers.org/technologies/react) ([Markdown](https://aitinkerers.org/technologies/react.md)) — 219 public demos
