xxxxxxxxxx
17
<html lang="en">
<head>
<title>Getting Started with ml5.js</title>
<script src="https://cdn.roboflow.com/0.2.25/roboflow.js"></script>
<!-- p5 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.2.0/p5.min.js"></script>
<!-- ml5 -->
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script>
</head>
<body>
<script src="sketch.js"></script>
</body>
</html>