Compare commits

..

No commits in common. "b472ecb67c6d447e8d3da8c3824e73b309e8b5a5" and "ca28fc6242861a6e28b40f865ace45e15b0ab1d3" have entirely different histories.

148 changed files with 5 additions and 1 deletions

0
.dockerignore Executable file → Normal file
View File

0
.env.example Executable file → Normal file
View File

0
.github/ISSUE_TEMPLATE/bug_report.md vendored Executable file → Normal file
View File

0
.github/ISSUE_TEMPLATE/feature_request.md vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
.gitmodules vendored Executable file → Normal file
View File

0
.ideas/database_entity_model.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

0
.ideas/insert_observation.sh Executable file → Normal file
View File

0
.ideas/observation_template.sql Executable file → Normal file
View File

0
.ideas/url_escape.php Executable file → Normal file
View File

0
CHANGELOG.md Executable file → Normal file
View File

0
CONTRIBUTING.md Executable file → Normal file
View File

0
INSTALL.md Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

6
README.md Executable file → Normal file
View File

@ -1,6 +1,10 @@
<h1 align="center">BirdNET-stream</h1>
<p align="center">Continuous BirdNET powered soundscape analysis for bird song identification</p>
<p align="center">Realtime BirdNET powered soundscape analysis for bird song identification.</p>
<p align="center">
<img src="./media/logo.svg" alt="BirdNET-stream logo image IA generated" style="width: 500px">
</p>
## Introduction

0
TODO Executable file → Normal file
View File

0
config/birdnet.conf.example Executable file → Normal file
View File

0
config/stations/station.conf.example Executable file → Normal file
View File

0
daemon/database/migrations/.gitignore vendored Executable file → Normal file
View File

0
daemon/database/structure-mysql.sql Executable file → Normal file
View File

0
daemon/database/structure-sqlite.sql Executable file → Normal file
View File

0
daemon/plotter/__init__.py Executable file → Normal file
View File

0
daemon/systemd/templates/birdnet_analyzis.service Executable file → Normal file
View File

0
daemon/systemd/templates/birdnet_plotter.service Executable file → Normal file
View File

0
daemon/systemd/templates/birdnet_plotter.timer Executable file → Normal file
View File

0
daemon/systemd/templates/birdnet_recording.service Executable file → Normal file
View File

0
daemon/systemd/templates/birdnet_streaming.service Executable file → Normal file
View File

0
daemon/systemd/templates/birdnet_ttyd.service Executable file → Normal file
View File

0
docker-compose.yml Executable file → Normal file
View File

0
docker/all/Dockerfile Executable file → Normal file
View File

0
docker/all/README.md Executable file → Normal file
View File

0
docker/database/init/00-init-databases.sql Executable file → Normal file
View File

0
docker/nginx/Dockerfile Executable file → Normal file
View File

0
docker/nginx/nginx.conf.template Executable file → Normal file
View File

0
docker/php-fpm/Dockerfile Executable file → Normal file
View File

0
docker/recording/Dockerfile Executable file → Normal file
View File

0
docker/symfony/Dockerfile Executable file → Normal file
View File

0
docs/DATABASE.md Executable file → Normal file
View File

0
docs/DOCKER.md Executable file → Normal file
View File

0
media/logo.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

0
media/logo.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

0
requirements.txt Executable file → Normal file
View File

0
uninstall.sh Executable file → Normal file
View File

0
utils/fix_permissions.sh Executable file → Normal file
View File

0
utils/synchronize_model_outputs_with_database.sh Executable file → Normal file
View File

0
www/.env Executable file → Normal file
View File

0
www/.env.local.example Executable file → Normal file
View File

0
www/.gitignore vendored Executable file → Normal file
View File

0
www/TODO Executable file → Normal file
View File

0
www/assets/app.js Executable file → Normal file
View File

0
www/assets/bootstrap.js vendored Executable file → Normal file
View File

0
www/assets/controllers.json Executable file → Normal file
View File

0
www/assets/controllers/delete-record_controller.js Executable file → Normal file
View File

0
www/assets/controllers/manage-records_controller.js Executable file → Normal file
View File

0
www/assets/controllers/record-play_controller.js Executable file → Normal file
View File

0
www/assets/styles/app.css Executable file → Normal file
View File

0
www/assets/styles/menu.css Executable file → Normal file
View File

0
www/assets/utils/date.js Executable file → Normal file
View File

0
www/assets/utils/delete.js Executable file → Normal file
View File

0
www/assets/utils/spectro.js Executable file → Normal file
View File

0
www/composer.json Executable file → Normal file
View File

0
www/composer.lock generated Executable file → Normal file
View File

0
www/config/bundles.php Executable file → Normal file
View File

0
www/config/packages/cache.yaml Executable file → Normal file
View File

0
www/config/packages/doctrine.yaml Executable file → Normal file
View File

0
www/config/packages/doctrine_migrations.yaml Executable file → Normal file
View File

0
www/config/packages/framework.yaml Executable file → Normal file
View File

0
www/config/packages/mailer.yaml Executable file → Normal file
View File

0
www/config/packages/routing.yaml Executable file → Normal file
View File

0
www/config/packages/security.yaml Executable file → Normal file
View File

0
www/config/packages/sensio_framework_extra.yaml Executable file → Normal file
View File

0
www/config/packages/translation.yaml Executable file → Normal file
View File

0
www/config/packages/twig.yaml Executable file → Normal file
View File

0
www/config/packages/validator.yaml Executable file → Normal file
View File

0
www/config/packages/web_profiler.yaml Executable file → Normal file
View File

0
www/config/packages/webpack_encore.yaml Executable file → Normal file
View File

0
www/config/preload.php Executable file → Normal file
View File

0
www/config/routes.yaml Executable file → Normal file
View File

0
www/config/routes/framework.yaml Executable file → Normal file
View File

0
www/config/routes/web_profiler.yaml Executable file → Normal file
View File

0
www/config/secrets/dev/dev.decrypt.private.php Executable file → Normal file
View File

0
www/config/secrets/dev/dev.encrypt.public.php Executable file → Normal file
View File

0
www/config/secrets/prod/prod.encrypt.public.php Executable file → Normal file
View File

0
www/config/services.yaml Executable file → Normal file
View File

0
www/docker-compose.override.yml Executable file → Normal file
View File

0
www/docker-compose.yml Executable file → Normal file
View File

0
www/migrations/.gitignore vendored Executable file → Normal file
View File

0
www/migrations/Version20220818163807.php Executable file → Normal file
View File

0
www/migrations/Version20220818165607.php Executable file → Normal file
View File

0
www/nginx.conf.template Executable file → Normal file
View File

0
www/package-lock.json generated Executable file → Normal file
View File

0
www/package.json Executable file → Normal file
View File

0
www/public/favicon.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

0
www/public/index.php Executable file → Normal file
View File

0
www/public/media/logo.svg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

0
www/src/AppBundle/ConnectionObservations.php Executable file → Normal file
View File

0
www/src/Controller/.gitignore vendored Executable file → Normal file
View File

0
www/src/Controller/AuthController.php Executable file → Normal file
View File

0
www/src/Controller/DisksController.php Executable file → Normal file
View File

0
www/src/Controller/HomeController.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More