Model first, business logic second
You stand up YOLO + CoreML locally and see what the model really returns — before anyone writes access rules or alerts.
Local AI Vision · Computer Vision
This is not a course on “how to build a parking system”. It is a programme where you build a local Computer Vision pipeline: image → model → detection → tracking → zones → business events. Using a camera, people and vehicles (e.g. gym entry, zone, access) you learn building blocks you can reuse for retail, security, logistics or smart building.
Developers, data engineers, solution architects and technical roles who want a local CV pipeline (Mac) that turns a camera feed into concrete business events — without cloud as a prerequisite.
You stand up YOLO + CoreML locally and see what the model really returns — before anyone writes access rules or alerts.
People and cars are the teaching example; the same blocks (detection → tracking → zones → events) transfer to retail, security, logistics or smart building.
The model supplies observations. Enter / exit / zone breach is yours — and you get an event file ready for a dashboard or integration.
The example uses people and cars, but **the blocks are universal**. First you stand up the model and see what it actually returns — only then do you build business logic. AI does not “know” what is happening: it supplies observations; intelligence lives in the event layer.
Tick context — helps us prepare an open cohort or a closed workshop for your case.
Your choices are attached when you send the enquiry.
Send this configuration with your message — we will respond with next steps.
We build a local Computer Vision system from scratch. Using a camera, people and vehicles you learn to stand up a model, track objects and generate events (e.g. gym entry / zone breach). After 8 hours you have a pipeline and a project folder — not slides about “AI vision”.
| Block | In class | Later reuse |
|---|---|---|
| Detection | person / car | customers, staff, vehicles, parcels |
| Tracking + ID | CAR #15, PERSON #7 | dwell time, object path |
| Zones | parking / road / entrance | VIP, forbidden, queue, entry |
| Events | vehicle_enter / person_enter | gym access, turnover, alerts |
| Data (CSV/JSON) | events.csv | dashboard, report, system integration |