A bioacoustics research project.
You might need the following dependencies.
# Install Poetry for package management
curl -sSL https://install.python-poetry.org | python3 -
# Install dependencies for librosa (required for testing only)
sudo apt-get install libsndfile1
# Install all dependencies specified in the poetry configs.
poetry install
Running poetry install
creates a virtual environment and installs all
dependencies, in which you can run the Chirp codebase. To run the tests, try
poetry run python -m unittest discover -s chirp/tests -p "*test.py"
This is not an officially supported Google product.