aXeleRate/example_scripts/tensorflow_lite/classifier/templates/index.html

10 lines
192 B
HTML

<html>
<head>
<title>Video Streaming Demonstration</title>
</head>
<body>
<h1>Tflite Image Classification Demo</h1>
<img src="{{ url_for('video_feed') }}">
</body>
</html>