It is a Vehicle Tracking Web App specially designed for Police Authorities to find the required vehicle very easily.
This project was built in Gurugram Police Cyber Security Internship under guidance of Mr Rakshit Tandan
(Cyber Security Expert).
First of all, the input from cctv camera will get processed into the DL Algorithm for detection of License Plate of the vehicle. After the number on the license plate get detected,Location of the camera with the number plate will be saved into the database with date and time. So in website if we want to find the location of any vehicle which is connected to any crime or the any type of F.I.R is done for that vehicle ,it can be found easliy.
Install opencv
pip install opencv-python
Install pytesseract
pip install pytesseract
Install Firebase
pip install firebase
Pass any recording to this to detect the License Plate of vehicle.