Clone the repo and create python environment with the required dependencies.
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
# You might need ffmpeg/libsndfile or other system dependencies to get librosa working
Download & extract Wave
- Start the Wave development server:
$ ./waved
- Start the app:
$ wave run birds.run
- Go to http://localhost:10101/
Simple dashboard inspired by ebird.org
Upload your own bird recording and analyze it with a single pretrained CNN14 model.