Skip to content

rong4ivy/speaker_dialect_detection

 
 

Repository files navigation

speaker_dialect_detection

CI Docs NN Template Python Code style: black

Audio Classification on TIMIT dataset

Installation

pip install git+ssh://git@github.com/veeravignesh1/speaker_dialect_detection.git

Quickstart

Development installation

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

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]

About

Audio Classification on TIMIT dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%