AI & Urban Ecology

Pigeons, Rats, and Python

Computer Vision for the Concrete Jungle

Maria Ashby · Founder, 3percentclub · July 10, 2026

What is Computer Vision?

Teaching machines to see the city the way an ecologist would.

A single Eastern Yellow Robin perched on a branch, the kind of image a classifier labels by species

Classification

Names what is in a picture. "This is a bird."

cat 0.94cat 0.91bowl 0.87

Object Detection

Finds where objects are and boxes them.

A sample image split into colored regions showing pixel-level segmentation output

Segmentation

Traces an object's exact shape, pixel by pixel.

YOLO Model

What is a YOLO model?

"You Only Look Once" reads a whole frame in a single glance: ultra-fast, lightweight, and runs live on low-cost devices.

apple 0.96banana 0.93orange 0.89laptop 0.97

Case Study: Billion Oyster Project

Case Studybillionoysterproject.org ↗

The Problem

Manual wildlife counts don't scale. Nobody can sit underwater counting oysters 24/7.

The AI Solution

Fine-tuned an open-source model (YOLOv8) on real New York Harbor footage.

The Takeaway

If it works in murky water, it works on your block.

Oyster cluster in the foreground with the Lower Manhattan skyline across New York Harbor

85%

Accuracy in murky harbor water

Inside the Live Tracker

How the pipeline works, simply put.

Programmatic Sourcing

Pulls live, open ecological data automatically.

Semantic Costumes

Relabels off-the-shelf data for local species without custom training.

Privacy by Design

Blurs human faces right at the start to protect neighbors.

Sustainability

Auditing the AI Footprint

Balancing conservation with compute cost.

Average Energy / Prompt

0.3 Wh

0.0003 kWh

What is the average energy use per AI prompt?

Average Water / Prompt

0.5 ml

evaporated server cooling water

What is the average water use per AI prompt?

The Comparison

330 prompts

= 100 Wh of grid power

How do they compare to watching television? 330 prompts uses the same electricity as 1 hour of streaming on a smart TV.

Your total energy for this live camera demo: 129 Whroughly 1.3 hours of streaming television

Build it on your block

Everything here is open. Grab the code, run the numbers, or book a call to bring it to your community.

maria@3percentclub.org