<div align="center">

<img src="assets/ear.svg" width="160px">

# ear

<i> Audio quality evaluation models </i>

</div>

## Setup

```
cd boost
conda create -n ear-env python=3.10
conda activate ear-env
conda install -c conda-forge ffmpeg=6
pip install -e .
pip install -U 'jsonargparse[signatures]>=4.27.7
```

## Training

```
CUDA_VISIBLE_DEVICES=1 python main.py fit -c cfg/trainer.yaml -c cfg/model_musicfm.yaml -c cfg/data_24khz.yaml


```