xxxxxxxxxx
16
<html>
<head>
<meta charset="UTF-8">
<title>handpose</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/addons/p5.sound.js"></script>
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>ml5 Handpose example using p5.js</h1>
<p id='status'>Loading model...</p>
<script src="sketch.js"></script>
</body>
</html>