Skip to content

weslleygere/chirp

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%