Compare commits

..

2 Commits

Author SHA1 Message Date
Samuel Ortion b472ecb67c
doc: Write more realistic 'Continuous' instead off 'Realtime'
(at least on my old laptop)
2024-05-21 21:54:44 +02:00
Samuel Ortion 18e14fe748
Bulk update - time for a revenge ? 2024-05-21 21:45:08 +02:00
148 changed files with 1 additions and 5 deletions

0
.dockerignore Normal file → Executable file
View File

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

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

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

0
.gitignore vendored Normal file → Executable file
View File

0
.gitmodules vendored Normal file → Executable file
View File

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

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

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

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

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

0
CHANGELOG.md Normal file → Executable file
View File

0
CONTRIBUTING.md Normal file → Executable file
View File

0
INSTALL.md Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

6
README.md Normal file → Executable file
View File

@ -1,10 +1,6 @@
<h1 align="center">BirdNET-stream</h1>
<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>
<p align="center">Continuous BirdNET powered soundscape analysis for bird song identification</p>
## Introduction

0
TODO Normal file → Executable file
View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

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

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

0
requirements.txt Normal file → Executable file
View File

0
uninstall.sh Normal file → Executable file
View File

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

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

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

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

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

0
www/TODO Normal file → Executable file
View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

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

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

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

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

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

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

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

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

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