Audio Classification on TIMIT dataset
pip install git+ssh://git@github.com/veeravignesh1/speaker_dialect_detection.git
Setup the development environment:
git clone git@github.com:veeravignesh1/speaker_dialect_detection.git
cd speaker_dialect_detection
conda env create -f env.yaml
conda activate speaker_dialect_detection
pre-commit install
Run the tests:
pre-commit run --all-files
pytest -v
Re-install the project in edit mode:
pip install -e .[dev]