Spaces:
Running
Running
Delete index.html
Browse files- index.html +0 -44
index.html
DELETED
@@ -1,44 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="en">
|
3 |
-
|
4 |
-
<head>
|
5 |
-
<meta charset="UTF-8" />
|
6 |
-
<link rel="stylesheet" href="style.css" />
|
7 |
-
|
8 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
9 |
-
<title>Transformers.js - Named Entity Recognition</title>
|
10 |
-
<script type="text/javascript" src="https://livejs.com/live.js"></script>
|
11 |
-
<link rel="preconnect" href="https://fonts.googleapis.com">
|
12 |
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
13 |
-
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
|
14 |
-
</head>
|
15 |
-
|
16 |
-
<body>
|
17 |
-
<h1>Medical NER using BERT</h1>
|
18 |
-
|
19 |
-
<div id="page-content">
|
20 |
-
<div id="description">
|
21 |
-
<div id="input-container">
|
22 |
-
<h2>Input</h2>
|
23 |
-
<div id="legend">
|
24 |
-
<h5 class="example-text">The ventilation rate (VR) could be set by altering the motor voltage</h5>
|
25 |
-
<h5 class="example-text">MRR - Mortality Rate Ratio, TBI - Traumatic Brain Injury</h5>
|
26 |
-
</div>
|
27 |
-
<form id="input-form">
|
28 |
-
<input type="text" class="text-field" placeholder="Enter a sentence(s) containing a Medical Acronym and it's long form">
|
29 |
-
<button id="submit" type="submit">Submit</button>
|
30 |
-
</form>
|
31 |
-
</div>
|
32 |
-
<div id="output-container">
|
33 |
-
<h2>Output</h2>
|
34 |
-
<div id="output-result">
|
35 |
-
|
36 |
-
</div>
|
37 |
-
<button id="export-json" type="button">Export interactions as JSON</button>
|
38 |
-
</div>
|
39 |
-
|
40 |
-
</div>
|
41 |
-
|
42 |
-
<script src="index.js" type="module"></script>
|
43 |
-
</body>
|
44 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|