-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (31 loc) · 1.21 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<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>
<script src="video.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="first">
<h1>POSTURE DETECTOR</h1>
<p>this website detects your current possture and monitors your posture</p>
<p>If your posture is not as intial posture ,video will become blur</p>
<p>It checks position of your both eyes as compared to intial position</p>
<p>Enter your video</p>
</div>
<audio src="" id="audioID"></audio>
<div>
<button onClick="start()" id="startstop">Start</button>
</div>
<div id="video">
</div>
</button>
</body>
</html>