Automating visual inspection with Machine Learning (ML)
Discover how to automate visual inspection with machine learning. Learn how to apply computer vision and deep learning models to detect defects, classify objects, and streamline inspection processes in manufacturing and quality control.
At a Glance
Computer Vision paired with Machine Learning (ML) is becoming a popular way to automate the high-volume quality inspection of products in many industries. In this project, you will learn how to inspect the quality of lemons by using basic ML methods of image classification.
About
Computer vision is a field of artificial intelligence (AI) that enables computers and systems to derive meaningful information from digital images, videos, and other visual inputs — and take actions or make recommendations based on that information. If AI enables computers to think, computer vision enables them to see, observe and understand. Computer vision works much the same as human vision, except humans have a head start. Human sight has the advantage of lifetimes of context to train how to tell objects apart, how far away they are, whether they are moving, and whether there is something wrong in an image. Computer vision trains machines to perform these functions, but it has to do it in much less time with cameras, data, and algorithms rather than retinas, optic nerves, and the visual cortex. Because a system trained to inspect products or watch a production asset can analyze thousands of products a minute, noticing imperceptible defects or issues, it can quickly surpass human capabilities.
Computer vision is used in industries ranging from energy and utilities to manufacturing and automotive – and the market is continuing to grow.
In this project, we will apply computer vision for the purpose of visual inspection. We will learn how to train a Machine Learning model to classify agricultural products based on their quality. Instead of using real cameras to capture images, we will use existing photographs to train our model. We will learn to form a DataSet from photographs of lemons and compare different types of classifiers. In the end, we will create a report that forms a DataSet on the lemons’ quality.
In this project, we will learn the basic methods of image classification. The project consists of four stages:
- Download the image data set and perform the preliminary transformation of images
- Create image features
- Compare different classical classification methods
- Create function for lemon quality classification
Prerequisites
- Python – basic level
- numpy – middle level
- SeaBorn – basic level
- Matplotlib – basic level
- mahotas – middle level
- scikit-learn – middle level
- pandas — basic level
After completing this project, you will be able to:
- Download and transform images
- Create features of images
- Build different classification models
- Build a DataSet with the quality level of agricultural products.
There are no reviews yet.