An android example application for automatic number plate recognition (ANPR) powered by platerecognizer.com API
🐛Report Bug🪲
·
🆕Request Feature🆕
·
🚗 Changelog 🚗
Table of Contents
This is a new and updated example Android application to demonstrate how to integrate Plate Recognizer API within your Android apps. This has been written from the ground up in Kotlin in a simple fragment-based app. It has been designed to allow you to extend the functionality in any way you need to. This project was made in collaboration with the awesome people at Plate Recognizer to offer it freely to their customers. A free API key was provided for development.
Features
- Requires only the essential runtime permissions. 😁👍👌
- Written in Kotlin.
- Easy to extend the application for your own needs.
- Clean and simple code with comments.
- Clone the repo
git clone https://github.com/kjbaker-uk/platerecognizer-android-example.git
- Open in Android Studio.
- Get a Snapshot Cloud API key from https://platerecognizer.com/
- Edit "AnprFragment" file and add your API key.
- Run on a Android 11 device upwards.
- User testing
- Release v1.0
v1.0
Released app.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Twitter: @d4rkc00d3r
Plate Recognizer: https://platerecognizer.com/contact/
Plate Recognizer API Docs: https://docs.platerecognizer.com/#introduction
Project Link: https://github.com/kjbaker-uk/platerecognizer-android-exampler