SkillAgentSearch skills...

Clarity

Clarity Challenge toolkit - software for building Clarity Challenge systems

Install / Use

/learn @claritychallenge/Clarity
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- markdownlint-disable MD041 --> <div align="center"> <h1>Machine learning challenges for hearing aid processing</h1> <p align="center"> <img src="docs/images/earfinal_clarity_customColour.png" alt="drawing" width="200" hspace="40"/> <img src="docs/images/cadenza_logo.png" alt="Cadenza Challenge" width="250" hspace="40"/> <p>

PyPI version PyPI - Python Version codecov.io Code style: black linting: pylint pre-commit.ci status Downloads

PyPI PyPI PyPI PyPI PyPI PyPI PyPI PyPI

ORDA

</p> </div>

We are organising a series of machine learning challenges to enhance hearing-aid signal processing and to better predict how people perceive speech-in-noise (Clarity) and speech-in-music (Cadenza). For further details of the Clarity Project visit the Clarity project website, and for details of our latest Clarity challenges visit our challenge documentation site. You can contact the Clarity Team by email at claritychallengecontact@gmail.com. For further details of the Cadenza Project visit the Cadenza project website, and to find out about the latest Cadenza challenges join the Cadenza Challenge Group.

In this repository, you will find code to support all Clarity and Cadenza Challenges, including baselines, toolkits, and systems from participants. We encourage you to make your system/model open source and contribute to this repository.

Current Events

  • The ICASSP 2026 Cadenza Challenge: Predicting Lyric Intelligibility is now open :fire::fire:

Installation

PyPI

Clarity is available on the Python Package Index (PyPI) to install create and/or activate a virtual environment and then use pip to install.

conda create --name clarity python=3.8
conda activate clarity

pip install pyclarity

GitHub Cloning

# First clone the repo
git clone https://github.com/claritychallenge/clarity.git
cd clarity

# Second create & activate environment with conda, see https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html
conda create --name clarity python=3.8
conda activate clarity

# Last install with pip
pip install -e .

GitHub pip install

Alternatively pip allows you to install packages from GitHub sources directly. The following will install the current main branch.

pip install -e git+https://github.com/claritychallenge/clarity.git@main

Challenges

Current challenge

Previous challenges

Available tools

We provide also a number of tools in this repository:

In addition, differentiable approximation to some tools are provided:

Open-source systems

View on GitHub
GitHub Stars180
CategoryEducation
Updated6d ago
Forks64

Languages

Python

Security Score

100/100

Audited on Apr 1, 2026

No findings