Renumics
sliceguard
Python

A library for detecting problematic data segments in structured and unstructured data with few lines of code.

Last updated Jun 24, 2026
65
Stars
3
Forks
1
Issues
0
Stars/day
Attention Score
25
Language breakdown
No language data available.
Files click to expand
README

Sliceguard Logo

sliceguard

Detect problematic data slices in unstructured and structured data – fast.

🚀 Introduction

Sliceguard helps you to quickly discover problematic data segments. It supports structured data as well as unstructured data like images, text or audio. Sliceguard generates an interactive report with just a few lines of code:

from sliceguard import SliceGuard

sg = SliceGuard() issues = sg.find_issues(df, features=["image"])

sg.report()

⏱️ Quickstart

Install sliceguard by running pip install sliceguard[all].

Go straight to our quickstart examples for your use case:

🗺️ Public Roadmap

We maintain a public roadmap so you can follow along the development of this library.
🔗 More in this category

© 2026 GitRepoTrend · Renumics/sliceguard · Updated daily from GitHub