face-api/example/index.html

16 lines
516 B
HTML
Raw Normal View History

2020-08-27 14:58:00 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>OpenImages Test</title>
<meta http-equiv="content-type">
<meta content="text/html">
<meta charset="UTF-8">
2020-10-13 22:57:06 +02:00
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/tensorflow/2.6.0/tf.min.js"></script> -->
2020-10-12 20:28:19 +02:00
<script src="./index.js" type="module"></script>
2020-08-27 14:58:00 +02:00
</head>
2020-10-12 20:28:19 +02:00
<body style="font-family: monospace; background: black; color: white; font-size: 16px; line-height: 22px; margin: 0;">
2020-08-27 14:58:00 +02:00
<div id="log"></div>
</script>
</body>
</html>