Overview Many developers struggle to turn images into usable data, especially when building systems that can read text or detect …
| Module 01: What we will do | |||
| Project Architecture | 00:03:00 | ||
| Module 02: Date and Labeling | |||
| Get the data | 00:01:00 | ||
| Download annotation | 00:02:00 | ||
| Requirements annotation | 00:03:00 | ||
| Labeling | 00:02:00 | ||
| XML to CSV | 00:10:00 | ||
| Read data | 00:08:00 | ||
| Verify data | 00:06:00 | ||
| Module 03: Preprocessing | |||
| Data preprocessing | 00:10:00 | ||
| Split data into train test | 00:03:00 | ||
| Module 04: Train Object Detection Model | |||
| Model building part 1 | 00:03:00 | ||
| Model building part 2 | 00:06:00 | ||
| Model building part 3 | 00:02:00 | ||
| Model building part 4 | 00:02:00 | ||
| Model Training new | 00:04:00 | ||
| Train again | 00:02:00 | ||
| Save model | 00:03:00 | ||
| Tensorboard | 00:04:00 | ||
| Module 05: Pipeline | |||
| Test model | 00:10:00 | ||
| Test model part 2 | 00:04:00 | ||
| Denormalize | 00:04:00 | ||
| Bounding | 00:05:00 | ||
| Make Pipeline | 00:05:00 | ||
| Module 06: OCR | |||
| Install tesseract OCR | 00:05:00 | ||
| Install pytesseract | 00:02:00 | ||
| OCR numberplate | 00:06:00 | ||
| Module 07: 7 Number Plate Web App | |||
| Install VS code | 00:04:00 | ||
| First flask | 00:07:00 | ||
| Render template | 00:07:00 | ||
| Boostrap | 00:03:00 | ||
| Navbar | 00:03:00 | ||
| Footer | 00:02:00 | ||
| Template inheritance | 00:03:00 | ||
| Upload | 00:04:00 | ||
| Integrate deeplearning | 00:13:00 | ||
| Integrate | 00:06:00 | ||
| Get output part 1 | 00:08:00 | ||
| Get output part 2 | 00:07:00 | ||
| Assignment | |||
| Assignment – Automatic Number Plate Recognition, OCR Web App in Python | 00:00:00 | ||
OCR stands for Optical Character Recognition and ANPR stands for Automatic Number Plate Recognition. You will learn how both systems work together to extract and detect text from images.
Basic Python knowledge is helpful, but not strictly required. The course explains each step clearly, including model training and web application development.
You will build a complete web application that can detect number plates and extract text using OCR and ANPR techniques. It will be a functional real-world project.
Yes, the course includes machine learning concepts such as object detection model training. It also covers preprocessing and pipeline building for better accuracy.
Yes, the system you build can be adapted for real-world use cases like traffic monitoring, automation systems, and smart recognition tools.