--Number Plate Recognition using Anaconda Navigator-- *Important Note: You must install Anaconda Navigator to use this code.
Setup Steps:** Follow these steps to set up the environment and run the code in the "numberplate.ipynb" file.
1.Open Anaconda Prompt.
2.Navigate to a relevant path where you want to set up the environment.
3.Execute the following commands line by line
3.1 "python -m venv IM " # (IM is the kernel name; you can use any name you prefer)
3.2 ".\IM\Scripts\activate"
3.3 "pip install ipykernel"
3.4 "python -m ipykernel install --name=IM"
These commands will create and activate a virtual environment named "IM" and install the necessary kernel for running the code.
Your kernel has been successfully created.
Add number plate images to the relevant kernel path.
Using Jupyter Notebook, create a new file.
Select the kernel you created ("IM").
Execute the code inside the "numberplate.ipynb" file line by line.