Skip to content

This Technology helps the Security Personnel of any residential societies, business complex, parking spaces, or any real estate buildings in the detection, identification, and monitoring of vehicles entering/leaving the premises by using image processing of the license plate numbers of the vehicles using our Android Application and matching the …

License

shubhadeepmandal394/vehicle-authentication-technology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle Authentication Technology

What is this technology all about ?

Many residential society administrations, tolls, business complexes and parking spaces in India lack an computerized system for car parking and vehicle monitoring. Most of the commercial and residential places face an impending problem of illegal car/vehicle parking inside their premises. This issue is not bounded to just parking, but also adds to the security concerns inside those establishments.

This Technology helps the Security Personnel of any residential societies, business complex, parking spaces, or any real estate buildings in the detection, identification, and monitoring of vehicles entering/leaving the premises by using image processing of the license plate numbers of the vehicles using our Android Application(VNP Scanner) and matching the same with the database.

How does it work ?

Let's consider we want to implement this technology in a residential society(which consists of more than 10-15 multi-storey building) where it becomes very difficult for the security of the establishment to keep a note of every vehicle moving in and out of the building is actually owned by any resident of the society or is just a guest or is any public vehicle.

In this Technology, we the developers Shubhadeep Mandal and Sapnanil Das have tried to narrow down this problem;

Let's go step by step,

  • The residents of the residential society are provided with a website where they are to register themselves along with their Vehicle Details (if they own any).
  • After registration the same will data will be uploaded to our database.
  • The Security Personnel of the establishment will be provided with an android smartphone with our android application installed in it.
  • Now, whenever any vehicle enters the establishment the security personnel scans the vehicle's number plate using the App and if the Vehicle belongs to any of the Redsidents it will show the message "VEHICLE REGISTERED" else it will show "VEHICLE NOT REGISTERED", and thus they can take actions accordingly.

Project Demo

To catch a sight of the project demonstration, visit https://youtu.be/qkdzNRpi05E

Technology Stack

                                               

How to Start ?

Installing and Configuring XAMPP

  • Install and configure XAMPP on Windows 10.

    NOTE : In this project we will be using Apache HTTP server and MySQL database configured using XAMPP on our localhost

  • Now, after you have finished installing XAMPP and fixed all errors (if any), Start the Apache HTTP server and MySQL database.

  • Click on Admin button next to MySQL or alternatively you can go to your browser and type in the url http://localhost/phpmyadmin/

  • Now, go to the column on the left side of the screen and select New, it will create a new database. Give it a name, here I gave vehicle_authentication and leave the collation default and hit Create.

  • Now, create a table name users and with 6 columns for storing Seriel Number(id), First Name(fname), Last Name(lname), E-Mail(mail), Phone Number(phone) and lastly Vehicle Licence Plate Number(code).  

    WARNING : Mark the column names very carefully.

    That's it !!

Setting up the Website

Now, setup the Website to get the project up and running.

Setting up the Android Application

Now, setup the Android Application to get the project up and running.

Contributers

Loved the work ? Support Me for my next project 😇

About

This Technology helps the Security Personnel of any residential societies, business complex, parking spaces, or any real estate buildings in the detection, identification, and monitoring of vehicles entering/leaving the premises by using image processing of the license plate numbers of the vehicles using our Android Application and matching the …

Topics

Resources

License

Stars

Watchers

Forks