-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
28 lines (27 loc) · 862 Bytes
/
index.html
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
<html>
<head>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"
type="text/javascript"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.dom.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js"></script>
<script src="video.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<audio id="audioElement">
<source src="alert.wav" type="audio/wav" />
</audio>
<div id="video"></div>
<center>
<h1 style="color : white">Posture Correction</h1>
<button onClick="start()" id="startstop">
Start
</button>
<a href="https://github.com/shivaylamba/TensorFlow.JS-Posture-Correction"><h2 style="color : white">
Github Repo
</h2>
</center>
</body>
</html>