Releases: algertc/ALPR-Database
v0.1.8
Release 0.1.8
This is a very significant release, both for the future of this application and for the CodeProject ALPR model. Some updates to your Blue Iris Alert Action
and to your CodeProject AI Dashboard
are required to take full advantage of this update.
Note: While updating the app without addressing the changes in BI and CPAI will not break your deployment, it is HIGHLY, HIGHLY, recommended that you do in order to access the latest features.
The below are the two critical changes required:
1. Update your Blue Iris alert action to use ai_dump
instead of plate
or memo
The plate
input is now deprecated. Please use the "ai_dump" : &JSON
format for your alert now.
This will include the necessary data to train the AI model to reduce inaccuracies in your recognitions.
Your payload should look like the below:
{ "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP":
"&ALERT_CLIP", "timestamp":"&ALERT_TIME" }
2. Update the ALPR module in the CodeProject AI Web UI.
(This may not be available immediately as of 3/19/25.) Check your CPAI dashboard in a week or so if the module is not yet available for update. The CodeProject developers will publish the module soon, and it will appear as ready for update in your modules tab.
❗Main Updates to The Application Include:❗
Automatic AI model training to improve recognition accuracy
Full UI/UX redux
Mobile Application
New secondary live view page similar to Motorola law enforcement UI
Additional dashboard metrics
Several bug fixes and other improvements
Foundation for soon-to-come RF fingerprinting functionality
v0.1.7
Changelog
[0.1.7] - 02-11-2025
- Complete overhaul of image storage system
- Tables UI improved with more advanced filtering and sorting
- Manually add known plates without prior detection
- Plate image viewer with integrated actions
- System logs page
- Improved timestamp display and time zone handling
- Automatic install and update scripts
- A variety of other bug fixes and performance improvements
- This update is a major change and will require existing users to complete the update process within the app to migrate their images
[0.1.6] - 01-03-2025
- Live update of recognition feed
- New dashboard visualizations & controls
- Speed & loading improvements
- Ability to edit tag name and color
- More sensible default database sorting
- Set ignore flag on known plates to exclude from database
- Time formatting fix
- Requires new migrations.sql update from GitHub
[0.1.5] - 12-09-2024
- Support for 24 hour time
- Fixed max records pruning
- Time based recognition filtering
- Pagination for database page
- Notification time zone fix
- Live feed plate image modal
- UI Improvements
[0.1.4] - 12-01-2024
- Added camera name column to live feed. Optionally send with "camera":"&CAM" or &NAME for long name.
- Additional sorting options in plate database
- Auth bypass for HomeAssistant dashboards
- Database migration fix (Requires new migrations.sql file from GitHub)
- Ability to correct/edit OCR recognitions in the live feed
[0.1.3] - 11-20-2024
- Database Pruning Fix
[0.1.2] - 11-20-2024
- Push Notification bug fixes and improvements
[0.1.1] - 11-19-2024
- Fixed Docker volume mappings
- Fuzzy search
- Optionally use &MEMO instead of &PLATE to capture multiple plates in a single image
[0.1.0] - 11-16-2024
- Initial release