-
Notifications
You must be signed in to change notification settings - Fork 2
/
sage.yaml
47 lines (46 loc) · 1.31 KB
/
sage.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: "avian-diversity-monitoring"
description: "Records environmental sounds, identifies birds by such sounds and finally publishes the results"
version : "0.2.5"
namespace: "sage"
authors: "Dario Dematties <[email protected]>"
collaborators: "Bhupendra Raut, Dario Dematties Reyes, Joseph Swantek, Neal Conrad, Nicola Ferrier, Pete Beckman, Raj Sankaran, Robert Jackson, Scott Collis, Sean Shahkarami, Seongha Park, Sergey Shemyakin, Wolfgang Gerlach, Yongho kim"
license: "Creative commons license"
homepage: "https://github.com/dariodematties/BirdNET_Lite_Plugin"
keywords: "microhpone, birdsong, birds classification, avian diversity"
funding: "Argonne Laboratory Directed Research and Development, NSF 1935984"
source:
architectures:
- linux/arm64
url: "https://github.com/dariodematties/BirdNET_Lite_Plugin.git"
branch: "main"
inputs:
- id: "num_rec"
type: "int"
- id: "silence_int"
type: "float"
- id: "sound_int"
type: "float"
- id: "i"
type: "string"
- id: "o"
type: "string"
- id: "filetype"
type: "string"
- id: "lat"
type: "float"
- id: "lon"
type: "float"
- id: "week"
type: "int"
- id: "overlap"
type: "float"
- id: "sensitivity"
type: "float"
- id: "min_conf"
type: "float"
- id: "custom_list"
type: "string"
- id: "keep"
type: "boolean"
metadata:
ontology: avian.monitoring.*