Skip to content

Commit 8086511

Browse files
committed
feat: added manifest.json files for workshop #2
1 parent 35a4749 commit 8086511

File tree

3 files changed

+142
-0
lines changed

3 files changed

+142
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="description" content="Oracle LiveLabs gives you access to Oracle's products to run a wide variety of labs and workshops; allowing you to experience our best technology, live!">
9+
<title>Oracle LiveLabs</title>
10+
11+
<script src="https://oracle.github.io/learning-library/common/redwood-hol/js/jquery-1.11.0.min.js"></script>
12+
<script src="https://oracle.github.io/learning-library/common/redwood-hol/js/jquery-ui-1.10.4.custom.js"></script>
13+
<script src="https://oracle.github.io/learning-library/common/redwood-hol/js/main.min.js"></script>
14+
15+
<link rel="stylesheet" href="https://oracle.github.io/learning-library/common/redwood-hol/css/style.min.css" />
16+
<link rel="shortcut icon" href="https://oracle.github.io/learning-library/common/redwood-hol/img/favicon.ico" />
17+
</head>
18+
19+
<body>
20+
<header class="hol-Header" role="banner">
21+
<div class="hol-Header-wrap">
22+
<div class="hol-Header-logo"><span>Oracle LiveLabs</span></div>
23+
<a href="https://bit.ly/golivelabs" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
24+
<div class="hol-Header-actions">
25+
<button id="openNav" class="hol-Header-button hol-Header-button--menu rightNav" aria-label="Open Menu"
26+
title="Open Menu">
27+
<span class="hol-Header-toggleIcon"></span>
28+
</button>
29+
</div>
30+
</div>
31+
</header>
32+
33+
<div id="container">
34+
<div id="leftNav">
35+
<div id="toc"></div>
36+
</div>
37+
<div id="contentBox">
38+
<main class="hol-Content" id="module-content"></main>
39+
</div>
40+
</div>
41+
42+
<footer class="hol-Footer">
43+
<a class="hol-Footer-topLink" href="#top">Return to Top</a>
44+
<div id="footer-banner"><div class="footer-row">
45+
<div class="footer-content"><ul class="footer-links">
46+
<li><a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/legal&id=cpyr" target="_blank" aria-label="Open a new window to Oracle legal notices" data-lbl="copyright">© Oracle</a></li>
47+
<li><a href="https://www.oracle.com/corporate/index.html" target="_blank" aria-label="Open a new window to learn more about oracle" data-lbl="about-oracle">About Oracle</a></li>
48+
<li><a href="https://www.oracle.com/corporate/contact/" target="_blank" aria-label="Open a new window to contact oracle" data-lbl="contact-us">Contact Us</a></li>
49+
<li class="footer-links-break"></li>
50+
<li><a href="https://docs.oracle.com/en/browseall.html" target="_blank" aria-label="Open a new window to products a-z" data-lbl="products-a-z">Products A-Z</a></li>
51+
<li><a href="https://www.oracle.com/legal/privacy/" target="_blank" aria-label="Open a new window to read more about Oracle terms of use and privacy" data-lbl="terms-of-use-and-privacy">Terms of Use & Privacy</a></li>
52+
<li><a href="https://www.oracle.com/legal/privacy/privacy-policy.html#11" target="_blank" aria-label="Open a new window to read more about managing Oracle cookie preferences" data-lbl="cookie-preferences">Cookie Preferences</a></li>
53+
<li><a href="https://www.oracle.com/legal/privacy/marketing-cloud-data-cloud-privacy-policy.html#adchoices" target="_blank" aria-label="Open a new window to ad choices" data-lbl="ad-choices">Ad Choices</a></li>
54+
<li class="footer-links-break"></li><li class="last"><a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/legal&id=cpyr" target="_blank" aria-label="Open a new window to Oracle legal notices" data-lbl="copyright">© Oracle</a></li>
55+
</ul>
56+
</div>
57+
</div>
58+
</div>
59+
</footer>
60+
</body>
61+
62+
</html>
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"workshoptitle": "Creating a Mask Detection Model on OCI with YOLOv5: Data Labeling with RoboFlow",
3+
"help": "[email protected]",
4+
"tutorials": [
5+
{
6+
"title": "Introduction",
7+
"description": "What the workshop is about",
8+
"filename": "../../mask_detection_training/intro/intro.md",
9+
"type": "dbcs"
10+
},
11+
{
12+
"title": "Get Started",
13+
"description": "Prerequisites for LiveLabs (Oracle-owned tenancies). The title of the lab and the Contents Menu title (the title above) match for Prerequisite lab. This lab is always first.",
14+
"filename": "https://raw.githubusercontent.com/oracle/learning-library/master/common/labs/cloud-login/cloud-login.md"
15+
},
16+
{
17+
"title": "Lab 1: Infrastructure",
18+
"description": "Infrastructure",
19+
"filename": "../../mask_detection_training/infra/infra.md",
20+
"type": "dbcs"
21+
},
22+
{
23+
"title": "Lab 2: Augment Dataset & Train Model",
24+
"description": "Augmenting the dataset and training the model",
25+
"filename": "../../mask_detection_training/augment_train/augment_train.md",
26+
"type": "dbcs"
27+
},
28+
{
29+
"title": "Lab 3: Inference (Real-Time Predictions)",
30+
"description": "Using the model to make real-time predictions",
31+
"filename": "../../mask_detection_training/infer/infer.md",
32+
"type": "dbcs"
33+
},
34+
{
35+
"title": "Need Help?",
36+
"description": "Solutions to Common Problems and Directions for Receiving Live Help",
37+
"filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-freetier.md"
38+
}
39+
]
40+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"workshoptitle": "Creating a Mask Detection Model on OCI with YOLOv5: Data Labeling with RoboFlow",
3+
"help": "[email protected]",
4+
"tutorials": [
5+
{
6+
"title": "Introduction",
7+
"description": "What the workshop is about",
8+
"filename": "https://oracle-devrel.github.io/devrel-labs/mask_detection_training/intro/intro.md",
9+
"type": "dbcs"
10+
},
11+
{
12+
"title": "Get Started",
13+
"description": "Prerequisites for LiveLabs (Oracle-owned tenancies). The title of the lab and the Contents Menu title (the title above) match for Prerequisite lab. This lab is always first.",
14+
"filename": "https://raw.githubusercontent.com/oracle/learning-library/master/common/labs/cloud-login/cloud-login.md"
15+
},
16+
{
17+
"title": "Lab 1: Infrastructure",
18+
"description": "Infrastructure",
19+
"filename": "https://oracle-devrel.github.io/devrel-labs/mask_detection_training/infra/infra.md",
20+
"type": "dbcs"
21+
},
22+
{
23+
"title": "Lab 2: Train & Augment Dataset",
24+
"description": "Augmenting the dataset and training the model",
25+
"filename": "https://oracle-devrel.github.io/devrel-labs/mask_detection_training/augment_train/augment_train.md",
26+
"type": "dbcs"
27+
},
28+
{
29+
"title": "Lab 3: Inference (Real-Time Predictions)",
30+
"description": "Using the model to make real-time predictions",
31+
"filename": "https://oracle-devrel.github.io/devrel-labs/mask_detection_training/infer/infer.md",
32+
"type": "dbcs"
33+
},
34+
{
35+
"title": "Need Help?",
36+
"description": "Solutions to Common Problems and Directions for Receiving Live Help",
37+
"filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-freetier.md"
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)