ceckenrode commited on
Commit
4d8572a
1 Parent(s): 92540c5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +99 -9
index.html CHANGED
@@ -5,15 +5,105 @@
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
 
 
8
  </head>
9
  <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  </body>
19
- </html>
 
5
  <meta name="viewport" content="width=device-width" />
6
  <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
+ <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
9
+ <script>mermaid.initialize({startOnLoad:true});</script>
10
  </head>
11
  <body>
12
+
13
+
14
+ <iframe
15
+ src="https://awacke1-hedis-roster-dash-component-sdoh.hf.space"
16
+ frameborder="0"
17
+ width="1024"
18
+ height="2048"
19
+ ></iframe>
20
+ <iframe
21
+ src="https://awacke1-hedis-dash-component-top-clinica-6a4a58c.hf.space"
22
+ frameborder="0"
23
+ width="1024"
24
+ height="2048"
25
+ ></iframe>
26
+ <iframe
27
+ src="https://awacke1-hedis-roster-dash-component-serv-18d25b7.hf.space"
28
+ frameborder="0"
29
+ width="1024"
30
+ height="2048"
31
+ ></iframe>
32
+
33
+
34
+
35
+ <iframe
36
+ src="https://awacke1-twitter-sentiment-live-realtime.hf.space"
37
+ frameborder="0"
38
+ width="850"
39
+ height="1024"
40
+ ></iframe>
41
+
42
+ <iframe
43
+ src="https://awacke1-streamlitwikipediachat.hf.space"
44
+ frameborder="0"
45
+ width="850"
46
+ height="1024"
47
+ ></iframe>
48
+
49
+ <iframe
50
+ src="https://awacke1-cognitive-ai-episodic-semantic-m-f4b3d67.hf.space"
51
+ frameborder="0"
52
+ width="850"
53
+ height="1024"
54
+ ></iframe>
55
+
56
+
57
+
58
+ <div class="mermaid">
59
+ journey
60
+ title Create AI
61
+ section Training
62
+ Format DataSet Inputs Files, Data Splits: 5: Teacher
63
+ Model Build w/ SKLearn, TF, Pytorch: 3: Student
64
+ Determine Model Performance: 1: Teacher, Student
65
+ section Deploy
66
+ Web Deploy Local and Cloud: 5: Teacher
67
+ Architecture Spaces Gradio Streamlit Heroku AWS Azure and GCCP: 5: Teacher
68
+ section Testing
69
+ Test Model with Input Datasets: 5: Teacher
70
+ Examples. Inputs that Work, Inputs That Break Model: 5: Teacher
71
+ Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
72
+ </div>
73
+
74
+ <div class="mermaid">
75
+ sequenceDiagram
76
+ participant Alice
77
+ participant Bob
78
+ Alice->>John: Hello John, how are you?
79
+ loop Healthcheck
80
+ John->>John: Fight against hypochondria
81
+ end
82
+ Note right of John: Rational thoughts<br/>prevail...
83
+ John-->>Alice: Great!
84
+ John->>Bob: How about you?
85
+ Bob-->>John: Jolly good!
86
+ </div>
87
+
88
+ <div class="card">
89
+ <h1>Welcome to the Mermaid Modeler Tip Sheet</h1>
90
+ <p>
91
+ You can use Mermaid inside HTML5 by including the script and a div with the class or mermaid.
92
+ </p>
93
+ <p>
94
+ Documentation is located here:
95
+ <a href="https://mermaid.js.org/syntax/flowchart.html" target="_blank"
96
+ >Mermaid documentation</a
97
+ >.
98
+ </p>
99
+ </div>
100
+
101
+
102
+ Links:
103
+ https://huggingface.co/spaces/awacke1/HEDIS.Roster.Dash.Component.Service
104
+ https://huggingface.co/spaces/awacke1/HEDIS.Roster.Dash.Component.SDOH
105
+ https://huggingface.co/spaces/awacke1/HEDIS.Dash.Component.Top.Clinical.Terminology.Vocabulary
106
+
107
+
108
  </body>
109
+ </html>