UMass-Rescue / License-Plate-Geolocator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License-Plate-Geolocator

Our goal is to build a geolocator that can recognize license plates in images/videos in order to aid law enforcement in locating persons of interest. This is done using two separate machine learning models sequentially:

Scripts for training and setting up each of the models can be found in the branch labeled "ml"

Setup Instructions

  1. Clone the repository
  2. Download the model files from the Google Drive from the repository and save them in the model folder.
  3. Run pip3 install -r requirements.txt. This installs all the necessary libraries.
  4. Run python3 app.py
  5. Open http://127.0.0.1:5000/ on any browser to view the UI.

Google Drive link : https://drive.google.com/drive/folders/1XJRzu6WLNre8euyKdlRqHElFOu0mZO_t?usp=sharing

Implementation (Completed, On-going, Future Plans)

Completed:

  1. The Detector model is fully implemented according to our specific needs and incorporated with the most recent State Classifier model
  2. The State Classifier model works with high accuracy on current test data
  3. Frontend is fully implemented. Upload, results pages works as intented
  4. Backend operations include server-side tasks, data processing, and interfacing with ML models
  5. Frontend provides the user interface for interacting with the application

Future Works

  1. Have a profile page (multi user application)
  2. Keep track of User history and have a specific profile page=
  3. Integrate backend with Immich
  4. Find more data for training the State Classifier, particularly videos to be run through the first model, as well as realistically bad quality data

About

License:MIT License


Languages

Language:Python 53.0%Language:CSS 19.9%Language:SCSS 15.5%Language:HTML 6.8%Language:JavaScript 4.4%Language:Shell 0.5%