Learn practical skills, build real-world projects, and advance your career

number-plate-detection

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="number-plate-detection")
[jovian] Updating notebook "shaleenmalik62/number-plate-detection" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/shaleenmalik62/number-plate-detection
pip install opencv-python
Collecting opencv-python Downloading opencv_python-4.5.4.60-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.3 MB) |████████████████████████████████| 60.3 MB 71 kB/s eta 0:00:01 |███████████▉ | 22.3 MB 5.7 MB/s eta 0:00:07 Requirement already satisfied: numpy>=1.19.3 in /opt/conda/lib/python3.9/site-packages (from opencv-python) (1.20.3) Installing collected packages: opencv-python Successfully installed opencv-python-4.5.4.60 Note: you may need to restart the kernel to use updated packages.