Spaces:
Running
Running
furqankassa
commited on
Commit
•
4159e28
1
Parent(s):
b83ae85
Update index.html
Browse files- index.html +6 -43
index.html
CHANGED
@@ -26,6 +26,12 @@
|
|
26 |
height="450"
|
27 |
></iframe>
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
<iframe
|
31 |
src="https://awacke1-image-to-multilingual-ocr.hf.space"
|
@@ -51,49 +57,6 @@
|
|
51 |
height="1024"
|
52 |
></iframe>
|
53 |
|
54 |
-
|
55 |
-
<div class="mermaid">
|
56 |
-
journey
|
57 |
-
title Create AI
|
58 |
-
section Training
|
59 |
-
Format DataSet Inputs Files, Data Splits: 5: Teacher
|
60 |
-
Model Build w/ SKLearn, TF, Pytorch: 3: Student
|
61 |
-
Determine Model Performance: 1: Teacher, Student
|
62 |
-
section Deploy
|
63 |
-
Web Deploy Local and Cloud: 5: Teacher
|
64 |
-
Architecture Spaces Gradio Streamlit Heroku AWS Azure and GCCP: 5: Teacher
|
65 |
-
section Testing
|
66 |
-
Test Model with Input Datasets: 5: Teacher
|
67 |
-
Examples. Inputs that Work, Inputs That Break Model: 5: Teacher
|
68 |
-
Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
|
69 |
-
</div>
|
70 |
-
|
71 |
-
<div class="mermaid">
|
72 |
-
sequenceDiagram
|
73 |
-
participant Alice
|
74 |
-
participant Bob
|
75 |
-
Alice->>John: Hello John, how are you?
|
76 |
-
loop Healthcheck
|
77 |
-
John->>John: Fight against hypochondria
|
78 |
-
end
|
79 |
-
Note right of John: Rational thoughts<br/>prevail...
|
80 |
-
John-->>Alice: Great!
|
81 |
-
John->>Bob: How about you?
|
82 |
-
Bob-->>John: Jolly good!
|
83 |
-
</div>
|
84 |
-
|
85 |
-
<div class="card">
|
86 |
-
<h1>Welcome to the Mermaid Modeler Tip Sheet</h1>
|
87 |
-
<p>
|
88 |
-
You can use Mermaid inside HTML5 by including the script and a div with the class or mermaid.
|
89 |
-
</p>
|
90 |
-
<p>
|
91 |
-
Documentation is located here:
|
92 |
-
<a href="https://mermaid.js.org/syntax/flowchart.html" target="_blank"
|
93 |
-
>Mermaid documentation</a
|
94 |
-
>.
|
95 |
-
</p>
|
96 |
-
</div>
|
97 |
|
98 |
</body>
|
99 |
</html>
|
|
|
26 |
height="450"
|
27 |
></iframe>
|
28 |
|
29 |
+
<iframe
|
30 |
+
src="https://awacke1-image-semantic-search.hf.space"
|
31 |
+
frameborder="0"
|
32 |
+
width="1280"
|
33 |
+
height="1024"
|
34 |
+
></iframe>
|
35 |
|
36 |
<iframe
|
37 |
src="https://awacke1-image-to-multilingual-ocr.hf.space"
|
|
|
57 |
height="1024"
|
58 |
></iframe>
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
</body>
|
62 |
</html>
|