rvalia commited on
Commit
04bcdd6
1 Parent(s): e993488

Update app/templates/general_pages/index.html

Browse files
app/templates/general_pages/index.html CHANGED
@@ -1,31 +1,45 @@
1
- <!doctype html>
2
  <html lang="en">
 
3
  <head>
4
- <meta charset="utf-8"/>
5
- <link rel="icon" href="/favicon.ico"/>
6
- <meta name="viewport" content="width=device-width,initial-scale=1"/>
7
- <meta name="theme-color" content="#000000"/>
8
  <!-- <meta name="description" content="Web site created using create-react-app"/> -->
9
- <link rel="apple-touch-icon" href="/logo192.png"/>
10
  <!-- <link rel="manifest" href="/manifest.json"/> -->
11
- <!-- <title>React App</title> -->
12
  <!-- <script defer="defer" src="/static/js/main.5f0c332d.js"></script> -->
13
  <link href="/static/css/main.47bafb87.css" rel="stylesheet">
14
- <center>
15
- <a target='_blank' href="https://mag.tmryk.com"><img src="/static/images/tmryk-logo-small.png" alt="Logo" class="logo" width="300"></a>
16
- </center>
17
- <!-- <meta http-equiv="refresh" content="10;https://mag.tmryk.com" /> -->
18
-
19
  </head>
 
20
  <body>
21
  <!-- <noscript>You need to enable JavaScript to run this app.</noscript> -->
22
  <div id="root"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  </body>
24
- <p><center>
25
- <a target='_blank' href="https://mag.tmryk.com" style="link:blue;hover:blue;">Test your model performance against adversarial attacks<br>Click Here</a></center></p>
26
- <p></p>
27
- <p></p>
28
- <p><center>
29
- AI applications expose the business to new security attack vectors.Tumeryk secures in-house and third party ML, LLM and Gen AI models. This service helps Data Scientists to validate and protect ML models against Adversarial AI attacks like Evasion, Extraction, Inference and Data Poisoning attacks that may be launched against these models resulting in loss of data, incorrect prediction/classification and/or model theft.
30
- </center></p>
31
  </html>
 
1
+ <!DOCTYPE html>
2
  <html lang="en">
3
+
4
  <head>
5
+ <meta charset="utf-8" />
6
+ <link rel="icon" href="/favicon.ico" />
7
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
8
+ <meta name="theme-color" content="#000000" />
9
  <!-- <meta name="description" content="Web site created using create-react-app"/> -->
10
+ <link rel="apple-touch-icon" href="/logo192.png" />
11
  <!-- <link rel="manifest" href="/manifest.json"/> -->
12
+ <!-- <title>Tumeryk AttackGuard</title> -->
13
  <!-- <script defer="defer" src="/static/js/main.5f0c332d.js"></script> -->
14
  <link href="/static/css/main.47bafb87.css" rel="stylesheet">
 
 
 
 
 
15
  </head>
16
+
17
  <body>
18
  <!-- <noscript>You need to enable JavaScript to run this app.</noscript> -->
19
  <div id="root"></div>
20
+
21
+ <center>
22
+ <a target='_blank' href="https://mag.tmryk.com"><img src="/static/images/tmryk-logo-small.png" alt="Logo"
23
+ class="logo" width="300"></a>
24
+ </center>
25
+
26
+ <p>
27
+ <center>
28
+ <a target='_blank' href="https://mag.tmryk.com" style="link:blue;hover:blue;">Test your model performance
29
+ against adversarial attacks<br>Click Here</a>
30
+ </center>
31
+ </p>
32
+
33
+ <p> </p>
34
+ <p> </p>
35
+ <p>
36
+ <center>
37
+ AI applications expose the business to new security attack vectors. Tumeryk secures in-house and third-party ML,
38
+ LLM, and Gen AI models. This service helps Data Scientists to validate and protect ML models against Adversarial
39
+ AI attacks like Evasion, Extraction, Inference, and Data Poisoning attacks that may be launched against these
40
+ models resulting in loss of data, incorrect prediction/classification, and/or model theft.
41
+ </center>
42
+ </p>
43
  </body>
44
+
 
 
 
 
 
 
45
  </html>