diff --git a/README.md b/README.md index acfe7c3..b69a3ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Easy local ALPR (Automatic License Plate Recognition) +![ALPR](preview-webui.webp) + This script is a REST API server that uses [ultimateALPR-SDK](https://github.com/DoubangoTelecom/ultimateALPR-SDK) to process images and return the license plate information. The server is created using Flask and the ultimateALPR SDK is used to process the images. diff --git a/preview-webui.webp b/preview-webui.webp new file mode 100644 index 0000000..8059148 Binary files /dev/null and b/preview-webui.webp differ