# SelfClean for Audio **SelfClean-Audio** is a Python library for automatically detecting common issues in audio datasets, such as near-duplicates, off-topic samples, and label errors. It provides strong baselines for each issue type, an end-to-end runner for experiments, and automatic aggregation of evaluation metrics. This project aims to help researchers and practitioners improve the quality of their audio datasets by providing tools to identify and address potential problems. --- html_theme.sidebar_secondary.remove: true --- ```{include} ../README.md :end-before: ``` How the documentation is structured ----------------------------------- Documentation is split into [four categories](https://diataxis.fr), also accessible from links in the top bar. ::::{grid} 2 :gutter: 4 :::{grid-item-card} {material-regular}`directions_walk;2em` ```{toctree} :maxdepth: 2 tutorials ``` +++ Tutorials for installation and typical usage. New users start here. ::: :::{grid-item-card} {material-regular}`directions;2em` ```{toctree} :maxdepth: 2 how-to ``` +++ Practical step-by-step guides for the more experienced user. ::: :::{grid-item-card} {material-regular}`info;2em` ```{toctree} :maxdepth: 2 explanations ``` +++ Explanations of how it works and why it works that way. ::: :::{grid-item-card} {material-regular}`menu_book;2em` ```{toctree} :maxdepth: 2 reference ``` +++ Technical reference material including APIs and release notes. ::: ::::