-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
940 lines (903 loc) · 43.6 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
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
<!DOCTYPE html>
<html lang="en">
<head>
<title>Shahariar Rabby | Machine Learning Deep Learning Engineer & Data Scientist - rabby.dev</title>
<meta name="description" content="Ekush is the largest dataset of handwritten Bangla characters for research on handwritten Bangla character recognition. Download the dataset, view stats, and learn more about our research.">
<meta name="keywords" content="machine learning, deep learning, data scientist, Shahariar Rabby, Rabby.dev">
<meta name="author" content="Shahariar Rabby">
<link rel="canonical" href="https://rabby.dev/">
<meta content="text/html; charset=utf-8" http-equiv=content-type>
<meta charset=UTF-8>
<meta content="IE=edge,chrome=1" http-equiv=X-UA-Compatible>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name=viewport>
<link href=asset/img/emojis/technologist.png hreflang=en-us rel=icon type=image/png>
<meta content="Shahariar Rabby | Machine Learning Deep Leaning Engineer & Data Scientist" property=og:title>
<meta content="One of my greatest strengths is my ability to make the conceptual practical to a computer program."
property=og:description>
<meta content=website property=og:type>
<meta content=index.html property=og:url>
<meta content="Shahariar Rabby" property=og:site_name>
<meta content=asset/img/og.png property=og:image>
<meta content=1716 property=og:image:width>
<meta content=960 property=og:image:height>
<meta content=image/png property=og:image:type>
<meta content=en_US property=og:locale>
<meta content=Qo9tHL_xKckLnURZ4SEN21J-BfXu_rTvU_QkOt_nTXE name=google-site-verification>
<meta content="175348084BEABFC3531291A6870B7A38" name="msvalidate.01"/>
<meta content="Machine Learning software engineer and Data Scientist focused on building intelligent interfaces and experiences"
name=description>
<meta content="machine learning,deep learning,data scientist,development,web,shahariar,rabby,shahariarrabby,ekush,bangla,sust,best paper,DIIT,IEMIS,BornoNet,ICACC,Souhardo"
name=keywords>
<meta content="Shahariar Rabby | Machine Learning Deep Leaning Engineer & Data Scientist" itemprop=name>
<meta content="One of my greatest strengths is my ability to make the conceptual practical to a computer program."
itemprop=description>
<meta content=asset/img/og.png itemprop=image>
<meta content=summary name=twitter:card>
<meta content=index.html name=twitter:url>
<meta content=@shahariarrabby name=twitter:site>
<meta content=@shahariarrabby name=twitter:creator>
<meta content="Shahariar Rabby | Machine Learning Deep Leaning Engineer & Data Scientist" name=twitter:title>
<meta content="Machine Learning Deep Learning software engineer and Data Scientist focused on building creative interfaces and experiences"
name=twitter:description>
<meta content=asset/img/og.png name=twitter:image:src>
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel=stylesheet>
<link href=asset/css/main.css hreflang=en-us rel=stylesheet>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2ZMDPR2Y1X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-2ZMDPR2Y1X');
</script>
<body>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2ZMDPR2Y1X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-2ZMDPR2Y1X');
</script>
<div id="site">
<div class=switch-wrapper>
<div class=sun></div>
<div class=toggle-wrapper>
<input id="switch" type=checkbox> <label for=switch id=toggle>Toggle</label>
</div>
<div class="moon"></div>
</div>
<header class="intro">
<h1 class=intro__hello>Hello! <span class="emoji wave-hand animated"></span></h1>
<h2 class=intro__tagline>I'm <span class=name>Shahariar Rabby</span>, self taught Machine Learning, Deep
Learning, Data Scientist & software engineer focused on building intelligent machine with creative
interfaces & experiences <span class="emoji technologist"></span></h2>
<h3 class=intro__contact><span>Get in touch</span> <span class="emoji pointer"></span> <span><a
class=highlight-link href=mailto:shahariarrabby[at]gmail.com target=_blank><span class=__cf_email__>shahariarrabby[at]gmail.com</span></a></span>
</h3>
</header>
<section class="section background">
<div class=section__title>
Background
</div>
<div class=section__content>
<p>Currently I am working at <a class=underline-link
href="https://www.uab.edu/medicine/lunghealth/"
target="_blank">UAB Lung Health Center</a> as a Graduate Research Assistance
and Ph.D. student working under the advisement of <a class=underline-link
href="https://sites.uab.edu/czhang02/"
target="_blank">Dr. Chengcui Zhang</a>
at <a class=underline-link
href="https://uab.edu"
target="_blank">The University of
Alabama at Birmingham</a>. My research focuses on Computer Vision, Machine Learning, Deep Learning
and Data
Science. One of my greatest strengths is my ability to make the conceptual practical to a computer
program. </p>
<p>
Previously I was working as a Team Lead (Machine Learning) at <a class=underline-link
href="http://apurba.com.bd"
target="_blank">Apurba Technologies
Ltd.</a>, and
Senior Research Scientist (Computer Vision & AI Initiatives) at <a class=underline-link
href=https://sites.google.com/diu.edu.bd/diunlp-rl
target=_blank>CiLab and DIU NLP & ML
Research
Lab,</a> building things for
the Bangla Language with some awesome people.</p>
<p>Being a Machine learning enthusiast, I enjoy bridging the gap between engineering and AI —
combining
my technical knowledge with my keen heart for mankind to creates intelligent product. My goal is to
build applications that are scalable and efficient under the hood while providing engaging,
pixel-perfect user experiences.</p>
<p><strong>When I'm not in front of a computer screen</strong>, I'm probably watching movies, reading books,
or crossing off another item on my bucket list. I am always happy to talk about research, outdoor
activities, fieldwork, STEM equity, or science communication. Whether looking for a
research collaborator or movie partner, do not hesitate to email me and/or follow me on social
media.</p>
<a class=status href=https://drive.google.com/file/d/1wD8d6wYMl57SwmSHfMFz0QmXada3kchD
target=_blank>
<div class=status__light>
<div class=status__light__ring></div>
<div class=status__light__led></div>
</div>
<div class='underline-link status__message'>
View My Resume!
</div>
</a>
</div>
</section>
<section class="section skills">
<div class=section__title>
Skills
</div>
<div class=section__content>
<div class=skillz>
<div class=skillz__category>
<div class=skillz__category__label>
Languages
</div>
<ul>
<li class=skillz__category__item>Python</li>
<li class=skillz__category__item>C</li>
<li class=skillz__category__item>HTML</li>
<li class=skillz__category__item>CSS/Sass</li>
<li class=skillz__category__item>PHP</li>
<li class=skillz__category__item>SQL</li>
<li class=skillz__category__item>JAVA</li>
</ul>
</div>
<div class=skillz__category>
<div class=skillz__category__label>
Frameworks
</div>
<ul>
<li class=skillz__category__item>Keras</li>
<li class=skillz__category__item>Tensorflow</li>
<li class=skillz__category__item>Pytorch</li>
<li class=skillz__category__item>Laravel</li>
<li class=skillz__category__item>Django</li>
<li class=skillz__category__item>Flask</li>
<li class=skillz__category__item>Fast Api</li>
</ul>
</div>
<div class=skillz__category>
<div class=skillz__category__label>
Tools
</div>
<ul>
<li class=skillz__category__item>Git & Github</li>
<li class=skillz__category__item>Bash</li>
<li class=skillz__category__item>Latex</li>
</ul>
</div>
<div class=skillz__category>
<div class=skillz__category__label>
Design
</div>
<ul>
<li class=skillz__category__item>Photoshop</li>
<li class=skillz__category__item>Ilistrator</li>
<li class=skillz__category__item>Lightroom</li>
<li class=skillz__category__item>Adobe XD</li>
<li class=skillz__category__item>User Testing</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section experience">
<div class=section__title>
Professional Experience
</div>
<div class=section__content>
<div class=jobs>
<div class=job>
<div class=time-place>
<div class=job__company>
<a>Graduate Research Assistance</a>
</div>
<div class=job__time>
Jan 2022 - Present
</div>
</div>
<div class=job__position>
UAB Lung Health Center, University of Alabama at Birmingham.
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a>Blazer Fellow (CS)</a>
</div>
<div class=job__time>
Aug 2021 - Present
</div>
</div>
<div class=job__position>
University of Alabama at Birmingham.
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a>Team Lead (Machine Learning)</a>
</div>
<div class=job__time>
May 2021 - Aug 2021
</div>
</div>
<div class=job__position>
Apurba Technologies Ltd.
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a>Machine Learning Engineer</a>
</div>
<div class=job__time>
Oct 2019 - Apr 2021
</div>
</div>
<div class=job__position>
Apurba Technologies Ltd.
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a>Lecturer (Part-time)</a>
</div>
<div class=job__time>
Jan 2019 - Dec 2020
</div>
</div>
<div class=job__position>
Dept. of CSE. Daffodil International University
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a>Developer - Artificial Intelligence</a>
</div>
<div class=job__time>
May 2019 - Oct 2019
</div>
</div>
<div class=job__position>
Genex Digital
</div>
</div>
</div>
</div>
</section>
<section class="section experience">
<div class=section__title>
Volunteer Experience
</div>
<div class=section__content>
<div class=jobs>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href=https://www.facebook.com/cilabbd target=_blank>Computational Intelligence Lab
(CiLab) Lab.</a>
</div>
<div class=job__time>
Jun 2020 - Present
</div>
</div>
<div class=job__position>
Supervisors (Computer Vision).
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href=https://sites.google.com/diu.edu.bd/diunlp-rl target=_blank>DIU NLP and Machine
Learning Research LAB</a>
</div>
<div class=job__time>
Oct 2017 - Present
</div>
</div>
<div class=job__position>
International Collaborator (Computer Vision & AI).
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href=https://www.facebook.com/BSAatUABtarget=_blank>Bangladeshi Student Association at
UAB, AL, USA.</a>
</div>
<div class=job__time>
Jan 2022 - Dec 2022
</div>
</div>
<div class=job__position>
Communication Officer.
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href=http://souhardo.org target=_blank>The World Games 2022, AL, USA.</a>
</div>
<div class=job__time>
Jul 2022 - Jul 2022
</div>
</div>
<div class=job__position>
TWG IT Volunteer.
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href=http://souhardo.org target=_blank>Souhardo</a>
</div>
<div class=job__time>
Sep 2016 - Mar 2018
</div>
</div>
<div class=job__position>
Executive Member
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a>Play with Python</a>
</div>
<div class=job__time>
Jan 2018 - Apr 2018
</div>
</div>
<div class=job__position>
Teacher & Mentor
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a>UC Browser</a>
</div>
<div class=job__time>
Jun 2016 - Dec 2017
</div>
</div>
<div class=job__position>
Campus Volunteer
</div>
</div>
</div>
</div>
</section>
<section class="section experience">
<div class=section__title>
Selected Publications
</div>
<div class=section__content>
<div class=jobs>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href='https://doi.org/10.1016/j.procs.2018.10.426'
target=_blank>BornoNet: Bangla Handwritten Characters Recognition Using Convolutional
Neural Network</a>
</div>
</div>
<div class=job__position>
<a class=small href=https://www.icpr2022.com>ICACC-2018</a>
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href='https://doi.org/10.1007/978-981-13-9187-3_14'
target=_blank>Ekush: A Multipurpose and Multitype Comprehensive Database for Online
Off-line Bangla Handwritten Characters</a>
</div>
</div>
<div class=job__position>
<a class=small href="https://drive.google.com/open?id=18TXk8DgCFME5KjTvvyWFsqt7jTrK2xLb">🏆 Won
Best Paper Award at rtip2r 2018 🏆</a>
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href='https://doi.org/10.1109/ICTAI52525.2021.00150'
target=_blank>Disease Modeling with a Forest Deep Neural Network Utilizing NLP and a
Virtualized Clinical Semantic Network </a>
</div>
</div>
<div class=job__position>
<a class=small href=https://ictai.computer.org/2021>ICPR 2022</a>
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href='https://www.sciencedirect.com/science/article/pii/S1877050918321355' target=_blank>EkushNet:
Using Convolutional Neural Network for Bangla
Handwritten Recognition</a>
</div>
</div>
<div class=job__position>
ICACC 2018
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href='https://www.sciencedirect.com/science/article/pii/S1877050918321203' target=_blank>A
Universal Way to Collect and Process Handwritten Data for Any
Language</a>
</div>
</div>
<div class=job__position>
ICACC 2018
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href='https://link.springer.com/chapter/10.1007%2F978-981-13-1951-8_11' target=_blank>Bangla
Handwritten Digit Recognition using Convolutional Neural
Network</a>
</div>
</div>
<div class=job__position>
<a class=small href=https://drive.google.com/open?id=13C14JBuBiynZq-zvaOi4hLLRdhJTJnS7>🏆 Won
Best Best Paper Award at IEMIS 2018 🏆</a>
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href='https://ieeexplore.ieee.org/abstract/document/9005696' target=_blank>
Sankhya: An Unbiased Benchmark for Bangla Handwritten Digits Recognition</a>
</div>
</div>
<div class=job__position>
IEEE BigData 2019
</div>
</div>
<a class=arrow-link href='https://scholar.google.com/citations?user=_Rm1Xk4AAAAJ&hl=en'>Read all
Publication</a>
</div>
</div>
</section>
<section class="section experience">
<div class=section__title>
Achievement
</div>
<div class=section__content>
<div class=jobs>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href=#
target=_blank>Graduate Dean Scholarship
</a>
</div>
<div class=job__time>
Aug 2022
</div>
</div>
<div class=job__position>
Recipient of the 2022 UAB National Alumni Society Graduate School
Dean’s Scholarship.
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://www.uab.edu/cas/computerscience/graduate-programs/financial-aid"
target=_blank>Blazer Fellowship
</a>
</div>
<div class=job__time>
Aug 2021
</div>
</div>
<div class=job__position>
Received Prestigious Blazer Fellowship from UAB
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href=# target=_blank>IBM-Centre
of Excellence
</a>
</div>
<div class=job__time>
May 2019
</div>
</div>
<div class=job__position>
Developed a Minimum Viable product (MVP), To Build a ChatBotUsing IBM Watson.(Mentored by IBM)
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://drive.google.com/open?id=18TXk8DgCFME5KjTvvyWFsqt7jTrK2xLb" target=_blank>Best
Paper Award at rtip2r
</a>
</div>
<div class=job__time>
Dec 2018
</div>
</div>
<div class=job__position>
International Conference on Recent Trends in <br>Image Processing & Pattern Recognition (rtip2r)
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://drive.google.com/file/d/1wQd9yzIMS7wCOloxspgFj-WDA9KtbxJ3/view?usp=sharing"
target=_blank>
Best Student Research Awards 2019 </a>
</div>
<div class=job__time>
Mar 2020
</div>
</div>
<div class=job__position>
Daffodil International University
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://drive.google.com/open?id=17avyUc3V1IUZNUbxkOcSFBxf4RTnKnNJ" target=_blank>
Certification of Outstanding Research contribution </a>
</div>
<div class=job__time>
Nov 2018
</div>
</div>
<div class=job__position>
DIU NLP and Machine Learning Research lab
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://drive.google.com/open?id=1WH1pXn5dFLd3m3lj_otgxkMZqln2CE15" target=_blank>Certificate
of parenting the paper EkushNet</a>
</div>
<div class=job__time>
Sep 2018
</div>
</div>
<div class=job__position>
8th International Conference on Advances in Computing <br>And Communications (ICACC 2018)
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://drive.google.com/open?id=1IVqL8NbW-_Ttt0i2sSfXnuW08266xW7b" target=_blank>
Competition of Bangla Handwriting Digit Recognition</a>
</div>
<div class=job__time>
Jul 2018
</div>
</div>
<div class=job__position>
Banglai.ai
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://drive.google.com/open?id=1Y7Ym53N5uow26XYbF3g3s3FhzkhL4806" target=_blank>
Business Communication</a>
</div>
<div class=job__time>
Jul 2018
</div>
</div>
<div class=job__position>
Daffodil International University
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://drive.google.com/open?id=1QTYmpjvF560JRXqiB1O4HyJJAAVAGqFt" target=_blank>
Participator of 11th South Asian Game</a>
</div>
<div class=job__time>
Feb 2010
</div>
</div>
<div class=job__position>
Gov. of Bangladesh
</div>
</div>
<a class=arrow-link href=achievement.html target=_blank>More Achievements </a>
</div>
</div>
</section>
<section class="section experience">
<div class=section__title>
Certification
</div>
<div class=section__content>
<div class=jobs>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href=https://www.coursera.org/account/accomplishments/specialization/AMF84V5K4RWT
target=_blank>Deep Learning Specialization</a>
</div>
<div class=job__time>
Feb 2018
</div>
</div>
<div class=job__position>
Coursera
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://www.coursera.org/account/accomplishments/verify/RGQ4P7T9CMQP"
target=_blank>Machine
Learning</a>
</div>
<div class=job__time>
Aug 2017
</div>
</div>
<div class=job__position>
Coursera
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://www.coursera.org/account/accomplishments/verify/NYQNZY5CJN6F"
target=_blank>Learning
How to Learn</a>
</div>
<div class=job__time>
Jun 2017
</div>
</div>
<div class=job__position>
Coursera
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://www.udemy.com/certificate/UC-VZZL4G3M/" target=_blank>
PYTHON - A to Z Full Course for Beginners</a>
</div>
<div class=job__time>
May 2015
</div>
</div>
<div class=job__position>
Udemy
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://www.udemy.com/certificate/UC-GFUNH3M9/" target=_blank>
Bootstrap 4 Quick Start: Code Modern Responsive Websites</a>
</div>
<div class=job__time>
Mar 2017
</div>
</div>
<div class=job__position>
Udemy
</div>
</div>
<div class=job>
<div class=time-place>
<div class=job__company>
<a href="https://www.udemy.com/certificate/UC-7NF966Z1/" target=_blank>
Adobe Illustrator: Mastering the Fundamentals</a>
</div>
<div class=job__time>
Dec 2016
</div>
</div>
<div class=job__position>
Udemy
</div>
</div>
<a class=arrow-link href=certification.html target=_blank>More Certificates</a>
</div>
<a class=arrow-link href=https://drive.google.com/file/d/1wD8d6wYMl57SwmSHfMFz0QmXada3kchD target=_blank>View
My Resume</a>
</div>
</section>
<section class="section featured-projects">
<div class=section__title>
Featured Projects
</div>
<div class=section__content>
<div class="project blistabloc">
<figure class=project__pic>
<a href=ekush/index.htm target=_blank><img alt src=asset/img/featured/blistabloc/blistabloc.png></a>
</figure>
<figcaption class=project__caption>
<div class=project__name>
<a href=ekush/index.htm target=_blank>Ekush</a>
</div>
<p>Ekush the largest dataset of handwritten Bangla characters with 367,018 isolated handwritten
characters written by 3086 unique writers which include verity of the district, age group and
the equal number of male and female.</p>
</figcaption>
</div>
<div class="project blistabloc">
<figure class=project__pic>
<a href=https://github.com/ShahariarRabby/CarND_Capstone target=_blank><img alt
src=asset/img/featured/CarND_Capstone/carnd.gif></a>
</figure>
<figcaption class=project__caption>
<div class=project__name>
<a href=https://github.com/ShahariarRabby/CarND_Capstone target=_blank>Self Driving Car
NanoDegree</a>
</div>
<p>The main goal for this project was to program a car to drive through a controlled course which
included traffic lights. The car was to be able to drive through the track, while stopping at
the appropriate lights. We were able to test the code through a simulator as seen below.</p>
</figcaption>
</div>
<div class="project screentime">
<figure class="project__pic phones">
<a href=http://gymxx.herokuapp.com target=_blank>
<div class=phone><img alt src=asset/img/featured/screentime/blistabloc.png></div>
</a>
</figure>
<figcaption class=project__caption>
<div class=project__name>
<a href="http://gymxx.herokuapp.com/" target=_blank>GYMX</a>
</div>
<p>GYMX an online gym management tool build with Laravel which build a bridge between gym customer
and trainer. Also it digitalized the whole system by online payment, task, chat and alert
etc.</p>
</figcaption>
</div>
<div class="project interventions">
<figure class=project__pic>
<a href="https://isharalipi.sanzidscloud.com" target=_blank><img alt
src=asset/img/featured/interventions/interventions.png></a>
</figure>
<figcaption class=project__caption>
<div class=project__name>
<a href="https://isharalipi.sanzidscloud.com" target=_blank>ISHARA-LIPI</a>
</div>
<p>ISHARA-LIPI is the first multipurpose comprehensive open access isolated characters and digits
dataset for Bangla Sign Language(BdSL)</p>
</figcaption>
</div>
</div>
</section>
<section class="section other-projects">
<div class=section__title>
Other Projects
</div>
<div class=section__content>
<div class=project>
<div class=project__name>
<a class=arrow-link href="https://github.com/shahariarrabby/Bangla_Digit_Recognition_CNN"
target=_blank>Bangla Digit
Recognition</a>
</div>
<p>A machine learning model to recognize Bangla handwritten digits.</p>
<div class=project__used>
<span class=project__used__item>Keras</span> <span class=project__used__item>Tensorflow</span>
<span class=project__used__item>Python</span> <span class=project__used__item>Cuda</span>
</div>
</div>
<div class=project>
<div class=project__name>
<a class=arrow-link href="https://github.com/shahariarrabby/Mnist_cnn_Swish" target=_blank>Mnist
Recognition with Swish</a>
</div>
<p>A jupyter notebook with step by step guide to detect MNIST handwritten digits with 99.46% accuracy
and <a class=underline-link href="https://kaggle.com">Kaggle</a> submission.</p>
<div class=project__used>
<span class=project__used__item>Jupyter Notebook</span> <span class=project__used__item>Keras</span>
<span class=project__used__item>Tensorflow</span>
<span class=project__used__item>Kaggle</span> <span class=project__used__item>Python</span>
<span class=project__used__item>MNIST</span>
</div>
</div>
<div class=project>
<div class=project__name>
<a class=arrow-link href="https://hello-doctor.herokuapp.com" target=_blank>Hello Doctor</a>
</div>
<p>A website for Generic Medicine Suggestion from Doctors Prescription and store the information in
database.</p>
<div class=project__used>
<span class=project__used__item>HTML</span> <span class=project__used__item>CSS</span> <span
class=project__used__item>JavaScript</span>
</div>
</div>
<div class=project>
<div class=project__name>
<a class=arrow-link href="https://github.com/shahariarrabby/RestaurantWebsite" target=_blank>Omnifood</a>
</div>
<p>A beautiful website for restaurant and online food delivery system for busy life.</p>
<div class=project__used>
<span class=project__used__item>HTML</span> <span class=project__used__item>CSS</span> <span
class=project__used__item>JavaScript</span>
</div>
</div>
<div class=project>
<div class=project__name>
<a class=arrow-link href="http://1.rabby.ml" target=_blank>Blog with PHP</a>
</div>
<p>Personal blog with raw PHP. It also has user sign up, post management, commenting and editing all the
post and comment from users.</p>
<div class=project__used>
<span class=project__used__item>PHP</span> <span class=project__used__item>Mysql</span> <span
class=project__used__item>HTML</span> <span class=project__used__item>CSS</span> <span
class=project__used__item>JavaScript</span>
</div>
</div>
<div class=project>
<div class=project__name>
<a class=arrow-link href="https://github.com/shahariarrabby/deeplearning.ai" target=_blank>DeepLearning.ai</a>
</div>
<p>Recourse for <a class=underline-link href="https://coursera.org/learn">Coursera</a> <a
class=underline-link href="https://deeplearning.ai">Deep Learning Specialization</a> with
youtube link, question and other helpful discussions.</p>
<div class=project__used>
<span class=project__used__item>Jupyter Notebook</span> <span class=project__used__item>Keras</span>
<span class=project__used__item>Tensorflow</span>
<span class=project__used__item>Coursera</span>
</div>
</div>
</div>
</section>
<footer class=footer>
<div class=footer__copyright>
<div class=bottom>
<span>Shahariar Rabby</span> <img alt=emoji class=emoji src=asset/img/emojis/rockon.png>
<span><script>document.write(new Date().getFullYear())</script></span>
</div>
</div>
<div class=footer__links>
<a href=mailto:shahariarrabby[at]gmail.com target=_blank title=email><span class=text>email</span> <img
alt=email src=asset/img/social/email.svg></a>
<a href=https://github.com/shahariarrabby target=_blank title=github><span class=text>github</span> <img
alt=github src=asset/img/social/github.svg></a>
<a href=https://www.linkedin.com/in/shahariarrabby target=_blank title=linkedin><span
class=text>linkedin</span> <img alt=linkedin src=asset/img/social/linkedin.svg></a>
<a href=https://twitter.com/shahariarrabby target=_blank title=twitter><span class=text>twitter</span> <img
alt=twitter src=asset/img/social/twitter.svg></a>
<a href=https://instagram.com/shahariarrabby target=_blank title=instagram><span class=text>instagram</span>
<img alt=instagram src=asset/img/social/instagram.svg></a>
<a href=https://facebook.com/shahariarrabby target=_blank title=facebook><span class=text>facebook</span>
<img alt=facebook src=asset/img/social/facebook.svg></a>
</div>
</footer>
<button id=top-button><img alt src="asset/img/emojis/pointing-up.png"></button>
</div>
<script charset=utf-8 src=asset/cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js type=text/javascript></script>
<script src=asset/unpkg.com/scrollreveal%403.4.0/dist/scrollreveal.min.js></script>
<script charset=utf-8 src=asset/js/main.js type=text/javascript></script>
</body>
</html>