-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkankan.html
More file actions
207 lines (120 loc) · 5.64 KB
/
kankan.html
File metadata and controls
207 lines (120 loc) · 5.64 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Marwa's Website</title>
<!-- Bootstrap core CSS -->
<!--link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top " id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Marwa AlAlawi</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2 zoom" src="img/MarwaProfile.png" alt="MarwaImage">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cv.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0 ml-10">
<div class="container my-4">
</div>
<div class="container">
<!-- Portfolio Item Heading -->
<h1 class="my-4">KanKan
<small>'19</small>
</h1>
<!-- Portfolio Item Row -->
<div class="row">
<div class="col-sm">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://fab.cba.mit.edu/classes/863.18/EECS/people/marwa/FinalProject.html" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<a href= "http://fab.cba.mit.edu/classes/863.18/EECS/people/marwa/FinalProject.html"> <p class="my-3 table-bordered"> ↑ Read the full documentation of KanKan here ↑</p></a>
<hr>
<br>
<div class="container">
<div class="row">
<div class="col">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hxZpQFRRbLA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<h3 class="my-4">Project Description</h3>
<p class="text-justify">“KanKan” is an individually built device, from scratch*, to aid Japanese language learners like myself through converting Japanese Kanji charcaters to Japanese Katakana characters. KanKan utilizes
Optical Character Recognition by taking pictures of the printed Japanese kanji text,
and returns on an LCD screen the same word but expressed in the phoneticized Katakana Japanese characters
. For this product, I used a combination of the Tesseract OCR platform, a PCB designed by me
including an ATMega, a RPI, a RPI Camera Module, and an LCD screen. The primary computer language used for
coding was python. KanKan was displayed and live demoed at the MIT Media Lab, and received the praise
and recognition of Media Lab Professor Neil Gershenfeld.</p>
<h3 class="my-3">Project Keywords</h3>
<ul>
<li>Product Design</li>
<li>Optical Character Recognition (OCR)</li>
<li> 3D printing</li>
<li> Printed Circuit Board Design</li>
<li> Raspberry Pi</li>
<li>Python & Database refinment</li>
</ul>
</div>
<div class="col-sm">
</div>
</div>
</div>
<!-- /.row -->
<!-- Related Projects Row -->
<h3 class="my-4">Project Gallery</h3>
<div class="row">
<div class="col-md-4 col-sm-6 mb-4">
<a href="#">
<img class="img-fluid" src="img/KanKan_port1.jpg" alt="">
</a>
</div>
<div class="col-md-4 col-sm-6 mb-4">
<a href="#">
<img class="img-fluid" src="img/LCD_inner.png" alt="">
</a>
</div>
<div class="col-md-5 col-sm-6 mb-4">
<a href="#">
<img class="img-fluid" src="img/schematic_final_board.png" alt="">
</a>
</div>
</div>
<!-- /.row -->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>