This code pattern is part of the Getting started with IBM Maximo Visual Inspection learning path.
Level | Topic | Type |
---|---|---|
100 | Introduction to computer vision | Article |
101 | Introduction to IBM Maximo Visual Inspection | Article |
201 | Build and deploy an IBM Maximo Visual Inspection model and use it in an iOS app | Tutorial |
202 | Locate and count items with object detection | Code pattern |
203 | Object tracking in video with OpenCV and Deep Learning | Code pattern |
301 | Validate computer vision deep learning models | Code pattern |
302 | Develop analytical dashboards for AI projects with IBM Maximo Visual Inspection | Code pattern |
303 | Automate visual recognition model training | Code pattern |
304 | Load IBM Maximo Visual Inspection inference results in a dashboard | Code pattern |
305 | Build an object detection model to identify license plates from images of cars | Code pattern |
306 | Glean insights with AI on live camera streams and videos | Code pattern |
Summary
The “Visual Inspector” application lets you leverage IBM Maximo Visual Inspection models using an IoS device. You can view the results uploaded from your mobile device in a custom dashboard. This dashboard renders the image results into an interactive table, where you can add filters, search, and export the results as a PDF file.
Description
This code pattern demonstrates a dashboard that lets you extract image analysis data from an IBM Maximo Visual Inspection instance. This extracted data can be filtered and viewed within an interactive table. The displayed data can also be exported as a PDF report. The code pattern is targeted towards users who have uploaded images to an IBM Maximo Visual Inspection instance through the Visual Inspector iOS application.
When you have completed this code pattern, you understand how to:
- Extract information from an IBM Maximo Visual Inspection instance as a CSV file
- How to visualize and filter the data within a web browser
Flow
- Upload images using the IBM Visual Inspector app.
- Train the image inference model in IBM Maximo Visual Inspection through the Visual Inspector app.
- Run the Python script to extract the inference data as a .csv file.
- Upload the .csv file to the dashboard and view the results.
Instructions
Find the detailed steps for this pattern in the README file. The steps show you how to:
- Upload the images using IBM Visual Inspector app.
- Clone the repository.
- Extract image data as a .csv file.
- Load the data into the dashboard.
Conclusion
This code pattern demonstrated a dashboard that lets you extract image analysis data from an IBM Maximo Visual Inspection instance. The code pattern is part of the Getting started with IBM Maximo Visual Inspection learning path. To continue with the learning path, take a look at the next pattern Build an object detection model to identify license plates from images of cars.