-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (24 loc) · 1.04 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
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<title>Fortu</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>
</head>
<body>
<script src="sketch.js"></script>
<div id="container">
<h1> </h1>
<h1>Discover new music based on what your machine thinks it is seeing</h1>
<h2>Place <u>ONE</u> object in front of your machine</h2>
<p><span id="modelStatus">Please wait while the object detection model loads</span></p>
<div id="canvas-holder"></div>
<div id="iframe-holder"></div>
</div>
</body>
</html>