YOLO: Automatic License Plate Detection & Extract text App
YOLO: Automatic License Plate Detection & Extract text App, available at $69.99, has an average rating of 4.44, with 77 lectures, based on 270 reviews, and has 2267 subscribers.
You will learn about Object Detection from Scratch License Plate Detection Extract text from Image using Tesseract Train InceptionResnet V2 in TensorFlow 2 for Object Detection Flask Based Web API Labeling Object Detection Data using Image Annotation Tool Train custom YOLO model from scratch Real time license plate detection with YOLO This course is ideal for individuals who are Anyone who want to build deep learning project from sctrach or A python developer who want to develop Number Plate OCR Project or Anyone who want to learn end to end Deep Learning Project or Who are curious in developing Web App project in TensorFlow 2 It is particularly useful for Anyone who want to build deep learning project from sctrach or A python developer who want to develop Number Plate OCR Project or Anyone who want to learn end to end Deep Learning Project or Who are curious in developing Web App project in TensorFlow 2.
Enroll now: YOLO: Automatic License Plate Detection & Extract text App
Summary
Title: YOLO: Automatic License Plate Detection & Extract text App
Price: $69.99
Average Rating: 4.44
Number of Lectures: 77
Number of Published Lectures: 77
Number of Curriculum Items: 77
Number of Published Curriculum Objects: 77
Original Price: $174.99
Quality Status: approved
Status: Live
What You Will Learn
- Object Detection from Scratch
- License Plate Detection
- Extract text from Image using Tesseract
- Train InceptionResnet V2 in TensorFlow 2 for Object Detection
- Flask Based Web API
- Labeling Object Detection Data using Image Annotation Tool
- Train custom YOLO model from scratch
- Real time license plate detection with YOLO
Who Should Attend
- Anyone who want to build deep learning project from sctrach
- A python developer who want to develop Number Plate OCR Project
- Anyone who want to learn end to end Deep Learning Project
- Who are curious in developing Web App project in TensorFlow 2
Target Audiences
- Anyone who want to build deep learning project from sctrach
- A python developer who want to develop Number Plate OCR Project
- Anyone who want to learn end to end Deep Learning Project
- Who are curious in developing Web App project in TensorFlow 2
Welcome to NUMBER PLATE DETECTION AND OCR: A DEEP LEARNING WEB APP PROJECT from scratch
Image Processing and Object Detection is one of the areas of Data Science and has a wide variety of applications in the industries in the current world. Many industries looking for a Data Scientist with these skills. This course covers modeling techniques including labelingObject Detection data (images), data preprocessing, Deep Learning Model building (InceptionResNet V2), evaluation, and production (Web App)
We start this course Project Architecture that was followed to Develop this App in Python. Then I will show how to gather data and label images for object detection for Licence Plate or Number Plate using Image Annotation Tool which is open-source software developed in python GUI (pyQT).
Then after we label the image we will work on data preprocessing, build and train deep learning object detection model (InceptionResnet V2) in TensorFlow 2. Once the model is trained with the best loss, we will evaluate the model. I will show you how to calculate the
-
Intersection Over Union (IoU)
-
The precision of the object detection model.
Once we have done with the Object Detection model, then using this model we will crop the image which contains the license platewhich is also called the region of interest (ROI),and pass the ROI to Optical Character Recognition API Tesseract in Python (Pytesseract). In this model, I will show you how to extract text from images. Now, we will put it all together and build a Pipeline Deep Learning model.
In the final module, we will learn to create a web appproject using FLASKPython. Initially, we will learn basics concepts in Flask like URL routing, render the template, template inheritance, etc. Then we will create our website using HTML, Bootstrap. With that we are finally ready with our App.
WHAT YOU WILL LEARN?
-
Building Project in Python Programming
-
Labeling Image for Object Detection
-
Train Object Detection model (InceptionResNet V2) in TensorFlow 2.x
-
Model Evaluation
-
Optical Character Recognition with Pytesseract
-
Flask API
-
Flask Web App Development in HTML, Boostrap, Python
-
Train YOLO model with Custom data
-
Develop web application and integrate YOLO Model
We know that Computer Vision-Based Web App is one of those topics that always leaves some doubts. Feel free to ask questions in Q & A and we are very happy to answer all your questions.
We also provided all Notebooks, py files in the resources which will useful for reference.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Project Architecture
Lecture 3: Install Anaconda Python
Lecture 4: Install OpenCV and TensorFlow 2.x
Lecture 5: Download the Resources
Lecture 6: Facing Any issue with the Course ? here is the solution.
Chapter 2: Labeling
Lecture 1: Get the Data
Lecture 2: Download Image Annotation Tool
Lecture 3: Install Dependencies
Lecture 4: Label Images
Lecture 5: Error: LabelImg Crashing after clicking on "Create RectBox"
Lecture 6: XML to CSV
Chapter 3: Data Processing
Lecture 1: Read Data
Lecture 2: Verify Labeled Data
Lecture 3: Data Preprocessing
Lecture 4: Split train and test set
Chapter 4: Deep Learning for Object Detection
Lecture 1: Download the Resources
Lecture 2: Updated all codes compatible for latest TensorFlow version 2.13.0
Lecture 3: Get Transfer Learning from TensorFlow 2.x
Lecture 4: InceptionResnet V2 model building
Lecture 5: Defining Inputs and Outputs
Lecture 6: Compiling Model
Lecture 7: InceptionResnet V2 Training
Lecture 8: InceptionResnet V2 Training – Part 2
Lecture 9: Save Deep Learning Model
Lecture 10: Tensorboard
Chapter 5: Pipeline Object Detection Model
Lecture 1: Make Predictions
Lecture 2: Make Predictions part2
Lecture 3: De-normalize the Output
Lecture 4: Bounding Box
Lecture 5: Create Pipeline
Chapter 6: Optical Character Recognition (OCR)
Lecture 1: Install Tesseract
Lecture 2: Install Pytesseract
Lecture 3: Extract Number Plate text from Image
Lecture 4: Limitations of Pytesseract
Lecture 5: Challenges & Beyond the Scope of Course
Chapter 7: Flask App
Lecture 1: Install Visual Studio Code
Lecture 2: First Flask App
Lecture 3: Render HTML Template
Lecture 4: Import Boostrap
Chapter 8: Number Plate Web App
Lecture 1: Download the Flask Web App for your Reference
Lecture 2: Create Web App
Lecture 3: Footer
Lecture 4: Template Inheritance
Lecture 5: Upload Form in HTML
Lecture 6: HTTP Method Upload File in Flask
Lecture 7: Integrate Deep Learning Object Detection Model
Lecture 8: Integrate Number Plate Detection and OCR to Flask App
Lecture 9: Display Output in HTML Page
Lecture 10: Display Output in HTML Page part 2
Lecture 11: Updated Code
Chapter 9: Real Time Number Plate Recognition with YOLO
Lecture 1: Download the Resources
Lecture 2: Introduction to YOLO
Lecture 3: Data Preparation for Yolo
Lecture 4: Data Preparation Code for MAC and Linux OS
Lecture 5: Preparing Images folder structure for YOLO
Lecture 6: More Data
Lecture 7: Create "yaml" file for YOLO data
Lecture 8: Challenges in Training Yolo
Lecture 9: Install and Setting up Google Colab
Lecture 10: Connect your notebook to GPU
Lecture 11: Training YOLO model
Lecture 12: New update in training YOLO model
Lecture 13: Save YOLO Model for OpenCV compatible
Lecture 14: New Update in Export YOLO model in ONNX
Lecture 15: Interpreting Results
Lecture 16: Predicting Results from YOLO
Lecture 17: Predicting Results from YOLO: Get Bounding Boxes
Lecture 18: Predicting Results from YOLO: Apply Non Maximum Suppression on Bounding Box
Lecture 19: Predicting Results from YOLO: Draw Bounding Box
Lecture 20: Clean the Code and Create Functions
Lecture 21: Real Time plate detection with YOLO (on videos)
Lecture 22: Error Error Error !!!
Lecture 23: Extract Text from License plate
Chapter 10: YOLO Number Plate Web App Code
Lecture 1: Coding Exercise
Lecture 2: YOLO Number Plate Web App Code Solution
Chapter 11: BONUS
Lecture 1: Bonus Lecture
Instructors
-
datascience Anywhere
Team of Engineers -
G Sudheer
Instructor -
Brightshine Learn
Instructor Team
Rating Distribution
- 1 stars: 7 votes
- 2 stars: 7 votes
- 3 stars: 29 votes
- 4 stars: 92 votes
- 5 stars: 135 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024