face-api/demo/index.html

18 lines
1.0 KiB
HTML
Raw Normal View History

2020-08-27 14:58:00 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2021-02-13 14:38:41 +01:00
<title>FaceAPI Static Images Demo</title>
2021-04-04 15:21:07 +02:00
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, shrink-to-fit=yes">
<meta name="application-name" content="FaceAPI">
<meta name="keywords" content="FaceAPI">
<meta name="description" content="FaceAPI: AI-powered Face Detection, Description & Recognition for Browser and NodeJS using Tensorflow/JS; Author: Vladimir Mandic <https://github.com/vladmandic>">
<meta name="msapplication-tooltip" content="FaceAPI: AI-powered Face Detection, Description & Recognition for Browser and NodeJS using Tensorflow/JS; Author: Vladimir Mandic <https://github.com/vladmandic>">
2021-04-04 15:23:11 +02:00
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
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>
</body>
</html>