Flask backend serving the bird detector model. A request with an audio file to the server returns associated predictions.
To start the server Install the dependencies with pipenv:
pipenv install
Start the server:
pipenv run python manage.py runserver