open-edge-platform/anomalib

An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 10th, 2026
Created on November 2nd, 2021
Open Issues & Pull Requests: 74 (+0)
GitHub issues: Enabled
Number of forks: 987
Total Stargazers: 6,148 (+0)
Total Subscribers: 46 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 23.6 hours
Mean response time: 21.7 days
90th percentile: 48.9 days
Tracked items: 518

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 62% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 37
New in 7 days: 5
Closed in 7 days: 5
Avg open age: 164 days
Stale 30+ days: 22
Stale 90+ days: 3

Recent activity

Opened in 7 days: 4
Closed in 7 days: 5
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • stale (207)
  • Anomalib Studio (74)
  • Good First Issue (15)
  • Feature (11)
  • Labs (9)
  • Metrics (7)
  • Data (6)
  • Enhancement (6)

Detailed Description

Anomalib is a deep learning library for benchmarking, developing, and deploying anomaly detection algorithms with a focus on visual anomaly detection in images and videos.

The library addresses the need for accessible, production-ready anomaly detection by providing state-of-the-art algorithm implementations alongside tools for experiment management, hyperparameter optimization, and model deployment. It uses PyTorch and Lightning as its foundation, reducing boilerplate code and allowing developers to focus on algorithm specifics. The tool supports both training and inference workflows, with particular emphasis on edge deployment through OpenVINO export for accelerated inference on Intel hardware.

Anomalib suits teams building visual anomaly detection systems who want to avoid reimplementing published algorithms from scratch. It works well for benchmarking against public datasets or adapting models to private data. The library provides a modular API and command-line interface for common tasks like training, inference, and hyperparameter optimization, making it accessible whether you need a standard algorithm or plan to develop custom models. The collection of ready-to-use implementations and benchmark datasets reduces setup friction compared to starting from research papers.

The project maintains active engagement with its community through GitHub Issues and Discussions. Development includes attention to security concerns, as evidenced by fixes addressing archive extraction vulnerabilities. The team addresses specific bugs in core functionality such as random tiling behavior and metric computation. Dataset management receives ongoing attention, with efforts to improve accessibility by migrating datasets to standard platforms rather than requiring manual requests.