-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaceRecognition.html
More file actions
32 lines (28 loc) · 929 Bytes
/
faceRecognition.html
File metadata and controls
32 lines (28 loc) · 929 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
<script defer src="face-api.js"></script>
<<<<<<< HEAD
<script defer src="faceRecognitionScript.js"></script>
<style>
canvas
{
position: absolute;
}
</style>
=======
<script defer src="script.js"></script>
>>>>>>> 7abb356fe893502e4d3e177b13c38d77805e7ec1
</head>
<body class="faceRecognitionBody">
<video id="video" width="720" height="560" autoplay muted></video>
<div class="backButtons">
<button class="backButton" onclick="backToHome()">Back Home</button>
</div>
</body>
</html>