Skip to content

This project is a specialized system for detecting license plates on motorcycles using computer vision and deep learning. It recognizes characters on motorcycle license plates, extracts the plate number, and saves results to a database.

Notifications You must be signed in to change notification settings

abazure/Motorcycle-License-Plate-Recognition-with-TensorFlow-Keras

Repository files navigation

Motorcycle-License-Plate-Recognition-with-TensorFlow-Keras

This specialized License Plate Recognition (LPR) system is designed for detecting license plates on motorcycles using TensorFlow and Keras for deep learning techniques. The system recognizes characters on motorcycle license plates, extracts the plate number, and saves the results to a database.

How to Use

  1. Clone the repository:
git clone https://github.com/roniragilimankhoirul/Motorcycle-License-Plate-Recognition-with-TensorFlow-Keras.git
 && cd Motorcycle-License-Plate-Recognition-with-TensorFlow-Keras
  1. Create a virtual environment:
python -m venv myenv
  1. Activate the virtual environments:
source myenv/bin/activate
  1. Install Dependencies:
pip install -r requirements.txt
  1. Set up your environment by creating a .env file with the following variables:
DB_HOST=your_database_host
DB_USER=your_database_user
DB_PASSWORD=your_database_password
DB_NAME=your_database_name
  1. Training model:
python training.py
  1. Run the image detection program and save to database:
python main.py <Image_Path>

Example outputs

lpd

About

This project is a specialized system for detecting license plates on motorcycles using computer vision and deep learning. It recognizes characters on motorcycle license plates, extracts the plate number, and saves results to a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published