xxxxxxxxxx
19
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs"></script>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow-models/handpose"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<p>For all instructions, see <a href="https://github.com/yining1023/Machine-Learning-for-Physical-Computing/tree/master/TrainAModel#workshop">here</a>, and <a href="https://www.loom.com/share/420fa5941dea411491af817011622c86s">video</a></p>
<script src="sketch.js"></script>
</body>
</html>