-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
773 lines (650 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
<!DOCTYPE HTML>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5PGFW4V');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5PGFW4V"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<title>Kajol</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<meta name="author" content="Kajol">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="Kajol | CSE Grad@UB | Basis | Software Engineer | SoftwareDeveloper@Valuefy | IIIT Lucknow| Node | Machine Learning | Big Data | React>
<meta name="keywords" content="Kajol, Software Developer, Software Engineer, Basis, Computer Science Grad, SUNY Buffalo, Valuefy, IIIT Lucknow, Node, Machine Learning, React, Big Data">
<!-- <link rel="stylesheet" type="text/css" href="stylesheet.css"> -->
<link rel="icon" type="image/png" href="images/ucsd-logo.jpg">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-75SGBCNR9N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-75SGBCNR9N');
</script>
</head>
<body class="bg_colour">
<table border=0 class="bg_colour" style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<!-- Name tab -->
<table border=0 class="bg_colour" style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:40%;max-width:45%">
<a href="images/profilepic.jpg"><img style="width:100%;max-width:100%" alt="profile photo" src="images/profilepic.jpg" class="img-circle"></a>
</td>
<td style="padding:2.5%;width:90%;vertical-align:left">
<p style="text-align:center">
<h1 style="text-align:center"><name>Kajol</name></h1>
</p>
<p style="text-align:center">
 | 
<a href="#news" onclick=Expand("news")>News</a>
 | 
<a href="#experience" onclick=Expand("experience")>Experience</a>
<!--  | 
<a href="#publications" onclick=Expand("publications")>Publications</a> -->
 | 
<a href="#projects" onclick=Expand("projects")>Projects</a>
 | 
<a href="mailto:[email protected]">Contact</a>
 | 
</p>
<p style="text-align:center">
Actively looking for full-time positions as a Software Engineer/ Machine Learning Engineer/ Data Scientist.
</p>
</td>
<td style="padding:2.5%;width:10%;max-width:10%">
</td>
</tr>
<!-- <tr>
<td colspan="2">
<p style="text-align:center">
 | 
<a href="#news" onclick=Expand("news")>News</a>
 | 
<a href="#experience" onclick=Expand("experience")>Experience</a>
 | 
<a href="#publications" onclick=Expand("publications")>Publications</a>
 | 
<a href="#projects" onclick=Expand("projects")>Projects</a>
 | 
<a href="#contact" onclick=Expand("contact")>Contact</a>
 | 
</p>
</td>
</tr> -->
</tbody></table>
<!-- About section, quick links -->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
</p>
<p>I am working as Full Stack Developer Intern at <a href="https://www.buffalo.edu/" target="_blank">ComprehendPT </a> a Physical Therapy - focused AI Scribe Startup. I collaborate with experienced engineers to develop and enhance cutting-edge web applications tailored for clinicians. My work involves implementing AI-powered solutions to streamline healthcare documentation, ensuring precision and efficiency. Additionally, I contribute to the development of real-time documentation creation features. I actively participate in optimizing our technology stack, utilizing a range of tools including AI, React, HTML, Python, AWS, DynamoDB, and browser plugins. Furthermore, I assist in troubleshooting and debugging issues to ensure a seamless user experience throughout our applications.</p>
<p>I recently graduated in Jan '24 and did my master's in Computer Science Engineering from
<a href="https://www.comprehendhealth.ai/" target="_blank">The State University of New York - Buffalo
</a>.I have worked on projects that involve NodeJS, React, Django and have experience with machine learning and NLP as well.</p>
<p> Before joining graduate school, I worked as a Software Developer/Engineer in the industry for 3+ years. I have experience as a Software Engineer at <a href="https://www.getbasis.co/">Basis</a>, a pioneering financial knowledge platform for women, I spearheaded the development of a game-changing financial coaching subscription plan. This not only boosted revenue by a stellar 25% but also streamlined payment processes with the integration of Razorpay, positioning Basis at the forefront of financial empowerment.
My role extended to crafting the high-performance "Basis community" platform, a secure haven built on MongoDB, ExpressJS, and NodeJS. I championed RESTful APIs, JWT for authentication, and integrated Socket.io for real-time updates, propelling user engagement by an impressive 30%.
</p>
<p> In the realm of cutting-edge technology, I furthered my impact at <a href="https://valuefy.com/" target="_blank">Valuefy</a>, a wealthtech firm, by architecting an Automated Invoice Generation System using Node.js and MySQL. This innovation resulted in a remarkable 40% reduction in processing time for wealth advisors' invoicing processes.
.</p>
<p>
Before working full-time I was pursuing my Bachelor's at <a href="https://iiitl.ac.in/" target="_blank">Indian Insitute of Information Technology, Lucknow</a>. During my pre-final year of undergraduate studies, I interned at <a href="https://valuefy.com/" target="_blank">Valuefy </a> and was responsible for creating REST APIs (setting of crons, sequencing , financial calculation, back-end operations, engines). Integrated different market data providers on the platform. Awarded with the Spotlight Award and was promoted to full-time SDE after 6 months based on performance</a>.
</p>
<p>
My journey is not just about coding but also about creating impactful experiences. From building health insurance calculators and dynamic REST APIs to leading deployments and mentoring new talents, I've been at the forefront of innovation and collaboration.
Beyond the lines of code, my projects showcase versatility—from developing an advanced chatbot system and movie recommendation platforms to diving into the depths of data analysis with a severity analysis of US accidents.
My tech stack is a testament to my adaptability—Python, JavaScript, NodeJs, React, MongoDB, AWS, Docker, and more. The recognition as World Rank 175 in Google Code Jam and National Talent Search Examination Scholar in 2010 underscores my commitment to excellence.
</p><p>
Ready to elevate your team with a seasoned innovator and problem-solver? Let's connect and script the next chapter of success together!
</p>
Feel free to check out my
<a href="data/Kajol_Resume.pdf" target="_blank" >Resume</a>
and drop me an
<a href="mailto:[email protected]" target="_blank">e-mail</a>
if you want to chat with me!
</p>
<br>
<p style="text-align:center">
 ~ 
<a href="mailto:[email protected]" target="_blank">Email</a>  | 
<a href="data/Kajol_Resume.pdf" target="_blank" >Resume</a>
<!--  | 
<a href="https://scholar.google.co.in/citations?user=PySXCeAAAAAJ&hl=en" target="_blank" >Google Scholar</a> -->
 | 
<a href="https://github.com/shizuka1308" target="_blank" >Github</a>  | 
<a href="https://www.linkedin.com/in/kajol-1308" target="_blank">LinkedIn</a>
<!--  | 
<a href="https://twitter.com/rishabkhincha" target="_blank">Twitter</a> -->
 ~ 
</p>
</td>
<!-- <td style="padding:2.5%;width:30%;max-width:30%">
<a href="images/RishabKhinchaProfilePic.png"><img style="width:100%;max-width:100%" alt="profile photo" src="images/RishabKhinchaProfilePic_round.png" class="hoverZoomLink"></a>
</td> -->
</tr>
</tbody></table>
<hr class="soft">
<!-- News -->
<!-- <br> -->
<button style="border:0px transparent; background-color: transparent;outline:none;"type="button" class="collapsible" data-toggle="collapse" data-target="#content-news" id="news"><heading>News</heading></button>
<!-- <div class="container"> -->
<div id="content-news" class="collapse in">
<!-- <div class="scroll"> -->
<table border=0 class="bg_colour" style="padding:10px;width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td>
<p style="color:darkblue; display:inline">Feb '24  </p>
</td>
<td>
Started working as Full Stack Developer Intern at Comprehend PT
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">Jan '24  </p>
</td>
<td>
Graduated MSCS at SUNY Buffalo!
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">Aug '22  </p>
</td>
<td>
Started MSCS at SUNY Buffalo!
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">July '22  </p>
</td>
<td>
Completed my 3 years working as a full-time Software Enigneer at Basis and Valuefy.
</td>
</tr>
</tbody></table>
<!-- </div> -->
<!-- </div> -->
</div>
<hr class="soft">
<!-- Education -->
<button style="border:0px transparent; background-color: transparent;outline:none;"type="button" class="collapsible" data-toggle="collapse" data-target="#content-education" id="education"><heading>Education</heading></button>
<div id="content-education" class="collapse in">
<table border=0 class="bg_colour" style="padding:20px;width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:10px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/ublogo.png' width="120">
</div>
</td>
<td style="padding:10px;width:75%;vertical-align:top">
<big><h4>State University Of New york, Buffalo</h4></big>
<papertitle style="color:gray"><big>Master of Science</big> </papertitle> <papertitle ><big> | Computer Science Engineering</big></papertitle>
<br>
Aug '22 - Jan '24
<br>
<br>
Relevant Coursework: <br>
CSE-574: Introduction To Machine Learning <span>•</span>
CSE-587: Data Intensive Computing <span>•</span>
CSE-531: Algorithm Analysis And Design <span>•</span> CSE-589: Modern Networking Concepts <span>•</span>
<br>
<br>
<!-- <p>Working under the supervision of <a href="https://www.ideal.ece.utexas.edu/ghosh/index.html" target="_blank">Dr. Joydeep Ghosh</a> at the <a href="https://www.ideal.ece.utexas.edu/" target="_blank"> IDEAL Lab</a>. We are studying the noise robustness of analog optimization methods for NP-Hard problems.</p> -->
</td>
</tr>
<tr>
<td style="padding:10px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/iitl.png' width="120">
</div>
</td>
<td style="padding:10px;width:75%;vertical-align:top">
<big><h4>Indian Institute of Information Technology, Lucknow</h4></big>
<papertitle style="color:gray"><big>Bachelor of Technology</big> </papertitle> <papertitle ><big> |Information Technology</big></papertitle>
<br>
Aug '15 - May '19
<br>
<br>
<!-- <p>Working under the supervision of <a href="https://scholar.google.com/citations?user=SRUYLREAAAAJ&hl=en" target="_blank">Dr. Franco Nori</a> and <a href="http://scholar.google.de/citations?user=VRekVA0AAAAJ&hl=de" target="_blank">Dr. Clemens Gneiting</a> at the <a href="https://www.riken.jp/en/research/labs/chief/theor_qtm_phys/" target="_blank"> Theoretical Quantum Physics Lab</a>. We are studying the noise robustness of analog optimization methods for NP-Hard problems.</p> -->
</td>
</tr>
</tbody></table>
</div>
<hr class="soft">
<!-- Experience -->
<button style="border:0px transparent; background-color: transparent;outline:none;"type="button" class="collapsible" data-toggle="collapse" data-target="#content-experience" id="experience"><heading>Industry Experience</heading></button>
<div id="content-experience" class="collapse in">
<table border=0 class="bg_colour" style="padding:20px;width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:10px;width:45%;vertical-align:middle">
<div class="one">
<img src='images/comprehend.jpeg' width="130">
</div>
</td>
<td style="padding:10px;width:75%;vertical-align:top">
<papertitle style="color:gray"><big>Full Stack Developer Intern</big> </papertitle> <papertitle><big> | Comprehend PT</big></papertitle>
<br>
Feb '24 - Present
<br>
<br>
<p>● Collaborating with experienced engineers to develop and enhance cutting-edge web applications for clinicians.
● Working on AI-powered solutions to streamline healthcare documentation, ensuring accuracy and efficiency.
● Contributing to the development of real-time documentation creation features.
● Participating in optimizing our technology stack, utilizing AI, React, HTML, Python, AWS, DynamoDB, and browser plugins.
● Assisting in troubleshooting and debugging issues to ensure a seamless user experience</td>
</tr>
<div id="content-experience" class="collapse in">
<table border=0 class="bg_colour" style="padding:20px;width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:10px;width:45%;vertical-align:middle">
<div class="one">
<img src='images/Basis-logo.webp' width="130">
</div>
</td>
<td style="padding:10px;width:75%;vertical-align:top">
<papertitle style="color:gray"><big>Senior Software Engineer</big> </papertitle> <papertitle><big> | Basis</big></papertitle>
<br>
July '21 - July '22
<br>
<br>
<p>● Developed a financial coaching Subscription plan which increased the revenue by 25% and streamlined payment processes by integrating Razorpay for handling financial data. Implemented an in-house live video chat functionality using Vimeo.
<br>● Developed high-performance, scalable, and secure “Basis community” platform using MongoDB, ExpressJS on NodeJS,
<br>● Implemented RESTful APIs and JWT for authentication, Integrated Socket.io for real-time updates, and used Axios,
MomentJS, and Lodash which achieved a 30% increase in user engagement.
<br>● Created a pipeline to send customer engagement messages to our 100K+ user base using AWS EC2, S3, and SES. </td>
</tr>
<div id="content-experience" class="collapse in">
<table border=0 class="bg_colour" style="padding:20px;width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:10px;width:45%;vertical-align:middle">
<div class="one">
<img src='images/Basis-logo.webp' width="130">
</div>
</td>
<td style="padding:10px;width:75%;vertical-align:top">
<papertitle style="color:gray"><big>Software Engineer</big> </papertitle> <papertitle><big> | Basis</big></papertitle>
<br>
July '20 - July '21
<br>
<br>
<p>● Built portal using Python and Django on AWS EC2 which automated learning module and user story organisation.
<br>● Developed Health Insurance Calculator using JavaScript, ReactJS, and Redux which led to 81.44% revenue growth.
<br>● Used Apple/Google Sign In and Spam Detector to authenticate valid users for our portal.
<br>● Integrated Clevertap API to track user engagement on the portal and leverage the data to create a gamification quiz,
resulting in a remarkable 98.61% increase in user engagement. Utilized Kalyera for quiz start notifications.
<br>● Enhanced user experience by reducing API response time from 1s to 20 ms by implementing data caching on Redis.
<br>● Implemented Postman Newman reporter for pre-deployment testing of Basis APIs.
<br>● Actively participated in the hiring process and mentored interns and new joiners for a smooth transition into the team.</td>
</tr>
<tr>
<td style="padding:10px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/Valuefy_Logo.jpeg' width="130">
</div>
</td>
<td style="padding:10px;width:75%;vertical-align:top">
<papertitle style="color:gray"><big>Software Developer</big> </papertitle> <papertitle><big> | Valuefy</big></papertitle>
<br>
July '19 - June '20
<br>
<br>
<p>● Developed and implemented an Automated Invoice Generation System at Valuefy using Node.js and MySQL, resulting in a 40% reduction in processing time for wealth advisors' invoicing processes.
<br>● Utilized LoopBack for API development, Jenkins for continuous integration, and Elastic search for handling unstructured data, ensuring a well-integrated and robust solution that contributed to a 2x increase in operational efficiency.
<br>● Created thorough documentation for system architecture, codebase, and API specifications, for future reference.
<br>● Achieved data accuracy by developing reconciliation processes for transactions and generic document uploads.
<br>● Translated client requirements into actionable solutions through active engagement in user requirements meetings.
<br>● Led successful deployment across 4 client work processes, resulting in substantially reduced invoicing errors and enhanced
Valuefy's financial data accuracy, contributing to increased trust and satisfaction among clients.
<br>● Developed dynamic REST API, encompassing crons, sequencing, financial calculations & engine development.
</p>
</td>
</tr>
<tr>
<td style="padding:10px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/Valuefy_Logo.jpeg' width="130">
</div>
</td>
<td style="padding:10px;width:75%;vertical-align:top">
<papertitle style="color:gray"><big>Software Developer Intern</big> </papertitle> <papertitle><big> | Valuefy</big></papertitle>
<br>
Jan '19 - July '19
<br>
<br>
<p>• Responsible for creating REST APIs (setting of crons, sequencing, financial calculation, back-end operations, engines).
<br>• Integrated different market data providers on the platform.
<br>• Awarded with the Spotlight Award and was promoted to full-time SDE after 6 months based on performance</p>
</td>
</tr>
</tbody></table>
</div>
<hr class="soft">
<!-- Publications -->
<!-- <button style="border:0px transparent; background-color: transparent;outline:none;"type="button" class="collapsible" data-toggle="collapse" data-target="#content-publications" id="publications"><heading>Publications</heading></button>
<div id="content-publications" class="collapse in">
<table border=0 class="bg_colour" style="padding:20px;width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td>
Under construction. Please check my <a href="https://scholar.google.com/citations?hl=en&user=PySXCeAAAAAJ&view_op=list_works&sortby=pubdate" target="_blank" >Google Scholar</a> or <a href="data/RishabKhinchaCV.pdf" target="_blank" >CV</a>!
</td>
</tr>
</tbody></table>
</div>
<hr class="soft"> -->
<!-- Projects -->
<button style="border:0px transparent; background-color: transparent;outline:none;"type="button" class="collapsible" data-toggle="collapse" data-target="#content-projects" id="projects"><heading>Projects</heading></button>
<div id="content-projects" class="collapse in">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/chatbot.png' width="180">
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:top">
<papertitle><big>Topic-Based Empathic Chatbot </papertitle></big>
<br>
<p><em>Natural Language Understanding (NLU), Natural Language Processing (NLP), Named Entity Recognition (NER),
Sentiment Analysis, Topic Modeling, Text Classification, ChatBot, Dialogue Manager, Streamlit | Feb. 2023 - May 2023 <a href="https://github.com/shizuka1308/empathetic-chatbot" target="_blank">[code]</a>"</a></em></p>
<p>● Developed an advanced chatbot system with natural, fluid conversations, leveraging NLU techniques and incorporating a
the re-ranking mechanism for human-like content retrieval.
● Integrated feedback analysis to adapt conversations based on user mood, ensuring personalized and seamless transitions.
</p>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/updated_ER.png' width="180">
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:top">
<papertitle><big>Movie Recommendation System</papertitle></big>
<br>
<p><em>PostgreSQL, Streamlit | Feb. 2022 - May 2022 <a href="https://github.com/shizuka1308/sql-project" target="_blank">[code]</a>"</a></em></p>
<p>•Developed a movie information system with SQL database, E/R diagram, relational schema, data loading, BCNF
normalization, and optimized SQL queries using triggers.
<br>● Developed a ReactJS-powered website specializing in query visualization.
</p>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/accident.jpeg' width="180">
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:top">
<papertitle><big>Severity Analysis of US-Accidents </papertitle></big>
<br>
<p><em>React, Django Face, Jupyter Notebook, PowerBI | Aug. 2022 - Dec. 2022 <a href="https://github.com/shizuka1308/us-accidents" target="_blank">[code]</a>"</a></em></p>
<p>• Developed an application to deduce the severity of accidents.
<br>• Concepts: Data Cleaning/Processing, Exploratory Data Analysis, Applied 5 data models Logistic Regression, K Nearest
neighbors, Decision Tree, Random Forest Classifier, Artificial Neural Network
<br>• Created the react app and used Microsoft Power BI for visualization and to display the analysis on the dataset.
</p>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/ml.jpeg' width="180">
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:top">
<papertitle><big>Machine Learning Projects </papertitle></big>
<br>
<p><em>Numpy, Scipy, Sklearn, Matplotlib, Pickle, Torch, Jupyter Notebook | Aug. 2022 - Dec. 2022 <a href="https://github.com/shizuka1308/machine-learning" target="_blank">[code]</a>"</a></em></p> </em></p>
<p>I worked on various Mini Projects exploring/experimenting various ML algorithms. Please find below the details for individual projects:<br>
Project_01 :
<br>
Problem: The project is about different classification and regression techniques. There are six sub-problems under this project.
<br>
•Experiment with Gaussian Discriminators by implementing Linear Discriminant Analysis (LDA) and Quadratic Discriminant Analysis (QDA)
<br>•Linear Regression implementation
<br>•Experiment with Ridge Regression
<br>•Using Gradient Descent for Ridge Regression
<br>•Non-linear Regression
<br>•Compare and interpret the results of different classification and regression methods
</p><p>
Project_02 :
<br>
Problem: Handwritten Digits Classification using Multilayer Perceptron (MLP) Neural Network
<br>
Approach:
<br>•Implemented MLP Neural Network from scratch to classify handwritten digits from MNIST dataset (achieved test accuracy of 93.45%)
<br>•Used Feed Forward and Back Propagation to implement Neural Network
<br>•Experimented the effect of regularization in the bias-variance trade-off
<br>•Used the same neural network for more challenging face dataset and compared it with Deep Neural Network and Convolutional Neural Network using the Tensorflow library
</p><p>
Project_03 :
<br>
Problem: The project is about Support Vector Machine (SVM) and mulit-class logistic regression.
<br>
Approach:
<br>•Implemented Logistic Regression (using one-vs-all strategy) to classify handwritten digit images into correct corresponding labels. In particular, built 10 binary-classifiers (one for each class) to distinguish a given class from all other classes.
<br>•Developed multiclass logistic regression classifier and SVM for handwritten digits classification on the MNIST Dataset
</p>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/socket.png' width="180">
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:top">
<papertitle><big>Chatting Application </papertitle></big>
<br>
<p><em>C++ | Aug. 2022 - Dec. 2022 <a href="https://github.com/shizuka1308/cse589" target="_blank">[code]</a>"</a></em></p>
<p>● Applied TCP/IP protocol and socket programming. Developed a client-server chat app enabling multiple users to log in, establish identity, and communicate via a central
server. Utilized socket programming to establish robust connections, ensuring reliable message transmission.
<br>● Implemented a buffering system for message storage and retrieval, especially for offline clients.Conducted thorough
testing in a live production environment to ensure accuracy and efficiency under real-world conditions.
</p>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/autism.avif' width="180">
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:top">
<papertitle><big>Eye Gaze Tracking Using Webcam</papertitle></big>
<br>
<p><em>Python 3, Tensorflow, Keras, Matplotlib, OpenCV | July 2018 - Dec. 2018 <a href="https://github.com/shizuka1308/eye-gaze-tracking" target="_blank">[report]</a></em></p>
<p>• Built a tool to detect autism at a pre-clinical stage so that proper intervention can be provided for development of autistic children.
<br>• Did a comparative analysis of three machine learning approaches of autism detection using eye tracking, which are, CNN, DNN, and non-neural network methods-SVM and Random Forest Classifier.
<br>• An accuracy of 73.54% was obtained using CNN, 78.86% using DNN, and 63.07% and 65.22% for SVM and Random Forest Classifier respectively.</p>
</td>
</tr>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/handges.png' width="180">
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:top">
<papertitle><big>Hand Gesture Recognition Using Kinect Sensor </papertitle></big>
<br>
<p><em>Python 2.7, NumPy, OpenCV3, Plotly-express, Scikit-learn, Freenect, Scipy, SimpleCV | Jan. 2018 - May 2018 <a href="https://github.com/shizuka1308/hand-gesture-recognition" target="_blank">[report]</a></em></p>
<p> • Developed an application for recognizing hand gesture for controlling the VLC media player.
<br>• Concepts: Data extraction(using HoG feature), classification(Multiclass-SVM).
<br>• The method which employs depth thresholding and SVM to recognise gestures, achieved an average accuracy of 95.83%. </p>
</p> <p></p>
</td>
</tr>
</tbody></table>
<!-- </div> -->
<!-- </div> -->
</div>
<hr class="soft">
<!-- Honors/Awards -->
<!-- <br> -->
<button style="border:0px transparent; background-color: transparent;outline:none;"type="button" class="collapsible" data-toggle="collapse" data-target="#content-news" id="news"><heading>Honors/Awards</heading></button>
<!-- <div class="container"> -->
<div id="content-news" class="collapse in">
<!-- <div class="scroll"> -->
<table border=0 class="bg_colour" style="padding:10px;width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
World Rank 175, Google Code Jam to I/O for Women 2020
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐ </p>
</td>
<td>
National Talent Search Examination Scholar-NTSE
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
AIR 22, Women’s CodeSprint5,2018
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-625, National Level Science Talent Search Examination,2010
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-146, International informatics Olympiad,2010
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-385, 12th National Science Olympiad,2010
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-427, 10th National Cyber Olympiad,2010
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-18, National general knowledge Exam,2010
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
AIR-2927, Unified Cyber Olympiad
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-316, 9th National Cyber Olympiad
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-465 , 11th National Science Olympiad
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-149, 10th National Science Olympiad
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-173, International Olympiad Of Mathematics
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐ </p>
</td>
<td>
Participated, Educational Assessment Australia
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-453 ,8th National Science Olympiad
</td>
</tr>
<tr>
<td>
<p style="color:darkblue; display:inline">⭐  </p>
</td>
<td>
State Rank-233, 7th National Science Olympiad
</td>
</tr>
</tbody></table>
<!-- </div> -->
<!-- </div> -->
</div>
<hr class="soft">
<tr>
<td>
<p>This template is a modification to Jon Barron's <a href="https://jonbarron.info/" target="_blank">website</a>. Find the source code to my website <a href="https://github.com/shizuka1308/shizuka1308.github.io" target="_blank">here</a>.</p>
</td>
</tr>
<tr>
<td>
<p></p>
</td>
</tr>
</td>
</tr>
</table>
</body>
</html>