xxxxxxxxxx
17
<html>
<head>
<meta charset="UTF-8">
<title>Webcam Image Classification using a pre-trained customized model and p5.js</title>
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.1/lib/p5.min.js
"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.1/lib/p5.dom.min.js
"></script>
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js" type="text/javascript"></script>
</head>
<body>
<script src="sketch.js"></script>
</body>
</html>