-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
executable file
·244 lines (226 loc) · 13.3 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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Maker Kits are a collection of DIY open source templates to connect to IBM AI services in a fun way. TJBot is the first maker kit in the collection and was created by Maryam Ashoori at IBM Research as an experiment to find the best practices in the design and implementation of cognitive objects. TJBot is affectionately named after Thomas J. Watson, the first Chairman and CEO of IBM.">
<meta name="author" content="Maryam Ashoori">
<title>IBM TJBot</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- Custom styles for this template -->
<link href="dist/css/tjbot.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="dist/libs/html5shiv.min.js"></script>
<script src="dist/libs/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<nav class="navbar navbar-reversed navbar-fixed-top bar">
<div class="navbar-header ">
<div class="tjheaderbox" href="#">
<span class="tjheader"> <span class="watson"></span> Maker Kits </span> <span class="byibm"></span>
</div>
</div>
<div id="navbar" class="navbar-collapse">
<ul class=" nav navbar-nav navbar-right">
<li><a href="#gettj" id="gettjlink" class="active">Build TJBot</a></li>
<li><a href="https://github.com/ibmtjbot/tjbot" target="_blank">Recipes</a></li>
<li><a href="https://github.com/jweisz/tjbot-playground">Playground</a></li>
</ul>
</div><!--/.navbar-collapse -->
</nav>
</div>
<div class="img-fluid animate4s" id="overview">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="nametj darktitle">
Hi, my name is TJBot!
</p>
<p class="darktitle opensource toppadding15">
I'm <a href="https://github.com/ibmtjbot/tjbot" target="_blank"> an open source project</a> designed to help you use artificial intelligence services </a> in a fun way.
You can laser cut or 3D print me, then use one of my recipes to bring me to life!
</p>
<p class="darktitle opensource toppadding15">
I can't wait to see what we do together! #TJBot
</p>
</div>
<div class="col-md-4 jumbo col-sm-offset-2" id="fade">
<img class="bottom" src="images/tjline2.png">
<img class="top" src="images/laserTJ.png">
</div>
</div>
</div>
</div>
<div class="gettjrowback" id="gettj">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="nametj darktitle">Build TJBot</h1>
<p class="darktitle opensource toppadding15">
You can download the design files and laser cut or 3D print yours, or purchase TJBot from one of his supplier friends.
</p>
</div>
</div>
<div class="row toppadding15">
<div class="col-md-3">
<div class="thumbnail">
<img src="images/texas.jpg">
<div class="caption">
<h3>Laser cut</h3>
<p>
<a href="images/TJBotLasercutLines.zip" target="_blank" class="btn btn-default" role="button">Design files <span class="glyphicon glyphicon-share" aria-hidden="true"></span></a>
</p><p>
<a href="http://www.instructables.com/id/Build-TJ-Bot-Out-of-Cardboard/" target="_blank" class="btn btn-default" role="button">Instructions <span class="glyphicon glyphicon-share" aria-hidden="true"></span></a>
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img src="images/3dprint.png">
<div class="caption">
<h3>3D Print</h3>
<p><a href="images/TJBot3DPrintFiles.zip" target="_blank" class="btn btn-default" role="button">Design files <span class="glyphicon glyphicon-share" aria-hidden="true"></span></a></p>
<p><a href="https://www.instructables.com/id/Build-a-3D-Printed-TJBot/" target="_blank" class="btn btn-default" role="button">Instructions <span class="glyphicon glyphicon-share" aria-hidden="true"></span></a></p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="thumbnail">
<img src="images/adafruit.jpg">
<div class="caption">
<h3>Purchase</h3>
<p><a href="https://www.sparkfun.com/tjbot" target="_blank" class="btn btn-default" role="button">Sparkfun <span class="glyphicon glyphicon-share" aria-hidden="true"></span></a>
<a href="https://www.adafruit.com/product/3462" target="_blank" class="btn btn-default" role="button">Adafruit <span class="glyphicon glyphicon-share" aria-hidden="true"></span></a>
</p>
<p><a href="https://arduino-shop.eu/arduino-platform/5018-tjbot-cz-kit.html" target="_blank" class="btn btn-default" role="button">Arduino-Shop <span class="glyphicon glyphicon-share" aria-hidden="true"></span></a>
<a href="http://texlaser.com" target="_blank" class="btn btn-default" role="button">Lasercut <span class="glyphicon glyphicon-share" aria-hidden="true"></span></a>
</p>
</div>
</div>
</div>
</div>
<div class="tjrow"></div>
</div>
</div>
<div class="container" id="assembly">
<div class="row">
<div class="col-md-4 jumbo">
<img src="images/assembly.png">
</div>
<div class="col-md-2"></div>
<div class="col-md-6">
<p class="darktitle opensource toppadding15">There are a number of components you can add to TJBot to bring him to life. <br>Not all of these are required for all recipes. </p>
<table class="table">
<tbody>
<tr><td> <a href="https://www.amazon.com/Raspberry-Pi-MS-004-00000024-Model-Board/dp/B01LPLPBS8/ref=sxin_3_ac_d_rm?keywords=Raspberry+Pi+3&pd_rd_i=B01LPLPBS8&pd_rd_r=bea97c94-85c0-45ed-9a61-14903cbca80a&pd_rd_w=DIUwj&pd_rd_wg=fC5no&pf_rd_p=0bc35c17-1e0d-4808-b361-20ab11b00973&pf_rd_r=T9XSA5QZBV91S456PR25&qid=1560194725&s=gateway" target"_blank">Raspberry Pi 3</a> + <a href="https://www.amazon.com/Raspberry-Preloaded-NOOBS-Pre-installed-Class/dp/B07169XCD4/ref=sr_1_1?s=electronics&ie=UTF8&qid=1532531371&sr=1-1&keywords=16gb+noobs+card" target"_blank">SD card preloaded with NOOBS.</a> <br>This is a required component to make TJBot work! 🤖 </td></tr>
<tr><td> <a href="https://www.amazon.com/gp/product/B00IR8R7WQ/" target"_blank">USB Microphone.</a><br>Other brands of USB microphones should also work.</td></tr>
<tr><td> <a href="" target"_blank">Mini Bluetooth Speaker.</a><br>Any small speaker with either a 3.5mm audio jack or Bluetooth will work. Note that if you are using the 3.5mm audio jack, you may wish to add a USB Audio Adapter to avoid audio interference with the LED.</td></tr>
<tr><td> <a href="https://www.amazon.com/RioRand-micro-Helicopter-Airplane-Controls/dp/B00JJZXRR0/" target"_blank">Servo Motor.</a><br>Note that the red (middle) wire is 5v, the brown wire is ground, and the orange wire is data.</td></tr>
<tr><td> <a href="https://www.adafruit.com/product/1734" target"_blank">NeoPixel RGB LED (8mm).</a><br>If you are using other kinds of LEDs, you may need to add a resistor; this LED doesn’t require one.</td></tr>
<tr><td> <a href="https://www.amazon.com/dp/B00KOL5BCC/" target"_blank">Female-to-female</a> + <a href="https://www.amazon.com/dp/B00PBZMN7C/"> female-to-male jumper wires.</a><br>TJBot will only need 3 of each type, so you’ll have extra.</td></tr>
<tr><td> <a href="https://www.amazon.com/dp/B01ER2SKFS/" target"_blank">Raspberry Pi Camera.</a> Either the 5MP or 8MP camera will work.</td></tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="reciperowback" id="recipes">
<div class="container">
<div class="row" >
<div class="col-md-6">
<p class="nametj darktitle">
Bring TJBot to life!
</p>
<p class="darktitle opensource toppadding15">
<a href="https://github.com/ibmtjbot/tjbot/tree/master/recipes" target="_blank">Recipes</a> are step by step instructions to help you connect your TJBot to IBM Watson and AI services, such as <a href="https://www.ibm.com/watson/services/speech-to-text/" target="_blank">Speech to Text,</a><a href="https://www.ibm.com/watson/services/visual-recognition/" target="_blank"> Visual Recognition,</a><a href="https://www.ibm.com/watson/services/language-translator/" target="_blank"> and Language Translator</a>.
The recipes are designed based on a Raspberry Pi.
You can either run one of the available recipes or create your own.
</p>
<p class="darktitle opensource toppadding15">
View recipes on <a href="https://github.com/ibmtjbot/tjbot" target="_blank" >github</a> and <a href="https://www.instructables.com/member/TJBot/" target="_blank">Instructables.</a>
</p>
</div>
<div class="col-md-6 jumbo">
<img src="images/TJPink.png">
</div>
</div>
<div class="tjrow"></div></div>
</div>
<div class="contributerowback" id="swift">
<div class="container">
<div class="tjrow"></div>
<div class="row">
<div class="col-md-6">
<p class="nametj darktitle">
Join Tinker in the Swift Playground
</p>
<p class="darktitle opensource toppadding15">
Help Tinker, the virtual TJBot, in his quest to become a real robot. <a href="https://www.ibm.com/blogs/research/2017/12/tjbot-goes-digital/" target"_blank">Pick up an iPad and try TJBot Playground!</a>
</p>
</div>
<div class="col-md-6 jumbo">
<img src="images/swiftplayground.png">
</div>
</div>
<div class="tjrow"></div>
</div>
</div>
<div class="contributerowback" id="contribute">
<div class="container">
<div class="row" >
<div class="col-md-3 aboutimg">
<img src="images/tjbotLINES.png" >
</div>
<div class="col-md-9">
<h1 class="nametj darktitle">Contribute to TJBot</h1>
<p class=" darktitle opensource toppadding15">
TJBot is open source and we'd love to see what you can make with it. If you have created your own recipe, we would love to include it as a <a href="https://github.com/ibmtjbot/tjbot/tree/master/featured" target="_blank">featured recipe!</a>
</p>
<p class=" darktitle opensource toppadding15">
We can't wait to see what you build with TJBot!
</p>
</div>
</div>
<div class="tjrow"></div>
</div>
</div>
<div id="about">
<div class="container">
<div class="tjrow"></div>
<div class="row" >
<div class="col-md-12">
<p class=" darktitle opensource toppadding15">
IBM Watson Maker Kits are a collection of DIY open source templates to connect to Watson services in a fun way.
TJBot is the first maker kit in the collection and was created by <a href="https://github.com/maryamashoori">Maryam Ashoori</a> at <a href=" http://www.research.ibm.com">IBM Research</a> as an experiment to find the best practices in the design and implementation of cognitive objects. TJBot was born on November 9, 2016 via <a href="https://www.ibm.com/blogs/research/2016/11/calling-makers-meet-tj-bot/">this blog post</a>. He was affectionately named after Thomas J. Watson, the first Chairman and CEO of IBM.
</p>
<p class=" darktitle opensource toppadding15">
For technical issues, please create a <a href="https://github.com/ibmtjbot/tjbot/issues"> Github issue</a>.
</p>
</div>
</div>
<div class="tjrow"></div>
</div>
</div>
<div id="IBMfooter">
<footer class="footerback"> </footer>
</div>
<script>
// When the user scrolls down 20px from the top of the document, slide down the navbar
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("navbar").style.top = "0";
} else {
document.getElementById("navbar").style.top = "-50px";
}
}
</script>
</body>
</html>