-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
48 lines (48 loc) · 1.26 KB
/
codemeta.json
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
{
"name": "ibm-skills-ai-colab-sessions",
"@context": "https://w3id.org/codemeta/3.0",
"author": [
{
"affiliation": {
"name": "Developer Associate | AI Generalist",
"type": "Organization"
},
"email": "ipoetdev-github-no-reply@outlook.com",
"familyName": "Fowler",
"id": "_:author_1",
"givenName": "Charles",
"type": "Person"
}
],
"codemeta:isSourceCodeOf": {
"id": "Courseware | Live Technical Sessions "
},
"codeRepository": "https://github.com/iPoetDev/ibm-skills-ai-colab-sessions",
"dateCreated": "2024-06-19",
"description": "IBM Skills Build AI Fundamentals - Colab - Sessions",
"developmentStatus": "active",
"isPartOf": "Courseware | Educational Content",
"issueTracker": "https://github.com/iPoetDev/ibm-skills-ai-colab-sessions/issues",
"keywords": [
"ai",
"colab-notebook",
"juypter-notebook",
"python3"
],
"license": "https://spdx.org/licenses/GPL-3.0",
"operatingSystem": [],
"programmingLanguage": [
"Jupyter Notebook",
"Python 3",
"HuggingFace",
"TensorFlow",
"SciKit-Learn"
],
"relatedLink": [],
"runtimePlatform": [],
"softwareRequirements": [
"https://colab.research.google.com/",
""
],
"type": "SoftwareSourceCode"
}