What to do with the database #21
Replies: 3 comments 2 replies
-
Yes, that is a good idea!
One additional parameter would be the sensitivity that the user chose for the BirdNET-Lite model to work with |
Beta Was this translation helpful? Give feedback.
-
@CaiusX I am very close to having the analyze.py script write to a database but need your Python help. I'm VERY close to having analyze write results straight to the DB. The issue I'm running into right now is how the "Sci_Name" and "Com_Name" variables are created, using Let me know if this is something you think you can help out with. I am sharing the relevant parts of my analyze.py code here for now:
|
Beta Was this translation helpful? Give feedback.
-
Hello, all -- Now that the system writes detections to a database, what should we do with it? Personal goals for use with the database for now:
You all please let me know other opportunities that might be worth pursuing now that the system feeds a MariaDB. Thoughts for improvement on how the system currently writes to the database:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned by @CaiusX, feeding the BirdNET analyzed data into a database is the obvious next step in building this project out for research purposes.
Below is a list of some isolated values (for BirdNET-Lite) that are available from each piece of analyzed data. These values are already ready to use in the extraction.service and can be repurposed for database entry as needed (I HOPE!!).
Other data that could potentially be made available to accompany what is already available:
Let's use this discussion to figure out how to get a database playing along with the BirdNET--system!
Thanks everyone!
Beta Was this translation helpful? Give feedback.
All reactions