rvalia's picture
Update app/templates/general_pages/index.html
5b82b04 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- <meta name="description" content="Web site created using create-react-app"/> -->
<link rel="apple-touch-icon" href="/logo192.png" />
<!-- <link rel="manifest" href="/manifest.json"/> -->
<!-- <title>Tumeryk Model AttackGuard</title> -->
<!-- <script defer="defer" src="/static/js/main.5f0c332d.js"></script> -->
<link href="/static/css/main.47bafb87.css" rel="stylesheet">
</head>
<body>
<!-- <noscript>You need to enable JavaScript to run this app.</noscript> -->
<div id="root"></div>
<center>
<a target='_blank' href="http://www.tumeryk.com" >
<img src="/static/images/tmryk-logo-small.png" alt="Logo" class="logo" width="300">
</a>
<p>Test your model performance against adversarial attacks</p>
</center>
<p>
<center>
<a target='_blank' href="https://mag.tmryk.com" style="color: blue;"> <!-- Change text color to blue -->
<br><br>Login or Register for a New Account
</a>
</center>
</p>
<!-- Adding two rows of space -->
<p><br></p>
<p><br></p>
<p>
<center>
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.
</center>
</p>
<br>
<br>
</body>
</html>