xxxxxxxxxx
15
<html>
<head>
<meta charset="UTF-8">
<title>FaceApi Landmarks Demo</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.0/p5.min.js"></script>
<script src="https://unpkg.com/ml5@0.5.0/dist/ml5.min.js" type="text/javascript"></script>
</head>
<body>
<script src="sketch.js"></script>
<p id="modelStatus">Loading model...</p>
</body>
</html>