flask-rtod / templates /index.html
dwkurnie
Add application file
9396a48
raw
history blame contribute delete
351 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webcam Object Detection</title>
</head>
<body>
<h1>Webcam Object Detection using YOLOv5</h1>
<div>
<img id="video_feed" src="{{ url_for('video_feed') }}">
</div>
</body>
</html>