33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
# Flock Safety Transparency Portals Directory
|
|
|
|
A high-performance, public-interest web application that provides direct public access to over **1,439+ official Flock Safety Transparency Portals** across 45 U.S. states.
|
|
|
|
## Live Metrics Aggregated
|
|
* **1,439+ Verified Transparency Portals**
|
|
* **37,250+ Reported ALPR Cameras**
|
|
* **346.7 Million+ Vehicles Tracked** (rolling 30-day window)
|
|
* **256,900+ Law Enforcement Searches**
|
|
* **10.2 Million+ Hotlist Hits**
|
|
|
|
## Key Capabilities
|
|
1. **Instant Search & Filter:** Search by City, County, Agency Name, State, or URL slug.
|
|
2. **State Quick Chips:** One-click filter by top states (CA, TX, GA, IL, OH, IN, NC, FL, MO, SC, WA, etc.).
|
|
3. **Deep Agency Inspection Modal:**
|
|
* Direct link to `https://transparency.flocksafety.com/[slug]`.
|
|
* Camera numbers, 30-day captures, search counts, and hotlist alerts.
|
|
* Stated search justifications (e.g., Stolen Vehicle, Burglary, Homicide, Missing Person).
|
|
* Inter-agency sharing network (with partner agency search filter).
|
|
* Prohibited uses policies.
|
|
* One-click Google Search for local city council contracts and minutes.
|
|
4. **CSV Export:** Download the filtered directory dataset with one click.
|
|
5. **Civil Liberties Educational Section:** Covers Vehicle Fingerprinting, Fourth Amendment case law (*Carpenter v. United States*, *United States v. Jones*), and audit log search tools.
|
|
|
|
## Running Locally
|
|
|
|
From this directory:
|
|
```bash
|
|
# Start a simple local HTTP server
|
|
python3 -m http.server 8080
|
|
```
|
|
Then open `http://localhost:8080` in your web browser.
|