Giter Site home page Giter Site logo

openavian / bird-sound-recognition-with-deep-learning Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 1.16 MB

Signature Work @ DKU: Large Scale Bird Sound Recognition in China Region

Jupyter Notebook 45.10% Python 54.90%
bird bird-classification bird-species-classification birdsong-recognition bird-clef birdsong

bird-sound-recognition-with-deep-learning's Introduction

Large-Scale-Birds-Recognition-in-China

This repo contains my Signature Work @ Duke Kunshan University. We aim to build a pipeline for Large Scale Birds Detection and Recognition in China.

  • For bird song data retrieval, refer to our toolkit XenoPy build upon Xeno-canto API 2.0.

  • For bird song detection, take a look at our latest release easybird library.

  • For bird song recognition, refer to the following usage for now. The recognition module will be integrated to the easybird library in the near future.

Setup

pip install -r requirements.txt

Demo

from recognition import from_wav, from_wavs

from_wav

from_wav('sample_wavs/AmurFalcon.wav')
>>> ('AmurFalcon', 0.9992602467536926)

from_wavs

from_wavs(['sample_wavs/AmurFalcon.wav','sample_wavs/BarnacleGoose.wav'])
>>> [('AmurFalcon', 'AmurFalcon', 0.9992602467536926),
 ('BarnacleGoose', 'BarnacleGoose', 0.9826954007148743)]

Open Source

We welcome the community to contribute to our work! File an issue had you encountered any bugs, or submit a PR to help us improve.

bird-sound-recognition-with-deep-learning's People

Contributors

realzza avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

bird-sound-recognition-with-deep-learning's Issues

Running error

Hi! When I am trying to run the code, there seems to be a running error

ValueError: The provided filename C:\Users\Bird-Sound-Recognition-with-Deep-Learning-main\821b_jit.pt does not exist

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.