-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
637 lines (602 loc) · 32.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
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
<!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="keywords" content="portfolio anega, portfolio anegamaheshwari, my own portfolio anega">
<meta name="description" content="">
<meta name="author" content="">
<title class = "title">Personal Portfolio</title>
<link href="css/style.css" rel="stylesheet">
<!-- Custom Fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:200' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Product+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
</head>
<body id="page-top" class="index" data-spy="scroll" data-target="#navScrollSpy">
<div class="spinner">
<div class="cube1"></div>
<div class="cube2"></div>
</div>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top navbar-expand-md">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-controls="bs-example-navbar-collapse-1" aria-label="Toggle Navigation" aria-expanded="false">
<i class="sr-only">Toggle navigation</i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Anega Maheshwari</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" id="navScrollSpy">
<li>
<a class="page-scroll" href="#about">ABOUT</a>
</li>
<li>
<a class="page-scroll" href="#skills">SKILLS</a>
</li>
<li>
<a class="page-scroll" href="#projects">PROJECTS & PUBLICATIONS</a>
</li>
<li>
<a class="page-scroll" href="#experience">EXPERIENCE</a>
</li>
<li>
<a class="page-scroll" href="#certifications">CERTIFICATIONS</a>
</li>
<li>
<a class="page-scroll" href="#social">SOCIAL</a>
</li>
<li>
<a class="page-scroll" href="#contact">CONTACT</a>
</li>
<li>
<a class="page-scroll" href="#resume">RESUME</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!--HOME-->
<section id = "home">
<div class = "container-fluid">
<div id = "home-details">
<img id = "profile-picture" src = "images/anega.jpg" class = "img img-circle" />
<h1>ANEGA MAHESHWARI</h1>
<p>SOFTWARE ENGINEER</p>
<div class = "row" id = "field-details">
<img class = "img img-circle" src = "images/code.jpg">
<img class = "img img-circle" src = "images/python.png">
<img class = "img img-circle" src = "images/code2.png">
<img class = "img img-circle" src = "images/git.png">
</div>
</div>
</div>
</section>
<!--ABOUT-->
<section id = "about">
<div class = "container-fluid">
<div id = "about-me">
<blockquote class = "blockquote">WHO AM I</blockquote>
<b id = "about-me-content">
<sup><i style = "color: #009678" class = "fa fa-quote-left"></i></sup>Hello! I'm Anega Maheshwari, an experienced Software Engineer having the ability to understand technical challenges and solving them effectively, thus delivering high quality software. I have a strong engineering professional background with a Bachelor of Technology focused in Computer Engineering.
<sup><i style = "color: #009678" class = "fa fa-quote-right"></i></sup>
</b>
</div>
</div>
</section>
<!--SKILLS-->
<section id = "skills">
<div class = "container-fluid">
<div class = "row" id = "skills-desc">
<div class = "col-sm-12">
<blockquote class = "blockquote">RELEVANT SKILLS</blockquote>
</div>
<div id = "skills-content" class = "row">
<div id = "areas" class = "col-sm-12 col-md-6">
<p>CONCEPTS</p>
</div>
<div id = "languages" class = "col-sm-12 col-md-6">
<p>PROGRAMMING LANGUAGES</p>
</div>
<div id = "tools" class = "col-sm-12 col-md-6">
<p>TOOLS</p>
</div>
<div id ="frameworks" class = "col-sm-12 col-md-6">
<p>FRAMEWORKS</p>
</div>
</div>
</div>
</div>
</section>
<!-- Modals for skills -->
<div class="portfolio-modal modal fade" id="areas-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1>CONCEPTS</h1>
<p>IMAGE PROCESSING</p>
<p>DATA STRUCTURES</p>
<p>ARTIFICIAL NEURAL NETWORKS (Deep Learning)</p>
<p>COMPUTER VISION</p>
<p>OBJECT ORIENTED PROGRAMMING (OOP)</p>
<button id = "close" type="button" class="btn btn-default btn-block" data-dismiss="modal"><strong>CLOSE</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="languages-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1>PROGRAMMING LANGUAGES</h1>
<p>PYTHON</p>
<p>Python</p>
<p>C++</p>
<p>C</p>
<button id = "close" type="button" class="btn btn-default btn-block" data-dismiss="modal"><strong>CLOSE</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="tools-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1>HANDS-ON KNOWLEDGE</h1>
<p>LINUX (Ubuntu)</p>
<p>DOCKER</p>
<p>BUGZILLA</p>
<p>GITLAB (Git)</p>
<button id = "close" type="button" class="btn btn-default btn-block" data-dismiss="modal"><strong>CLOSE</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="frameworks-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1>FRAMEWORKS</h1>
<p>TENSORFLOW</p>
<p>KERAS</p>
<p>DARKNET</p>
<p>ONNX</p>
<p>DJANGO</p>
<button id = "close" type="button" class="btn btn-default btn-block" data-dismiss="modal"><strong>CLOSE</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--PROJECTS-->
<section id="projects">
<div class="container-fluid">
<div class = "row" id = "projects-desc">
<div class = "col-sm-12">
<blockquote class="blockquote">ACADEMIC PROJECTS</blockquote>
</div>
</div>
<div class="row" id = "projects-content">
<div id = "picture-container" class="col-sm-3" data-toggle="modal" data-target="#autoencoder-modal">
<img id = "img" src="images/autoencoder.jpeg" class="img-responsive" alt="">
</div>
<div id = "picture-container" class="col-sm-3" data-toggle="modal" data-target="#todoapp-modal">
<img id = "img" src="images/todo.jpg" class="img-responsive" alt="">
</div>
<div id = "picture-container" class="col-sm-3" data-toggle="modal" data-target="#childcareportal-modal" >
<img id = "img" src="images/childcareportal.jpg" class="img-responsive" alt="">
</div>
<div id = "picture-container" class="col-sm-3" data-toggle="modal" data-target="#userauthapp-modal">
<img id = "img" src="images/userauth.png" class="img-responsive" alt="">
</div>
</div>
<center>
<a href = "https://github.com/anega006" target="_blank">
<button id = "more" class = "btn btn-default">SEE MORE</button>
</a>
</center>
</div>
<!-- Reasearch Paper * -->
<div class = "container-fluid">
<div class = "row" id = "projects-desc">
<div class = "col-sm-12">
<blockquote class="blockquote">PUBLICATIONS</blockquote>
<br>
<a href="https://doi.org/10.1007/978-981-16-9236-9_24" target="_blank" style="text-decoration:none;">
<h1 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;" align="center">AUTOENCODERS: ISSUES, CHALLENGES & FUTURE PROSPECT</h1>
</a>
<b id = "about-me-content">
<sup><i style = "color: #009678" class = "fa fa-quote-left"></i></sup>A conference paper presented in 2nd National Conference on the Contemporary Issues in Computer Technology (NCICT-2020) and 3rd International Conference on Recent Innovations & Technological Development in Mechanical Engineering (ICRITDME-2020).
<sup><i style = "color: #009678" class = "fa fa-quote-right"></i></sup>
</b>
</div>
</div>
</div>
</section>
<!-- Modal for projects * -->
<div class="portfolio-modal modal fade" id="autoencoder-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1 style = "color: #374456;margin-bottom: 20px">AUTOENCODERS</h1>
<hr style = "border-bottom: solid 3px #374456;width: 70%;margin-bottom: 20px"/>
<p style = "margin-bottom: 30px;text-align: center; color: #424242; font-family: 'Montserrat';" id = "project-details">The project aims to implement image denoising, image reconstruction and reverse image
search using autoencoders as a simpler version of neural networks.Django web framework is used for deploying deep learning models to a web app. The project combines deep learning skills with practical web development.</p>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Python</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Django</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Keras</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Numpy</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Matplotlib</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">OpenCV</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Scikit-Learn</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Html & Css</blockquote>
<div class = "row">
<a href = "https://github.com/anega006/Autoencoders" target = "_blank" ><button style = "margin: 20px 10px 20px 10px;" type="button" class="btn btn-primary"><strong>GITHUB</strong></button></a>
<button style = "margin: 20px 10px 20px 10px;" type="button" class="btn btn-danger" data-dismiss="modal" ><strong>CLOSE</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="todoapp-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1 style = "color: #374456;margin-bottom: 20px">PYTHON DJANGO WEB DEVELOPMENT TO DO APP</h1>
<hr style = "border-bottom: solid 3px #374456;width: 70%;margin-bottom: 20px"/>
<p style = "margin-bottom: 30px;text-align: center; color: #424242; font-family: 'Montserrat';" id = "project-details">A To-Do list app that let users make lists & save them to a database</p>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Python</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Django</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Html & Css</blockquote>
<div class = "row">
<a href = "https://github.com/anega006/Python-Django-Web-Development-To-do-App" target = "_blank" ><button style = "margin: 20px 10px 20px 10px;" type="button" class="btn btn-primary"><strong>GITHUB</strong></button></a>
<button style = "margin: 20px 10px 20px 10px;" type="button" class="btn btn-danger" data-dismiss="modal" ><strong>CLOSE</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="childcareportal-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1 style = "color: #374456;margin-bottom: 20px">CHILD CARE PORTAL</h1>
<hr style = "border-bottom: solid 3px #374456;width: 70%;margin-bottom: 20px"/>
<p style = "margin-bottom: 30px;text-align: center; color: #424242; font-family: 'Montserrat';" id = "project-details">This portal is made for government to have the data of all the ChildCare Institutions, Child Welfare Committees, Adoption of children,
donations & child cases online</p>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Python</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Django</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Html & Css</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Bootstrap</blockquote>
<div class = "row">
<a href = "https://github.com/anega006/Child-Care-Portal-Project" target = "_blank" ><button style = "margin: 20px 10px 20px 10px;" type="button" class="btn btn-primary" ><strong>GITHUB</strong></button></a>
<button style = "margin: 20px 10px 20px 10px;" type="button" class="btn btn-danger" data-dismiss="modal"><strong>CLOSE</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="userauthapp-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h1 style = "color: #374456;margin-bottom: 20px">USER AUTHENTICATION WEB APP WITH PYTHON & DJANGO</h1>
<hr style = "border-bottom: solid 3px #374456;width: 70%;margin-bottom: 20px"/>
<p style = "margin-bottom: 30px;text-align: center; color: #424242; font-family: 'Montserrat';" id = "project-details">A User Authorization app that let users sign up (register) for the site, log in, log out, edit their profile, & change their passwords.</p>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Python</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Django</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Bootstrap</blockquote>
<blockquote style = "border-right: solid 5px #19bd9b;border-left: solid 5px #19bd9b; background: #bdbdbd; font-weight: bold;" class = "blockquote">Html & Css</blockquote>
<div class = "row">
<a href = "https://github.com/anega006/Build-a-user-authentication-webapp-with-python-and-django" target = "_blank" ><button style = "margin: 20px 10px 20px 10px;" type="button" class="btn btn-primary" ><strong>GITHUB</strong></button></a>
<button style = "margin: 20px 10px 20px 10px;" type="button" class="btn btn-danger" data-dismiss="modal"><strong>CLOSE</strong></button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--EXPERIENCE-->
<section id = "experience">
<div class = "container-fluid">
<div id = "experience-me">
<blockquote class = "blockquote">WORK EXPERIENCE</blockquote>
<br>
<a href="https://www.allgovision.com/" target="_blank" style="text-decoration:none;">
<h1 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;" align="center">SOFTWARE ENGINEER - AllGoVision Technologies Pvt. Ltd.</h1>
<h5 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;" align="center">(NOVEMBER 2020-JULY 2020)</h5>
</a>
<br>
<b id = "experience-me-content">
<sup><i style = "color: #009678" class = "fa fa-quote-left"></i></sup>
<ul>
<li>Part of DL backend development team.</li>
<li>Designed, developed and unit tested video analytics based DL features that work across a range of devices (GPUs, CPUs) & integrated with system service. </li>
<li>Packaged DL solutions using dockers to build installers & sanity tested packages for both Windows/Linux releases.</li>
<li>Used an efficient mixture of modular programming & OOP to build inference pipelines with code optimization.</li>
<li>Converted DL models among different frameworks & optimized them to maximize throughput.</li>
<li>Profiled performance metrics, computational parameters & timing for DL models.</li>
<li>Involved in bug fixing using Bugzilla, code development & scalability using Git.</li>
<li>Indulged in Image processing algorithms and research heavy topics.</li>
<li>Assisting interns with data annotation & led their project development cycle.</li>
</ul>
<br>
<h2 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;" align="center">Projects</h2>
<h4 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;">Class Confirmation Module</h4>
Designed, developed & deployed class confirmation model using ConvNets, for ‘person’ & ‘vehicle’ class on top of object detection.
<h4 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;">Object Localization & Detection</h4>
Performed literature review, & trained yolo detectors using Darknet framework. Involved darknet weights evaluation (mAP & FPS) conversion to multiple other frameworks such as ONNX, Tensorflow and optimization using TensorRT.
<h4 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;">Artificial Data Synthesis Tool (Synthetic Data Generation)</h4>
Developed a Python & OpenCV based tool that can generate synthetic person and vehicle images (both single-label & multi-label) with ground truth bounding box annotations.
<h4 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;">Safety Gear Detection (AI driven PPE Kit Detection)</h4>
Designed, developed and deployed a model using ConvNets that detects and tracks people appearing in the field of view of the camera and raise alarm when safety helmet is not worn.
<br>
<sup><i style = "color: #009678" class = "fa fa-quote-right"></i></sup>
</b>
<br><br>
<a href="https://www.allgovision.com/" target="_blank" style="text-decoration:none;">
<h1 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;" align="center">INTERN - AllGoVision Technologies Pvt. Ltd.</h1>
<h5 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;" align="center">(SEPTEMBER 2020-OCTOBER 2020)</h5>
</a>
<br>
<b id = "experience-me-content">
<sup><i style = "color: #009678" class = "fa fa-quote-left"></i></sup>
<h4 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;">Age Group & Gender Classification</h4>
Application: Demographic Analysis
<ul>
<li>Implemented feature preprocessing & noise based data augmentation.</li>
<li>Trained age group classifier and gender classifier individually on facial features (extracted using feature extractor DL pipeline) for both, faces with mask and without mask.</li>
<li>Evaluated both DL models using performance metrics & optimized for GPU inference by converting from Keras to TF-TRT.</li>
<li>Profiled model & integrated both DL features with face detection pipeline.</li>
</ul>
<sup><i style = "color: #009678" class = "fa fa-quote-right"></i></sup>
</b>
<br><br>
<a href="https://www.visteon.com/" target="_blank" style="text-decoration:none;">
<h1 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;" align="center">INTERN - AllGo Embedded Systems (A Visteon Corporation)</h1>
<h5 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;" align="center">(MAY 2019-JULY 2019)</h5>
</a>
<br>
<b id = "experience-me-content">
<sup><i style = "color: #009678" class = "fa fa-quote-left"></i></sup>
<h4 style="color:#19bd9b;font-family:'PT Sans Narrow';font-weight:bold;letter-spacing: 1px;">Emotion Detection</h4>
Application: Driver Monitoring System
<ul>
<li>Worked on AI based facial emotion recognition using IR & RGB cameras.</li>
<li>Collected IR facial data with different gender, age, expression, partial occlusion, illumination & multiple face angles.</li>
<li>Worked on image preprocessing & augmentation, trained a CNN for emotion detection.</li>
<li>Evaluated the model & implemented live testing with integration of face detection pipeline.</li>
</ul>
<sup><i style = "color: #009678" class = "fa fa-quote-right"></i></sup>
</b>
</div>
</div>
</section>
<!--CERTIFICATIONS-->
<section id = "certifications">
<div class = "container-fluid">
<div class = "row" id = "certifications-desc">
<div class = "col-sm-12">
<blockquote class = "blockquote">CERTIFICATIONS</blockquote>
</div>
<div id = "certifications-content">
<div class="row">
<a href="https://www.coursera.org/account/accomplishments/specialization/FCQYHWZKD3CJ" target="_blank">
<div id = "c1" class = "col-12 col-sm-6 col-md-3">
<p>Deep Learning Specialization</p>
</div>
</a>
<a href="https://www.coursera.org/account/accomplishments/specialization/C3PDUMUBQQJC" target="_blank">
<div id = "c2" class = "col-12 col-sm-6 col-md-3">
<p>IBM Data Science Specialization</p>
</div>
</a>
<a href="https://www.coursera.org/account/accomplishments/specialization/HA74E4FCM6SD" target="_blank">
<div id = "c3" class = "col-12 col-sm-6 col-md-3">
<p>Open Source Software Development, Linux & Git Specialization</p>
</div>
</a>
<a href="https://www.coursera.org/account/accomplishments/specialization/FB5VK8LXSJMF" target="_blank">
<div id = "c4" class = "col-12 col-sm-6 col-md-3">
<p>Python3 Programming Specialization</p>
</div>
</a>
</div>
<div class = "row">
<a href="https://www.coursera.org/account/accomplishments/verify/YB5C9XUTHSAR" target="_blank">
<div id = "c5" class = "col-12 col-sm-6 col-md-3">
<p>Convolutional Neural Networks in TensorFlow</p>
</div>
</a>
<a href="https://www.coursera.org/account/accomplishments/certificate/7TP73Z5SZDVX" target="_blank">
<div id = "c6" class = "col-12 col-sm-6 col-md-3">
<p>Exploratory Data analysis for Machine Learning</p>
</div>
</a>
<a href="https://www.coursera.org/account/accomplishments/specialization/VU232YEUQYW6" target="_blank">
<div id = "c7" class = "col-12 col-sm-6 col-md-3">
<p>Introduction to Data Science Specialization</p>
</div>
</a>
<a href="https://www.coursera.org/account/accomplishments/specialization/certificate/8BQ6BZBLGVGM" target="_blank">
<div id = "c8" class = "col-12 col-sm-6 col-md-3">
<p>Applied Data Science Specialization</p>
</div>
</a>
</div>
<div class = "row">
<a href="https://drive.google.com/file/d/1W6KXdVykWEO15NrQiNYDEwvb3n6Hceaq/view?usp=sharing" target="_blank">
<div id = "c1" class = "col-12 col-sm-6 col-md-3">
<p>Programming, Data structures & Algorithms using Python</p>
</div>
</a>
<a href="https://drive.google.com/file/d/1qQrGpmom3uAuLdzE4-k3DIyJjG0nD8ZA/view?usp=sharing" target="_blank">
<div id = "c2" class = "col-12 col-sm-6 col-md-3">
<p>Introduction to Programming in C</p>
</div>
</a>
<a href="https://drive.google.com/file/d/1abGYjVMB6KDE-WgUg0RqQcDcweeD0eGG/view?usp=sharing" target="_blank">
<div id = "c3" class = "col-12 col-sm-6 col-md-3">
<p>Programming in C++</p>
</div>
</a>
<a href="https://www.freecodecamp.org/certification/anega006/scientific-computing-with-python-v7" target="_blank">
<div id = "c4" class = "col-12 col-sm-6 col-md-3">
<p>Scientific Computing with Python</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!--SOCIAL_GET CONNECTED-->
<section id = "social">
<div class = "container-fluid">
<div class = "row" id = "social-desc">
<div class = "col-sm-12">
<blockquote class = "blockquote">GET CONNECTED</blockquote>
</div>
</div>
<div id = "links">
<a href="https://www.facebook.com/anega.maheshwari" target="_blank">
<i class = "fa fa-facebook" aria-hidden="true"> </i>
</a>
<a href="https://twitter.com/anega006" target="_blank">
<i class = "fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/anega006" target="_blank">
<i class = "fa fa-linkedin" saria-hidden="true"></i>
</a>
<a href="https://github.com/anega006" target="_blank" >
<i class = "fa fa-github" aria-hidden="true"></i>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class = "fa fa-envelope" aria-hidden="true"></i>
</a>
<a href="https://www.freecodecamp.org/anega006" target="_blank" >
<i class = "fa fa-fire" aria-hidden="true"></i>
</a>
<a id = "quora" href = "https://www.quora.com/profile/Anega-Maheshwari" target="_blank">
<strong style = "text-decoration: none;color: white; font-size: 40px;">Q</strong>
</a>
</div>
</div>
</section>
<!--CONTACT-->
<section id = "contact">
<div class = "container-fluid">
<div class = "row" id = "contact-desc">
<div class = "col-sm-12">
<blockquote class = "blockquote">GET IN TOUCH</blockquote>
</div>
</div>
<div class = "row">
<form method = "post" id = "say-hi" action = "https://formspree.io/xnqjazwb" class = "form-group col-sm-7">
<input id = "name" class = "form-control" name = "Name" type = "text" placeholder="Name" required/>
<input id = "email" class = "form-control" name = "_replyto" type = "email" placeholder="Email" required/>
<textarea id = "message" row = "10" name = "Message" class = "form-control" placeholder="Message" required></textarea>
<input type="hidden" name="_next" value="http://anega006.github.io/index.html#contact" />
<input type="hidden" name="_subject" value="New Message" />
<button id = "submit" class = "btn btn-default btn-block" type = "submit">SEND</button>
</form>
<div class = "col-sm-5">
<div id = "address-mail-phone">
<div><i class = "fa fa-map-marker"> Bangalore, India</i></div>
<div><i class = "fa fa-envelope"> [email protected] </i></div>
<div><i class = "fa fa-mobile-phone"> +91-9460419136</i></div>
</div>
</div>
</div>
</div>
</section>
<!--RESUME-->
<section id = "resume">
<div class = "container-fluid">
<div class = "row" id = "resume-desc">
<div class = "col-sm-12">
<blockquote class = "blockquote">RESUME</blockquote>
</div>
</div>
<center>
<a href = "resume/Anega Maheshwari Resume.pdf", target="_blank">
<button class = "btn btn-default fa fa-download" id = "download-resume"> DOWNLOAD RESUME</button>
</a>
</center>
<center id = "copyright">Copyright © Anega Maheshwari (All rights reserved)</center>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/smooth-scroll/14.2.1/smooth-scroll.min.js"></script>
<script src="js/script.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
</body>
<script type="text/javascript">
$(function(){
var scroll = new SmoothScroll('a[href*="#"]');
});
var selectBody = $('body');
$('.navbar-collapse').on('show.bs.collapse', function () {
selectBody.css('padding-top', '235px');
})
$('.navbar-collapse').on('hide.bs.collapse', function () {
selectBody.css('padding-top', '50px');
})
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77850754-1', 'auto');
ga('send', 'pageview');
</script>
</html>