hedhoud12's picture
upload the model, WebRTC app and the inference script
4588bab
raw
history blame contribute delete
875 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title class="line-1 anim-typewriter">Tunisian STT</title>
<link rel="stylesheet" href="static/styles.css">
</head>
<body>
<div class="container">
<div class="header">
<img src="static/linagora.png" alt="Linagora" class="logo">
<h1>Tunisian STT <img src="static/tunisian_flag.png" alt="Tunisian Flag" class="flag-icon"> </h1>
</div>
<div id="transcription-box">قل ما عندك ...</div>
<button id="start" class="play-button"> Start</button>
<button id="stop" class="pause-button d-none">Stop</button>
<span id="status" class="text-uppercase text-muted">Press start</span>
</div>
<script src="static/client.js"></script>
</body>
</html>