Merge pull request #129 from khanning/poppy-ext
Add Poppy and Clarifai extension
This commit is contained in:
commit
dad6d76408
4 changed files with 34 additions and 0 deletions
BIN
images/extensions/clarifai_small.png
Normal file
BIN
images/extensions/clarifai_small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 6.4 KiB |
BIN
images/extensions/poppy_large.png
Normal file
BIN
images/extensions/poppy_large.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 174 KiB |
BIN
images/extensions/poppy_small.png
Normal file
BIN
images/extensions/poppy_small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 61 KiB |
34
index.html
34
index.html
|
@ -166,6 +166,23 @@
|
|||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://eesh.github.io/clarifai-scratch/">
|
||||
<header>
|
||||
<h2>Clarifai</h2>
|
||||
<p class="author">Stefania Druga & Eesh Likhith</p>
|
||||
</header>
|
||||
<img src="images/extensions/clarifai_small.png" />
|
||||
</a>
|
||||
<section class="description">
|
||||
<p>Recognize images from your webcam.</p>
|
||||
<a href="?url=https://eesh.github.io/clarifai-scratch/examples/clarifai_camera.sbx" data-action="load-url">Sample Project</a>
|
||||
<a href="https://eesh.github.io/clarifai-scratch/" target="_blank">Documentation</a>
|
||||
</section>
|
||||
<section class="tags">
|
||||
<span class="tag web" title="Web Extension">Requires Internet Connection</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=http://kaspesla.github.io/ev3_scratch/ev3_scratch.js" data-action="load-url">
|
||||
<header>
|
||||
|
@ -336,6 +353,23 @@
|
|||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://eesh.github.io/scratch-test/">
|
||||
<header>
|
||||
<h2>Poppy Ergo Jr.</h2>
|
||||
<p class="author">Stefania Druga & Eesh Likhith</p>
|
||||
</header>
|
||||
<img src="images/extensions/poppy_small.png" />
|
||||
</a>
|
||||
<section class="description">
|
||||
<p>Control the Poppy Ergo Jr. robot</p>
|
||||
<a href="?url=https://eesh.github.io/scratch-test/examples/record_playback.sbx" data-action="load-url">Sample Project</a>
|
||||
<a href="https://eesh.github.io/scratch-test/" target="_blank">Documentation</a>
|
||||
</section>
|
||||
<section class="tags">
|
||||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=http://MrYsLab.github.io/rb4s/rb4s.js" data-action="load-url">
|
||||
<header>
|
||||
|
|
Reference in a new issue