-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1.25 KB
/
index.html
File metadata and controls
34 lines (30 loc) · 1.25 KB
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
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Nabla Core API Demos</title>
<meta charset="utf-8">
<link rel="stylesheet" href="/app/shared/sharedStyle.css">
</head>
<body>
<div class="container">
<h1>Nabla Core API Demos</h1>
<p>Select one of the demos below to explore Nabla Core API capabilities:</p>
<div id="token-error" class="hide"></div>
<div class="demo-grid">
<div class="demo-card">
<h2>Ambient Encounter</h2>
<p>Demonstrate real-time transcription of a medical conversation with multiple languages, and generate structured clinical notes.</p>
<a href="/app/ambient-encounter-demo/index.html" class="demo-btn">Launch Demo</a>
</div>
<div class="demo-card">
<h2>Dictated Note</h2>
<p>Experience medical dictation with real-time transcription and various language options.</p>
<a href="/app/dictated-note-demo/index.html" class="demo-btn">Launch Demo</a>
</div>
</div>
<div class="note-section">
<p><strong>Note:</strong> Both demos require you to update the authentication tokens in the authentication.js file.</p>
</div>
</div>
</body>
</html>