Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.41 KB

File metadata and controls

33 lines (25 loc) · 1.41 KB

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2026-06-15

First public open-source release.

Added

  • Two-stage edge occupancy pipeline: parking-space quadrilaterals → perspective warp (order_corners() + warpPerspective) → YOLOv8-cls → temporal smoothing → compact JSON to the backend.
  • FastAPI backend with SQLite persistence; map/status/park APIs and optional bearer-token auth (AUTH_ENABLED).
  • Web app (Vite + React + Leaflet): owner setup and live occupancy map.
  • Mobile app (React Native / Expo): live occupancy map and photo-based Find My Car (SIFT + FLANN + RANSAC).
  • Reproducible ML pipeline (make targets) for dataset extraction, training, evaluation, ONNX / Core ML INT8 export, and benchmarking.
  • Project documentation: docs/architecture.md, diagrams, runbook, and per-component READMEs.
  • Community health and CI: GitHub Actions (lint + test), issue/PR templates, CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md.
  • Model weights published as GitHub Release assets via make fetch-weights.