Set up super basic face detection

This commit is contained in:
heyarne 2020-05-02 14:43:49 +02:00
commit 09d2d3b92d
5 changed files with 117 additions and 4 deletions

View file

@ -1,6 +1,8 @@
<!doctype html>
<html>
<head><meta charset="utf-8" /></head>
<body>Hello world</body>
<body>
<img id="example-pic" src="example.jpg" alt="Example webcam picture" />
</body>
<script src="js/main.js"></script>
</html>