forked from ModelEarth/realitystream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (99 loc) · 3.71 KB
/
Copy pathindex.html
File metadata and controls
131 lines (99 loc) · 3.71 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>RealityStream - Machine Learning Classification Models</title>
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="/localsite/css/base.css" id="/localsite/css/base.css">
<script type="text/javascript" src="/localsite/js/localsite.js?showheader=true"></script>
<!-- Load required scripts before the loadMarkdown calls -->
<script src="https://cdn.jsdelivr.net/npm/js-yaml@4/dist/js-yaml.min.js"></script>
<script>
let externalSite = "https://model.earth"; // Since cloud repo is not always a submodule.
if (location.host.indexOf('localhost') >= 0) {
externalSite = "..";
}
loadScript(externalSite + '/cloud/run/js/param-input.js', function(results) {
loadBaseParamsSelect(); // Resides in cloud/run/js/param-input.js
});
</script>
<style>
#paramText {
font-size: 0.9em;
overflow: scroll !important;
padding-top: 0px;
padding-bottom: 0px;
}
button {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px 16px;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
border-radius: 4px;
white-space: nowrap;
}
</style>
<script>
loadMarkdown("README.md", "readmeDiv", "_parent");
loadMarkdown("about.md", "aboutDiv", "_parent");
loadMarkdown("input/blinks/README.md", "blinksDiv", "_parent");
loadMarkdown("input/industries/README.md", "industriesDiv", "_parent");
loadMarkdown("projects.md", "proj", "_parent");
</script>
</head>
<body>
<div class="content contentpadding" style="position:relative;">
<div style="float:right;margin-top:6px">
<a href="https://github.com/modelearth/realitystream/"><img src="../localsite/img/icon/github/github.png" style="width:42px"></a>
</div>
<a href="/projects">Active Projects</a>
<h1>RealityStream</h1>
Scroll to the bottom for a list of RealityStream <a href="#projects">projects</a>.<br>
View <a href="../reports/">Report Output</a> (Under Development) - View <a href="../reports/2025/eye-blinks-rbf-2025-10-30/">Eye Blink Detection sample report</a><br><br>
<select id="parambase"></select><br>
<div id="paramText" class="codetext" rows="10" contenteditable><pre>
<b>folder:</b> naics6-bees-counties
<b>features:</b>
data: industries
common: Fips
path: https://raw.githubusercontent.com/ModelEarth/community-timelines/main/training/naics6/US/counties/2020/US-ME-training-naics6-counties-2020.csv
<b>targets:</b>
data: bees
path: https://raw.githubusercontent.com/ModelEarth/bee-data/main/targets/bees-targets-top-20-percent.csv
<b>models:</b> xgboost
</pre></div>Edit your yaml above and paste into our <a href="input/industries/">Run Models CoLab</a>.<br><br>
<div id="aboutDiv"></div>
<div id="pathDiv"></div><br>
<div class="pagecard">
<div class="cardstyle">
<div id="blinksDiv"></div>
</div>
</div>
<div class="pagecard">
<div class="cardstyle">
<div id="industriesDiv"></div>
</div>
</div>
<hr>
<div id="readmeDiv"></div>
<b><a href="input/industries">Run Models CoLab documentation</a></b><br>
<!--
<b><a href="streamlit">Streamlit App documentation</a></b> -
<a href="https://reality.streamlit.app/">reality.streamlit.app</a> |
<a href="https://share.streamlit.io/">My streamlit apps</a> |
<a href="https://echarts.streamlit.app/">echarts.streamlit.app</a><br>
-->
<span style="display:none" class="local"><br><a href="https://docs.google.com/document/d/1aR3VjrQj94X542uzJ-qXwRgIH8SzcLzE0z_jfT8bYbU/">Hosting notes Google Doc</a></span>
<!--
https://laughing-orbit-6475wr7w55j2rrjq.github.dev/
-->
<br><br>
<div id="proj"></div>
</div>
</body>
</html>