This application allows you to search for car license plates in Israel based on color, model, and partial license plate number.
To use the console app version, follow these steps:
-
Clone the repository.
-
Open a terminal or command prompt.
-
Navigate to the project directory.
-
Run the following command:
python console.py
-
Enter the car color, model, and partial license plate number when prompted.
-
The console app will display the matching license plate numbers.
To use the console app version, follow these steps:
-
Clone the repository.
-
Open a terminal or command prompt.
-
Navigate to the project directory.
-
Run the following command:
python app.py
-
Enter the car color, model, and partial license plate number when prompted.
-
The console app will display the matching license plate numbers.
To use the web interface version, follow these steps:
-
Clone the repository.
-
Open a terminal or command prompt.
-
Navigate to the project directory.
-
Run the following command:
python web_app.py
-
Open a web browser and visit
http://localhost:5000
. -
Enter the car color, model, and partial license plate number in the provided input fields.
-
Click the "Search" button.
-
The web interface will display the matching license plate numbers.