Spaces:
Running
Running
Update index.html
Browse files- index.html +66 -1
index.html
CHANGED
@@ -1 +1,66 @@
|
|
1 |
-
<!DOCTYPE html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang=en>
|
3 |
+
<head>
|
4 |
+
<meta charset=UTF-8>
|
5 |
+
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Voice Assistant</title>
|
7 |
+
<link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css rel=stylesheet>
|
8 |
+
<style>.transition-all{transition:all .3s ease-in-out}body.dark{background-color:#1a202c}body.dark .bg-white{background-color:#2d3748}body.dark .text-gray-900{color:#e2e8f0}body.dark .text-gray-700{color:#a0aec0}body.dark .bg-gray-100{background-color:#4a5568}body.dark .bg-gray-200{background-color:#718096}body.dark .bg-gradient-to-r{background-size:200% auto;background-position:left center}#darkmode-toggle span{transition:transform .3s ease-in-out}.hover:bg-gradient-to-r{background-size:200% auto;transition:background-position .5s ease-in-out}.hover:bg-gradient-to-r:hover{background-position:right center}svg{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}</style>
|
9 |
+
<script>function loadScript(){var d=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor)&&!/Edg/.test(navigator.userAgent);var b=window.innerWidth>768;var e=document.querySelector('script[src="script1.js"], script[src="script2.js"]');if(e){e.remove()}var a=document.createElement("script");var c=new Date().getTime();if(d&&b){a.src="script1.js?t="+c}else{a.src="script2.js?t="+c}a.onerror=function(){console.error("Error loading script:",a.src)};document.head.appendChild(a)}document.addEventListener("DOMContentLoaded",loadScript);document.addEventListener("DOMContentLoaded",loadScript);</script>
|
10 |
+
</head>
|
11 |
+
<body class="bg-gray-100 dark:bg-gray-900 transition-colors duration-300">
|
12 |
+
<div class="container mx-auto px-4 py-16">
|
13 |
+
<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg px-8 py-6 transition-all">
|
14 |
+
<div class="flex items-center justify-between mb-6">
|
15 |
+
<h1 class="text-3xl font-bold text-gray-900 dark:text-white">
|
16 |
+
<span class="bg-gradient-to-r from-blue-500 to-purple-500 bg-clip-text text-transparent">Voice</span> Assistant
|
17 |
+
</h1>
|
18 |
+
<button id=darkmode-toggle class="relative w-12 h-6 rounded-full bg-gray-300 dark:bg-gray-700 transition-colors duration-300 focus:outline-none">
|
19 |
+
<span class="absolute left-1 top-1 w-4 h-4 rounded-full bg-white dark:bg-gray-900 transform transition-transform duration-300"></span>
|
20 |
+
</button>
|
21 |
+
</div>
|
22 |
+
<div id=responseTime class="text-sm text-gray-500 dark:text-gray-400 mb-4">Latency: 0ms</div>
|
23 |
+
<div class="flex items-center justify-around mb-8">
|
24 |
+
<div id=userIndicator class="rounded-full px-4 py-2 text-white flex items-center transition-colors duration-300 bg-gradient-to-r from-green-400 to-blue-500 hover:bg-gradient-to-r" data-content="User: Idle">
|
25 |
+
<svg class="w-4 h-4 mr-2" viewBox="0 0 24 24"><path d="M12 14a7 7 0 017 7H5a7 7 0 017-7zm0-8a4 4 0 11-8 0 4 4 0 018 0z"></path></svg>
|
26 |
+
<span>Idle</span>
|
27 |
+
</div>
|
28 |
+
<div id=aiIndicator class="rounded-full px-4 py-2 text-white flex items-center transition-colors duration-300 bg-gradient-to-r from-red-400 to-yellow-500 hover:bg-gradient-to-r" data-content="AI: Listening">
|
29 |
+
<svg class="w-4 h-4 mr-2" viewBox="0 0 24 24"><path d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path></svg>
|
30 |
+
<span>Listening</span>
|
31 |
+
</div>
|
32 |
+
</div>
|
33 |
+
<div class="flex items-center justify-center mb-8">
|
34 |
+
<button style=text-align:-webkit-center id=startStopButton class="bg-gradient-to-r from-blue-500 to-purple-600 hover:from-purple-600 hover:to-blue-500 text-white font-bold py-2 px-4 rounded transition-all focus:outline-none focus:shadow-outline">
|
35 |
+
<svg id=microphoneIcon class="w-6 h-6 inline-block mr-2" viewBox="0 0 24 24"><path d="M12 14v2a4 4 0 004 4h0a4 4 0 004-4v-2M16 7a4 4 0 10-8 0v4h8z"></path></svg>
|
36 |
+
<span>Start Listening</span>
|
37 |
+
</button>
|
38 |
+
</div>
|
39 |
+
<div class=mt-8>
|
40 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
41 |
+
<div>
|
42 |
+
<label for=voiceSelect class="block text-gray-700 dark:text-gray-300 font-bold mb-2">Voice:</label>
|
43 |
+
<select id=voiceSelect class="w-full bg-gray-200 dark:bg-gray-700 border border-gray-300 dark:border-gray-600 text-gray-700 dark:text-gray-300 py-2 px-3 rounded focus:outline-none focus:shadow-outline">
|
44 |
+
<option value=Amy>Female</option>
|
45 |
+
<option value=Brian>Male</option>
|
46 |
+
</select>
|
47 |
+
</div>
|
48 |
+
<div>
|
49 |
+
<label for=modelSelect class="block text-gray-700 dark:text-gray-300 font-bold mb-2">Model:</label>
|
50 |
+
<select id=modelSelect class="w-full bg-gray-200 dark:bg-gray-700 border border-gray-300 dark:border-gray-600 text-gray-700 dark:text-gray-300 py-2 px-3 rounded focus:outline-none focus:shadow-outline">
|
51 |
+
<option value=8b>Fastest</option>
|
52 |
+
<option value=70b>Powerful</option>
|
53 |
+
</select>
|
54 |
+
</div>
|
55 |
+
<div class="flex items-center" style=visibility:hidden>
|
56 |
+
<label for=noiseSuppression class="block text-gray-700 dark:text-gray-300 font-bold mb-2">Noise Suppression:</label>
|
57 |
+
<input type=checkbox id=noiseSuppression checked class="ml-2 form-checkbox h-5 w-5 text-blue-500">
|
58 |
+
</div>
|
59 |
+
</div>
|
60 |
+
</div>
|
61 |
+
<div id=transcript class="mt-8 p-4 bg-gray-200 dark:bg-gray-700 rounded-lg text-sm font-mono whitespace-pre-wrap transition-all"></div>
|
62 |
+
</div>
|
63 |
+
</div>
|
64 |
+
<script>document.addEventListener("DOMContentLoaded",function(){const a=document.getElementById("darkmode-toggle");function d(e){if(e==="dark"){document.body.classList.add("dark");a.querySelector("span").style.transform="translateX(24px)"}else{document.body.classList.remove("dark");a.querySelector("span").style.transform="translateX(0)"}localStorage.setItem("theme",e)}function b(){const e=document.body.classList.contains("dark");d(e?"light":"dark")}const c=localStorage.getItem("theme");d(c||"light");a.addEventListener("click",b)});</script>
|
65 |
+
</body>
|
66 |
+
</html>
|