diff --git a/.gitignore b/.gitignore index 99afbb4..a4f35bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.pyc *.flac .vscode -model/* + datasets/ birdnet.conf IdentifiedSoFar.txt diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 9193b9b..8c2cd0b 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -6,6 +6,11 @@ SITE_NAME="" +#--------------------------------- Model --------------------------------------# +#_____________The variable below configures which BirdNET model is_____________# +#______________________used for detecting bird audio.__________________________# + +MODEL=BirdNET_6K_GLOBAL_MODEL #--------------------- Required: Latitude, and Longitude ----------------------# diff --git a/homepage/index.php b/homepage/index.php index 887c881..4b20421 100644 --- a/homepage/index.php +++ b/homepage/index.php @@ -17,7 +17,7 @@ body::-webkit-scrollbar { display:none } - +