QutEcoacoustics / baw-server

The acoustic workbench server for storing and managing ecoacoustic data. Manages the structure and audio data. Provides an API for clients access.
Apache License 2.0
9 stars 4 forks source link

New provenance model & route #651

Open hudson-newey opened 1 year ago

hudson-newey commented 1 year ago

With the creation of the audio event summary reports, the client will have to know how an audio event was created (recognisers, verified human input, etc...)

During a call, we have drafted a possible route & provenance model (subject to change)

//! GET /provenance/:id
//? response
{
    "id": 123,
    "name": "BirdNet",
    "version": "1.0.0",
    "description": "An avian event detector",
    "score": 0.5,
    "score_minimum": 0.1,
    "score_maximum": 0.8
}