File size: 3,093 Bytes
589b967 8f18176 589b967 8f18176 589b967 8f18176 589b967 8f18176 589b967 2121560 589b967 |
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 132 133 134 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
<script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>
</head>
<body>
<iframe
src="https://awacke1-cb-gr-chatbot-blenderbot.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://awacke1-image-semantic-search.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://jbilcke-hf-AI-WebTV.hf.space"
frameborder="0"
width="1280"
height="1024"></iframe>
<iframe
src="https://ffusion-ffusion-ai-beta-playground.hf.space/"
frameborder="0"
width="1280"
height="1024"></iframe>
<iframe
src="https://librarian-bots-metarefine.hf.space"
frameborder="0"
width="1280"
height="1024"></iframe>
<iframe
src="https://gustavosta-magicprompt-stable-diffusion.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://openflamingo-openflamingo.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://king007-gpt-prompt-generate-2.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://kevinwang676-dreamlikeart-photoreal-2-0.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://artgan-video-diffusion-webui.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<iframe
src="https://akhaliq-jojogan.hf.space"
frameborder="0"
width="1280"
height="1024"
></iframe>
<div class="mermaid">
journey
title Create AI
section Training
Format DataSet Inputs Files, Data Splits: 5: Teacher
Model Build w/ SKLearn, TF, Pytorch: 3: Student
Determine Model Performance: 1: Teacher, Student
section Deploy
Web Deploy Local and Cloud: 5: Teacher
Architecture Spaces Gradio Streamlit Heroku AWS Azure and GCCP: 5: Teacher
section Testing
Test Model with Input Datasets: 5: Teacher
Examples. Inputs that Work, Inputs That Break Model: 5: Teacher
Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
</div>
<div class="mermaid">
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts<br/>prevail...
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
</div>
<div class="card">
<h1>Welcome to the Mermaid Modeler Tip Sheet</h1>
<p>
You can use Mermaid inside HTML5 by including the script and a div with the class or mermaid.
</p>
<p>
Documentation is located here:
<a href="https://mermaid.js.org/syntax/flowchart.html" target="_blank"
>Mermaid documentation</a
>.
</p>
</div>
</body>
</html>
|