-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·32 lines (28 loc) · 1.67 KB
/
index.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
<html>
<head>
<meta charset="UTF-8">
<script language="javascript" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.min.js"></script>
<script language="javascript" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/addons/p5.dom.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js"></script>
<script language="javascript" type="text/javascript" src="sketch.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div id="canvascontainer" style="margin-bottom: 10px;"></div>
<h3>How to train it</h3>
<p>
When you press <strong>T</strong> the algorithm takes that video frame as an example of what <strong>TRUE</strong> looks like </br>
When you press <strong>F</strong> the same things append but for <strong>FALSE</strong> </br>
</p>
<h3>How to play with the pretrained model</h3>
<p>
Press <strong>L</strong> to load a pretrained model </br>
Press <strong>S</strong> to start the quiz </br>
And now use your thumb up when the answer is true and thumb down when is not </br>
</p>
<a class="github-button" href="https://github.com/gabrieltavernini" aria-label="Follow @gabrieltavernini on GitHub">Follow @gabrieltavernini</a>
<a class="github-button" href="https://github.com/gabrieltavernini/QuizKNN" data-icon="octicon-star" aria-label="Star gabrieltavernini/QuizKNN on GitHub">Star</a>
<a class="github-button" href="https://github.com/gabrieltavernini/QuizKNN/fork" data-icon="octicon-repo-forked" aria-label="Fork gabrieltavernini/QuizKNN on GitHub">Fork</a>
</body>
</html>