streamlit application to for ANPR/ALPR
Meta Llama3 8b with Llava Multimodal capabilities
Vote on background-removed images to rank models
Search and detect objects in images using text queries
Restore and enhance images
Tag images with NSFW labels
Rate quality of image edits based on instructions
Train LoRA with ease
Search for images or video frames online
Enhance faces in images
Identify objects in images using ResNet
Enhance and restore images using SwinIR
Answer queries and manipulate images using text input
License Plate Recognizer Streamlit is a Streamlit-based application designed for Automatic Number Plate Recognition (ANPR) or Automatic License Plate Recognition (ALPR). It leverages AI to accurately detect and recognize license plate numbers from images, making it a powerful tool for various applications such as traffic management, parking systems, and security surveillance.
pip install streamlit
streamlit run app.py
What image formats are supported?
The application supports JPG, PNG, and BMP formats.
Can I edit the recognized license plate number?
No, the application is designed for recognition only. Editing capabilities are not currently available.
How fast is the processing time?
Processing time depends on your system's hardware and the quality of the image. Typically, it takes a few seconds for recognition.