Crowdsourced tool for locating and reporting ALPRs. View Live Site.
I created this project after noticing the mass deployment of ALPRs in cities, towns, and even rural areas in the recent years. It's a massive threat to privacy, and this projects helps shed a light on this issue as ALPRs continue to be deployed to thousands of cities across the US and possibly beyond.
Uses OpenStreetMap data to populate a map with crowdsourced locations of ALPRs, along with their type and direction they face.
Provides OSM tags for easy reporting of ALPRs based on brand on OSM's editing site. Evemtually, this will be a native feature of the site.
See photos of common ALPRs and learn about their capabilities.
Likely to change soon.
- Scala
- PekkoHTTP
- Nginx
- AWS Lambda (for clustering and counts)
- AWS S3
- AWS ECR
- Vue3
- Vuetify (UI component library)
- Vue Leaflet (mapping library)
- OpenStreetMap - Overpass API
- Nominatim - Geocoding
- Stadia Maps - Map Tiles
- node/npm
- scala/sbt
cd webapp
npm i
npm run dev
cd shotgun
sbt run
We welcome contributions from anyone. Here's how you can help:
- Fork the Repository
- Make Your Changes
- Open a Pull Request against This Repo