Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.77 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.77 KB

🌈 Vancouver Watching (vanwatch)

vanwatch 🌈 runs YOLO 🚀, OpenAI Vision, and other AI algo on traffic cameras to extract timeseries of urban activity at scale.

pip install vancouver-watching
time-series image last build image
graph LR
    discover["vanwatch<br>discover<br>target=&lt;target&gt;<br>&lt;object-name&gt;"]
    object1["geojson"]:::folder
    ingest["vanwatch<br>ingest<br>target=&lt;target&gt;<br>&lt;object-name&gt;"]
    detect["vanwatch<br>detect<br>gif,publish<br>&lt;object-name&gt;"]
    ingest_detect["vanwatch<br>ingest<br>target=&lt;target&gt;<br>&lt;object-name&gt;<br>detect,gif,publish"]
    object2["geojson"]:::folder

    discover --> object1
    object1 -- "#tag" --> ingest
    object1 -- "#tag" --> ingest_detect
    ingest --> object2
    ingest_detect --> object2
    object2 --> detect
    detect --> object2

    classDef folder fill:#999,stroke:#333,stroke-width:2px;
Loading

pylint pytest bashtest PyPI version PyPI - Downloads

built by 🌀 blue_options-4.189.1, based on 🌈 vancouver_watching-3.492.1.