Add Clarifai extension
This commit is contained in:
parent
19de07e650
commit
0123a10bd9
2 changed files with 17 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 |
17
index.html
17
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>
|
||||
|
|
Reference in a new issue