-
Notifications
You must be signed in to change notification settings - Fork 0
/
poseNetDoc.html
57 lines (50 loc) · 2.4 KB
/
poseNetDoc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png" />
<title>Pose Estimation With PoseNet Docs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<footer id="footer">
<div class="socials">
<ul class="icons">
<li><a target="_blank" href="https://github.com/kristina-arezina/posenet-website" class="icon fa-github-square"></a></li>
<li><a target="_blank" href="https://www.instagram.com/kristina.codes/" class="icon fa-instagram"></a></li>
<li><a target="_blank" href="https://medium.com/@arezina.kristina23" class="icon fa-medium"></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/kristina-arezina-7a0113197/" class="icon fa-linkedin-square"></a></li>
</ul>
</div>
</footer>
<!-- Main -->
<div id="main">
<!-- One -->
<section class="wrapper style1">
<div class="inner">
<header class="align-center">
<h2>Pose Estimation With PoseNet Docs</h2>
<p>Check out these docs to run real-time pose estimation in the browser using TensorFlow.js.</p>
</header>
<img class="img-wrapper" src="images/tensorflow.png">
<p class="caption">When TensorFlow.js was introduced, developers were able to establish, train, and run machine learning models solely in the browser, using Javascript and a high-level layers API. And since TensorFlow is an open-source library so you can check out the repo on gitHub. Also, many developers say that if you’re a Javascript developer who’s new to ML (like me 😅) TensorFlow.js is a great way to begin learning.</p>
<ul class="actions">
<li><a target="_blank" href="https://github.com/tensorflow/tfjs-models/tree/master/posenet" class="button">PoseNet GitHub</a></li>
</ul>
</div>
</section>
<footer id="footer">
<div class="socials">
Design: <a href="https://templated.co">TEMPLATED</a>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>