-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.json
More file actions
51 lines (44 loc) · 1.04 KB
/
Copy pathcode.json
File metadata and controls
51 lines (44 loc) · 1.04 KB
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
48
49
50
51
[
{
"name": "AI-for-Species",
"organization": "U.S. Fish & Wildlife Service",
"description": "Computer Vision/AI Repository",
"version": "0.1.0",
"status": "Development",
"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": " https://github.com/USFWS/AI-for-Species/blob/main/LICENSE.md"
}
]
},
"homepageURL": " https://github.com/USFWS/AI-for-Species",
"downloadURL": " https://github.com/USFWS/AI-for-Species.git",
"disclaimerURL": " https://github.com/USFWS/AI-for-Species/blob/main/Disclaimer.md",
"repositoryURL": "https://github.com/USFWS/AI-for-Species "
,
"laborHours": 200,
"tags": [
"AI",
"usfws"
"r9"
"deep learning"
],
"languages": [
"r",
"json",
"md",
"py"
"ipynb"
],
"contact": {
"name": "Bradley Pickens",
"email": "bradley_pickens@fws.gov"
},
"date": {
"metadataLastUpdated": "2025-09-10"
}
}
]