awacke1 commited on
Commit
ce00e8d
Β·
1 Parent(s): c933939

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +13 -5
index.html CHANGED
@@ -10,11 +10,19 @@
10
  </head>
11
  <body>
12
  <div class="mermaid">
13
- graph TD;
14
- A-->B;
15
- A-->C;
16
- B-->D;
17
- C-->D;
 
 
 
 
 
 
 
 
18
  </div>
19
 
20
  <div class="card">
 
10
  </head>
11
  <body>
12
  <div class="mermaid">
13
+ journey
14
+ title Create AI
15
+ section Training
16
+ Format DataSet Inputs Files, Data Splits: 5: Teacher
17
+ Model Build w/ SKLearn, TF, Pytorch: 3: Student
18
+ Determine Model Performance: 1: Teacher, Student
19
+ section Deploy
20
+ Web Deploy Local and Cloud: 5: Teacher
21
+ Architecture Spaces Gradio Streamlit Heroku AWS Azure and GCCP: 5: Teacher
22
+ section Testing
23
+ Test Model with Input Datasets: 5: Teacher
24
+ Examples. Inputs that Work, Inputs That Break Model: 5: Teacher
25
+ Governance - Analyze, Publish Fairness, Equity, Bias for Datasets and Outputs: 5: Teacher
26
  </div>
27
 
28
  <div class="card">