Skip to content

Latest commit

 

History

History
 
 

README.md

Anomalib Notebooks

This is a great place in our repo where you can try some capabilities and functions you can achieve with Anomalib. First follow the installation guide and then explore the notebooks that it offers to you.

-----------------------------------------------------

⚙️ Installation Guide

To install Python, Git and other required tools, OpenVINO Notebooks repository provides a good documentation. For more details please refer to the Installation Guide.

Windows Ubuntu macOS Red Hat CentOS Azure ML Docker Amazon SageMaker

-----------------------------------------------------

📚 Notebook Sections

The notebooks are organized in a logical learning progression:

Section Directory Description
Getting Started 01_getting_started/ Basic training and inference workflows
Data 02_data/ Working with datasets, datamodules, and data utilities
Models 03_models/ Training and using different anomaly detection models
Metrics 04_metrics/ Evaluation metrics and performance analysis
Loggers 05_loggers/ Logging and experiment tracking
Visualization 06_visualization/ Visualizing results and anomaly maps
Deployment 07_deployment/ Model optimization and deployment

🚀 Quick Start

Start with the Getting Started section to learn the basics, then progress through the sections based on your needs:

  1. 01_getting_started - Learn basic anomalib workflows
  2. 02_data - Understand data handling and preprocessing
  3. 03_models - Explore different anomaly detection models
  4. 04_metrics - Evaluate model performance
  5. 05_loggers - Track experiments and results
  6. 06_visualization - Visualize and interpret results
  7. 07_deployment - Deploy models for production use

Each section contains its own README with detailed descriptions and direct links to Colab notebooks.