File size: 1,045 Bytes
3711b12
 
 
 
 
 
 
a6d3732
3711b12
 
 
a6d3732
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3711b12
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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Fast API 🤗 Space served with Uvicorn</title>
    <link rel="stylesheet" href="style.css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
    <script type="module" src="script.js"></script>
  </head>
  <body>
<main>
  <section id="text-gen">
    <h1 class="title">Simple DGA detector using 1DCNN</h1>
    <p class="model">
      Model:
      <a href="https://huggingface.co/harpomaxx/dga-detector" rel="noreferrer" target="_blank">harpomaxx/dga-detector</a>
    </p>
    <form class="text-gen-form">
      <label for="text-gen-input">Check for domains (one per line)</label>
      <textarea id="text-gen-input" rows="10"></textarea>
      <button id="text-gen-submit">Submit</button>
      <p class="text-gen-output"></p>
      <i class="fas fa-copy copy-icon"></i>
    </form>
  </section>
</main>

 </body>
</html>