keneonyeachonam commited on
Commit
8d3207b
·
1 Parent(s): df08ccc

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +99 -0
index.html CHANGED
@@ -17,3 +17,102 @@
17
  </div>
18
  </body>
19
  </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  </div>
18
  </body>
19
  </html>
20
+
21
+ <!DOCTYPE html>
22
+ <html>
23
+ <head>
24
+ <meta charset="utf-8" />
25
+ <meta name="viewport" content="width=device-width" />
26
+ <title>My static Space</title>
27
+ <link rel="stylesheet" href="style.css" />
28
+ <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
29
+ <script>mermaid.initialize({startOnLoad:true});</script>
30
+ </head>
31
+ <body>
32
+
33
+
34
+ <iframe
35
+ src="https://awacke1-cb-gr-chatbot-blenderbot.hf.space"
36
+ frameborder="0"
37
+ width="1280"
38
+ height="1024"
39
+ ></iframe>
40
+
41
+ <iframe
42
+ src="https://awacke1-image-semantic-search.hf.space"
43
+ frameborder="0"
44
+ width="1280"
45
+ height="1024"
46
+ ></iframe>
47
+
48
+ <iframe
49
+ src="https://awacke1-image-to-multilingual-ocr.hf.space"
50
+ frameborder="0"
51
+ width="1280"
52
+ height="1024"></iframe>
53
+ <iframe
54
+ src="https://awacke1-sentence2paragraph.hf.space"
55
+ frameborder="0"
56
+ width="1280"
57
+ height="1024"></iframe>
58
+ <iframe
59
+ src="https://awacke1-video-summary.hf.space"
60
+ frameborder="0"
61
+ width="1280"
62
+ height="1024"></iframe>
63
+
64
+
65
+ <iframe
66
+ src="https://awacke1-ai-quantum.hf.space"
67
+ frameborder="0"
68
+ width="1280"
69
+ height="1024"
70
+ ></iframe>
71
+
72
+
73
+ <div class="mermaid">
74
+ journey
75
+ title Create AI
76
+ section Training
77
+ Format DataSet Inputs Files, Data Splits: 5: Teacher
78
+ Model Build w/ SKLearn, TF, Pytorch: 3: Student
79
+ Determine Model Performance: 1: Teacher, Student
80
+ section Deploy
81
+ Web Deploy Local and Cloud: 5: Teacher
82
+ Architecture Spaces Gradio Streamlit Heroku AWS Azure and GCCP: 5: Teacher
83
+ section Testing
84
+ Test Model with Input Datasets: 5: Teacher
85
+ Examples. Inputs that Work, Inputs That Break Model: 5: Teacher
86
+ Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
87
+ </div>
88
+
89
+ <div class="mermaid">
90
+ sequenceDiagram
91
+ participant Alice
92
+ participant Bob
93
+ Alice->>John: Hello John, how are you?
94
+ loop Healthcheck
95
+ John->>John: Fight against hypochondria
96
+ end
97
+ Note right of John: Rational thoughts<br/>prevail...
98
+ John-->>Alice: Great!
99
+ John->>Bob: How about you?
100
+ Bob-->>John: Jolly good!
101
+ </div>
102
+
103
+ <div class="card">
104
+ <h1>Welcome to the Mermaid Modeler Tip Sheet</h1>
105
+ <p>
106
+ You can use Mermaid inside HTML5 by including the script and a div with the class or mermaid.
107
+ </p>
108
+ <p>
109
+ Documentation is located here:
110
+ <a href="https://mermaid.js.org/syntax/flowchart.html" target="_blank"
111
+ >Mermaid documentation</a
112
+ >.
113
+ </p>
114
+ </div>
115
+
116
+ </body>
117
+ </html>
118
+