-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·670 lines (650 loc) · 47.2 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
<!DOCTYPE html>
<!-- ==============================
Project: Niral Shah's personal website
Version: 1.0
Author: Niral Shah
http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
================================== -->
<html lang="en" class="no-js">
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8"/>
<title>Niral Shah</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="" name="description"/>
<meta content="" name="author"/>
<!-- GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css"/>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<!-- PAGE LEVEL PLUGIN STYLES -->
<link href="css/animate.css" rel="stylesheet">
<!-- THEME STYLES -->
<link href="css/layout.min.css" rel="stylesheet" type="text/css"/>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<!-- END HEAD -->
<!-- BODY -->
<body id="body" data-spy="scroll" data-target=".header">
<!--========== HEADER ==========-->
<header class="header navbar-fixed-top">
<!-- Navbar -->
<nav class="navbar" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="menu-container js_nav-item">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="toggle-icon"></span>
</button>
<!-- Logo -->
<div class="logo">
<a class="logo-wrap" href="#body">
<img class="logo-img logo-img-main" src="img/logo.png" alt="Asentus Logo">
<img class="logo-img logo-img-active" src="img/logo.png" alt="Asentus Logo">
</a>
</div>
<!-- End Logo -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-collapse">
<div class="menu-container">
<ul class="nav navbar-nav navbar-nav-right">
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#body">Home</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#about">About</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#experience">Experience</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#education">Education</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#work">Projects</a></li>
<li class="js_nav-item nav-item"><a class="nav-item-child nav-item-hover" href="#contact">Contact</a></li>
</ul>
</div>
</div>
<!-- End Navbar Collapse -->
</div>
</nav>
<!-- Navbar -->
</header>
<!--========== END HEADER ==========-->
<!--========== SLIDER ==========-->
<div class="promo-block parallax-window" data-parallax="scroll" data-image-src="img/1920x1080/01-smaller.png">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="promo-block-divider">
<h1 class="promo-block-title">Niral<br/> Shah</h1>
<p class="promo-block-text">Machine Learning Engineer @ Apple<br/></p>
<p class="promo-block-text">Passionate about Applied AI, ML Platforms & Technology </p>
</div>
<ul class="list-inline">
<li><a href="https://github.com/niral28" target="_blank" class="social-icons"><i class="icon-social-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/niral-shah" target="_blank" class="social-icons"><i class="icon-social-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/niral928/" target="_blank" class="social-icons"><i class="icon-social-instagram"></i></a></li>
<li><a href="https://www.dropbox.com/s/ogj91qzzomont1i/Niral_Resume.pdf?dl=0" target="_blank" class="social-icons"><i class="icon-paper-clip"></i></a></li>
</ul>
</div>
</div>
<!--// end row -->
</div>
</div>
<!--========== SLIDER ==========-->
<!--========== PAGE LAYOUT ==========-->
<!-- About -->
<div id="about">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Intro</h2>
<p>About Me</p>
</div>
</div>
<div class="col-sm-8 col-sm-offset-1">
<div class="margin-b-60">
<p>I'm Niral Shah, currently a Machine Learning Engineer at Apple! As someone with experience and skills in both Machine Learning & Software Engineering, my projects mostly focus around utlizing this combinations. Most recently, a Applied AI project I worked on at Apple, Handwashing Detection for the Apple Watch was announced. It is currently used by millions of Apple Watch users daily to maintain healthy habits while also helping to prevent the spread of sickness. In addition, I have been contributing to building up Apple's Machine Learning Platform, used daily by thousands of Apple Engineers to produce a variety of AI/ML projects.</p>
<p>Prior to joining Apple, I've built strong experience and skills, through internships at companies such as Apple Inc, Tesla Motors, The Boeing Company, and Verizon Wireless. In addition to working part-time at the Apple Store and as a Teaching Assistant at Rutgers & Duke University.</p>
<p>I completed my Master's in Engineering student at Duke University studying Computer Engineering with a focus in Machine Learning (Dec '18). Furthermore, I also graduated Rutgers Univeristy Magna Cum Laude in Electrical & Computer Engineering and Computer Science ('17').<p>
<p>I believe Machine Learning and Computer Vision in tandem with technologies like Augmented Reality are the future! Besides my passion for computer science, I also enjoy tennis, history, photography and traveling!</p>
</div>
<!-- Progress Box -->
<div class="progress-box">
<h5>Python <span class="color-heading pull-right"></span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="85"></div>
</div>
</div>
<div class="progress-box">
<h5>Java <span class="color-heading pull-right"></span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="85"></div>
</div>
</div>
<div class="progress-box">
<h5>Application Development - Python Flask, React JS, Java Springboot, iOS Swift <span class="color-heading pull-right"></span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="75"></div>
</div>
</div>
<div class="progress-box">
<h5>Deep Learning/Machine Learning (e.g. TensorFlow) <span class="color-heading pull-right"></span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="70"></div>
</div>
</div>
<div class="progress-box">
<h5>Database Technologies (Postgres, Solr, Spark, Kafka, MongoDB) <span class="color-heading pull-right"></span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="65"></div>
</div>
</div>
<div class="progress-box">
<h5>C/C++ <span class="color-heading pull-right"></span></h5>
<div class="progress">
<div class="progress-bar bg-color-base" role="progressbar" data-width="60"></div>
</div>
</div>
<!-- End Progress Box -->
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End About -->
<!-- Experience -->
<div id="experience">
<div class="bg-color-sky-light" data-auto-height="true">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Experience</h2>
<p>
This section briefly summarizes my professional work experience.<br>
</p>
</div>
</div>
<div class="col-md-8">
<div class="row row-space-2 margin-b-4">
<div class="col-md-3">
<div class="service" data-height="height">
<div class="service-element">
<img src="img/apple-icon.png" alt="boeing Logo"></img>
</div>
<div class="service-info">
<br>
<h4>Apple Inc.</h4>
<h5>Machine Learning Engineer</h5>
<h6>Feb. 2019 - Present (Fulltime)</h6>
<h6>Summer 2018 (Internship)</h5>
<h6>Nov. 2013 - May 2015 (Apple Store Genius Bar)</h5>
</div>
<a target="_blank" href="https://www.linkedin.com/in/niral-shah/" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-md-3 md-margin-b-3">
<div class="service" data-height="auto">
<div class="service-element">
<img src="img/tesla-icon.png" alt="Tesla Logo"></img>
</div>
<div class="service-info">
<br>
<h4>Tesla</h5>
<h5>Data Science/Software Intern</h5>
<h6>Summer 2017</h6>
<h6>Summer 2016</h6>
<br>
</div>
<a target="_blank" href="https://www.linkedin.com/in/niral-shah/" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-md-3">
<div class="service" data-height="auto">
<div class="service-element">
<img src="img/boeing-icon.png" alt="Boeing Logo"></img>
</div>
<div class="service-info">
<br>
<h4>Boeing</h3>
<h5>Software Engineering Intern</h5>
<h6>Summer 2015</h5>
<br>
<br>
</div>
<a target="_blank" href="https://www.linkedin.com/in/niral-shah/" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-md-3">
<div class="service" data-height="height">
<div class="service-element">
<img src="img/verizon-icon.png" alt="Verizon Logo"></img>
</div>
<div class="service-info">
<br>
<h4>Verizon</h4>
<h5>UX & Front-End Dev. Intern</h5>
<h6>Summer 2014</h5>
<br>
<br>
</div>
<a target="_blank" href="https://www.linkedin.com/in/niral-shah/" class="content-wrapper-link"></a>
</div>
</div>
<!--// end row -->
</div>
</div>
<!--// end row -->
</div>
</div>
</div>
<!-- End Experience -->
<!-- Education -->
<div id="education">
<div class="bg-color-sky-light" data-auto-height="true">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Education</h2>
<p>
This section briefly summarizes my education.<br>
</p>
</div>
</div>
<div class="col-md-8">
<div class="row row-space-2 margin-b-4">
<div class="col-md-6 md-margin-b-4">
<div class="service" data-height="auto">
<div class="service-element">
<img src="img/duke-logo.png" alt="Duke Logo"></img>
</div>
<div class="service-info">
<h4>Duke University</h4>
<h5>Master of Engineering '18 (Dec)</h5>
<h6>M. Eng in Computer Engineering with focus on Machine Learning </h6>
<p class="margin-b-5">
<li> Fellowship Recipient</li>
<li> Detecting Driveable Areas for Autonomous Vehicles (Arxiv) </li>
<li> Worked on creating Apparel Picking Robot for Dr. Kris Hauser (Duke Robotics) & Righthand Robotics</li>
</p>
</div>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-md-6 md-margin-b-4">
<div class="service" data-height="auto">
<div class="service-element">
<img src="img/rutgers-logo2.png" alt="Rutgers Logo"></img>
</div>
<div class="service-info">
<h4>Rutgers University</h4>
<h5>Bachelor of Science '17</h5>
<h6>B.S. in Electrical & Computer Engineering with <br> Double Major in Computer Science</h6>
<p class="margin-b-5">
<li> Presidential Scholarship Recipient</li>
<li> Graduated Magna Cum Laude </li>
<li> President of Rutgers IEEE </li>
<li> Member of the Engineering Honors Academy</li>
<li> Rutgers ECE Capstone: Augmented Reality Cooking. Placed 4th place/55 teams</li>
</p>
</div>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
<div class="col-md-6 md-margin-b-4">
<div class="service" data-height="auto">
<div class="service-element">
<img class="img-responsive" style="size:80%" src="img/stanford.png" alt="Rutgers Logo"></img>
</div>
<div class="service-info">
<h4>Stanford University</h4>
<h5>Professional Development Program</h5>
<h6>Graduate School Courses</h6>
<p class="margin-b-5">
<li>Fall 2020: Deep Learning Course (CS 230)</li>
<li>Final Project: Generative Techniques for Voice Conversion</li>
</div>
<a href="#" class="content-wrapper-link"></a>
</div>
</div>
</div>
<!--// end row -->
</div>
</div>
<!--// end row -->
</div>
</div>
</div>
<!-- End Education -->
<!-- Work -->
<div id="work">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Projects</h2>
<p>I build the real value.</p>
</div>
</div>
<div class="col-sm-8 col-sm-offset-1">
<!-- Masonry Grid -->
<div class="masonry-grid row row-space-2">
<div class="masonry-grid-sizer col-xs-6 col-sm-6 col-md-1"></div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-8 margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/800x400/handwash.png" alt="Handwashing">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Automatic Handwashing Detection</h3>
<span>Announced June 2020 (Apple WWDC)</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>Developed various Machine Learning models to detect Handwashing. In addition to modeling, worked on streamlining machine learning pipelines to process, analyze, and evaluate vast amounts of data efficiently. Participated in the complete development process: Data Collection, Featurization/Experimentation, Model iteration and release. The feature is used daily by millions of users to track and improve their handwashing habits! The feature was a high priority effort for Apple and was featured in Apple's WWDC 2020 Keynote!</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="https://www.youtube.com/watch?v=b0QiJVEn_lY">WWDC Keynote Announcement</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="https://techcrunch.com/2020/06/29/apple-began-work-on-the-watchs-hand-washing-feature-years-before-covid-19/">Media: Techcrunch Article</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="https://www.apple.com/watchos/watchos-7/">Apple WatchOS 7</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<img class="full-width img-responsive" src="img/397x300/handwashing_WatchOS7.gif" alt="Handwashing">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="img-responsive" style="width:50%;" src="img/397x300/core-ml.png" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Machine Learning Platforms</h3>
<span>Contributor to the Turi Machine Learning Platform at Apple</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>Working on the Turi Machine Learning Platform at Apple to help build large scale Machine Learning Systems, including a federated serach engine and experiments tracking service using Java Spring Boot, Python Flask, Spark, Kafka and various other technologies. The platform is used directly and indirectly by thousands of Apple Engineers.</p>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<img class="full-width img-responsive" src="img/397x300/turi.png" alt="Core ML">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x400/night-detection.png" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Detecting Driveable Areas for Autonomous Vehicles using the Berkeley Deep Drive Dataset</h3>
<span>Duke Master of Engineering Final Project</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>Autonomous driving is a challenging problem where there is currently an intense focus on research and development. Human drivers are forced to make thousands of complex decisions in a short amount of time,quickly processing their surroundings and moving factors. One of these aspects, recognizing regions on the road that are driveable is vital to the success of any autonomous system. This problem can be addressed with deep learning framed as a region proposal problem. Utilizing a Mask R-CNN trained on the Berkeley Deep Drive (BDD100k) dataset, we aim to see if recognizing driveable areas, while also differentiating between the car's direct (current) lane and alternative lanes is feasible.</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="https://arxiv.org/abs/1911.02740v1" >Read Paper (Arxiv)</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<img class="full-width img-responsive" src="img/397x300/results.png" alt="driveable_area_results">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xl-20 col-sm-8 col-md-4 md-margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x300/hololens.png" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Augmented Reality Cooking with Microsoft HoloLens</h3>
<span>Rutgers ECE Capstone Design, 4th Place Winner (out of 55+)</span>
<span><br>Served as the Lead Computer Vision Engineer</span>
</div>
<div class="row">
<iframe width="560" height="315" src="https://www.youtube.com/embed/L_8jOT16dkc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4 md-margin-b-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x300/rbs.png" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Rutgers Bus Times</h3>
<span>An iOS & Watch OS App on the Apple App Store. Peak 77 Downloads</span>
</div>
<div class="row">
<a class="watchaware_demo" href="https://watchaware.com/watch-apps" title="Apple WATCH App Demo from WatchAware" data-set="1099513797/120/10101/1/1/2/2"><img src="https://cdn-embed-v3.watchaware.com/v3/assets/images/watch-soul.png"></a>
<script src="https://cdn-embed-v3.watchaware.com/v3/assets/js/watchaware-demo-embed.js" async></script>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x300/autovc.png" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">Voice Conversion with Generative Techniques</h3>
<span>Stanford CS 230 Final Project</span>
</div>
<div class="row">
<div class="col-sm-12 sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>Adapting the techniques of Neural Style Transfer to enable Voice Conversion</p>
<iframe width="500" height="315" src="https://www.youtube.com/embed/mFmF104wlrw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="http://cs230.stanford.edu/projects_fall_2020/reports/55721255.pdf">Read Paper Here</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x400/ieee.png" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">President of Rutgers IEEE & Autonomous Quadcopter Team Lead</h3>
<span>President 2016-2017, Team Lead from 2015-2017</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>As President, I led Rutgers' largest Electrical & Computer Engineering Organization, overseeing a budget over nearly $20k. Under my tenure, IEEE had four primary goals, expanding our presence on campus, promoting practical technical skills - accomplished through workshops, networking sessions, and tech meetups, and participating and winning competitions.</p>
<p>As Autonomous Quadcopter Team Lead, I organized technical skill workshops and oversaw the development of an autonomous quadcopter that could travel across campus avoiding obstacles.</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="https://www.ece.rutgers.edu/ieee-e-board-history">Rutgers IEEE Executive Board</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="https://www.ece.rutgers.edu/node/833">Rutgers IEEE Robotics Team Places first Harvard PacBot Robotics</a></li>
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="https://www.ece.rutgers.edu/sites/default/files/newsletters/ECE_Newsletter_2017_Oct9_final_pages_150_dpi.pdf">My profile in the Rutgers ECE Newsletter (pg 6, 8, 12)</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<img class="full-width img-responsive" src="img/397x300/rutgersIEEE.png" alt="Quadcopter">
<img class="full-width img-responsive" src="img/397x300/rutgersIEEETeamLeads.jpeg" alt="Rutgers Team Leads">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-4">
<!-- Work -->
<div class="work work-popup-trigger">
<div class="work-overlay">
<img class="full-width img-responsive" src="img/397x300/fblaCheckPicture.jpeg" alt="Portfolio Image">
</div>
<div class="work-popup-overlay">
<div class="work-popup-content">
<a href="javascript:void(0);" class="work-popup-close">Hide</a>
<div class="margin-b-30">
<h3 class="margin-b-5">President of Future Business Leaders of America (HS)</h3>
<span>President 2012-2013</span>
</div>
<div class="row">
<div class="col-sm-8 work-popup-content-divider sm-margin-b-20">
<div class="margin-t-10 sm-margin-t-0">
<p>FBLA after the our 3rd Annual Mission: Life Charity Basketball Game, raising $6500 for Fellowship in Serving Humanity (F.I.S.H) and promoting awareness about homelessness and hunger to over 800 attendees. (Top of Page) A banner from our exciting Basketball Game for Ronald McDonald House Charities. In 2012 we successfully raised $5000 and raised awareness about children with disabilities. Our efforts led to an addition at Ronald McDonald House that would allow them to support even more children!</p>
<ul class="list-inline work-popup-tag">
<li class="work-popup-tag-item"><a class="work-popup-tag-link" href="https://sites.google.com/site/niralshah28/my-projects/fbla-community-service">Piscataway FBLA Community Service</a></li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="margin-t-10 sm-margin-t-0">
<img class="full-width img-responsive" src="img/397x300/swishForFish.png" alt="Swish for FISH">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Work -->
</div>
</div>
<!-- End Masonry Grid -->
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End Work -->
<!-- Contact -->
<div id="contact">
<div class="bg-color-sky-light">
<div class="container content-lg">
<div class="row">
<div class="col-sm-3 sm-margin-b-30">
<div class="text-right sm-text-left">
<h2 class="margin-b-0">Contact Info</h2>
</div>
</div>
<div class="col-sm-8 col-sm-offset-1">
<div class="row">
<div class="col-md-3 col-xs-6">
<h5>Email</h5>
<a href="mailto:#">niralshah928 at gmail.com</a>
</div>
<div class="col-md-3 col-xs-6">
<h5>Web</h5>
<a href="#">niral28.github.io</a>
</div>
<div class="col-md-3 col-xs-6">
<h5>LinkedIn</h5>
<a href="https://www.linkedin.com/in/niral-shah/">Profile</a>
</div>
</div>
</div>
</div>
<!--// end row -->
</div>
</div>
</div>
<!-- End Contact -->
<!--========== END PAGE LAYOUT ==========-->
<!--========== FOOTER ==========-->
<footer class="footer">
<div class="content container">
<div class="row">
<div class="col-xs-6">
<img class="footer-logo" src="img/logo.png" alt="Niral Logo">
</div>
</div>
<!--// end row -->
</div>
</footer>
<!--========== END FOOTER ==========-->
<!-- Back To Top -->
<a href="javascript:void(0);" class="js-back-to-top back-to-top">Top</a>
<!-- JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- CORE PLUGINS -->
<script src="vendor/jquery.min.js" type="text/javascript"></script>
<script src="vendor/jquery-migrate.min.js" type="text/javascript"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL PLUGINS -->
<script src="vendor/jquery.easing.js" type="text/javascript"></script>
<script src="vendor/jquery.back-to-top.js" type="text/javascript"></script>
<script src="vendor/jquery.smooth-scroll.js" type="text/javascript"></script>
<script src="vendor/jquery.wow.min.js" type="text/javascript"></script>
<script src="vendor/jquery.parallax.min.js" type="text/javascript"></script>
<script src="vendor/jquery.appear.js" type="text/javascript"></script>
<script src="vendor/masonry/jquery.masonry.pkgd.min.js" type="text/javascript"></script>
<script src="vendor/masonry/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL SCRIPTS -->
<script src="js/layout.min.js" type="text/javascript"></script>
<script src="js/components/progress-bar.min.js" type="text/javascript"></script>
<script src="js/components/masonry.min.js" type="text/javascript"></script>
<script src="js/components/wow.min.js" type="text/javascript"></script>
</body>
<!-- END BODY -->
</html>