google-research / chirp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chirp

CI

A bioacoustics research project.

Installation

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.

About

License:Apache License 2.0


Languages

Language:Python 97.7%Language:Jupyter Notebook 2.3%