first commit

This commit is contained in:
kicap
2023-08-26 03:14:09 +08:00
commit d81021e2ee
6 changed files with 177 additions and 0 deletions

10
templates/index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Pose Detection</title>
</head>
<body>
<h1>Pose Detection</h1>
<img src="{{ url_for('video_feed') }}" width="640" height="480">
</body>
</html>