Stolen Vehicle Identification and Location System.
This project is a system for identifying and locating stolen vehicles. It is written in Python as server, React as client, and a MongoDB as database. Deep learning technology is used in the system to extract the details of the vehicle from the photograph and check if it is indeed stolen, compared to the vehicle data in Israel.
To run the project, you will need to have the following installed:
Python 3
Pip
NodeJS
Once you have these installed, you can clone the repository and run the following commands:
pip install -r requirements.txt
npm install
In the server directory add .env file, to include environment variables.
The system has the following features:
It can identify stolen vehicles based on their photographs. It can locate stolen vehicles by comparing their details to the vehicle data in Israel. It can generate reports on stolen vehicles.
The following are some of the to-do items for the project:
Model training to identify the vehicle model and implement the appropriate functions. Make the system more user-friendly.
If you have any questions or suggestions, please open an issue.