-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
804 lines (689 loc) · 42.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Rahul's Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/icon.png" rel="icon">
<link href="assets/img/icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img src="assets/img/rb_propic_half.jpg" alt="" class="img-fluid rounded-circle">
<h1 class="text-light"><a href="index.html">Rahul Balaji</a></h1>
<div class="social-links mt-3 text-center">
<a href="https://www.linkedin.com/in/rahul-balaji/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/rb-balaji/Product_Management_Projects.git" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:[email protected]" class="linkedin"><i class="bx bx-envelope"></i></a>
</div>
<a href="https://drive.google.com/file/d/1KtPfH8aHG-n_CUMBBBFGSTjsay1uj1UV/view?usp=sharing" target="_blank"><button type="submit">View Resume</button></a>
</div>
<nav id="navbar" class="nav-menu navbar">
<ul>
<!-- <li><a href="/assets/docs/GautamVR_Resume.pdf" target="_blank"><button type="submit">Download CV</button></a></li> -->
<li><a href="#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About</span></a></li>
<li><a href="#resume" class="nav-link scrollto"><i class="bx bx-file-blank"></i> <span>Experience</span></a></li>
<li><a href="#services" class="nav-link scrollto"><i class="bx bx-server"></i> <span>Projects</span></a></li>
<li><a href="#portfolio" class="nav-link scrollto"><i class="bx bx-book-content"></i> <span>Skills</span></a></li>
<li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="hero-container" data-aos="fade-in">
<p>Hi! Welcome to my profile. I'm</p>
<h1>RAHUL BALAJI</h1>
<br>
<br>
<p><span class="typed" data-typed-items="A Product Manager,A DevOps Engineer,An AI Enthusiast"></span></p>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>A Little about me</h2>
<p>
Welcome! I'm Rahul Balaji, a dedicated and innovative Product Manager with a robust background in technology, entrepreneurship, and management. With a Master of Science from Simon Business School and a Master of Technology from VIT University, my academic journey has been marked by a deep commitment to excellence, as evidenced by a significant scholarship for academic achievement. My professional path has taken me from the vibrant tech hubs of India to the cutting-edge medical research facilities in Rochester, NY, where I've led projects that significantly enhance data accuracy, research efficiency, and healthcare outcomes. At the heart of my work is a passion for leveraging technology to solve complex problems, streamline operations, and improve lives. Dive into my journey of transforming healthcare technology, mentoring future leaders, and driving innovation in the digital age.
</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/rb_profile_img.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<div class="row">
<!-- <div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>24</span></li>
</ul>
</div> -->
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Country:</strong> <span>United States of America</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>State:</strong> <span>New York</span></li>
</ul>
</div>
</div>
<h3>Education</h3>
<b>Master's in Technical Entrepreneurship and Management, University of Rochester</b>
<div >
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Coursework:</strong> Economics of Product Development, Screening Technical opportunities, Product Development and Management, Data Science at Scale, Database systems.</li>
<li><i class="bi bi-chevron-right"></i> <strong>Scholarship:</strong> 65%</li>
</ul>
</div>
<b>Master's in Software Engineering, Vellore Institute of Technology</b>
<div>
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Coursework:</strong> Web Programming (Html, CSS & PHP), Artifical Intelligence & Machine Learning.</li>
<li><i class="bi bi-chevron-right"></i> <strong>CGPA:</strong> 3.9/4</li> </ul>
</div>
<h3>Other Interests...</h3>
<li>I enjoy exploring various destinations to sample diverse cuisines. Spending time with my dogs brings me joy. I also have a passion for visiting wildlife sanctuaries.</li>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume section-bg">
<div class="container">
<div class="section-title">
<h2>Where I've worked at</h2>
<!-- <p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p> -->
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<!-- <div class="section-title"><h3>Professional Experience</h3></div> -->
<h4 class="resume-title">Rochester Medical Center</h4>
<p><em>Rochester, NY, USA</em></p>
<div class="resume-item">
<h4>Product Manager</h4>
<h5>09/2023 - Present</h5>
<ul>
<li>
Achieved a 30% enhancement in data accuracy and a 25% boost in research efficiency by orchestrating the integration of an EMR system with REDCap database using FHIR web services leading to streamlined data interoperability in <a href="https://ascopubs.org/doi/full/10.1200/JCO.22.00494">Lung Cancer Research</a>.
</li>
<li>
Selected as the youngest team member to report directly to the President of the <a href="https://www.thoracic.org/about/newsroom/press-releases/conference/m-patricia-rivera-new-ats-president.php">American Thoracic Society (ATS)</a>, chosen from over 600-strong, pool of applications.
</li>
</ul>
</div>
<h4 class="resume-title">Philips Healthcare</h4>
<p><em>Bengaluru, KA, India</em></p>
<div class="resume-item">
<h4>Product Manager</h4>
<h5>03/2022 - 08/2023</h5>
<ul>
<li>
Spearheaded the onboarding program for the <a href="https://aws.amazon.com/blogs/machine-learning/philips-accelerates-development-of-ai-enabled-healthcare-solutions-with-an-mlops-platform-built-on-amazon-sagemaker/">AI ToolSuite platform</a>, by personally training over 300 employees in 5 different business units, leading to a significant enhancement in cross-departmental collaboration and a 40% increase in ML Ops adoption.
</li>
<li>
Led the <a href="https://cf-s3-7ae94683-4130-46d9-a6f4-60ba53ea8ac0.s3.amazonaws.com/s3fs-public-eight/PDF/store-datasheet.pdf">Clinical Data Repository</a> product team through a Software Design Transformation, into a Multi-Tenanted Architecture resulted in a 55% decrease in infrastructure cost and a 30% reduction in maintenance efforts.
</li>
<li>
Conducted usability testing sessions for the <a href="https://www.fiercebiotech.com/medtech/philips-taps-aws-send-imaging-management-tech-cloud-develop-new-clinical-ai-tools">HealthSuite Imaging platform</a>, and iteratively simplified the User Experience with designers, leading to a 30% higher retention rate among inexperienced customers.
</li>
</ul>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h4 class="resume-title">Philips Healthcare</h4> <p><em>Bengaluru, KA, India</em></p>
<div class="resume-item">
<h4>Senior Software Engineer</h4>
<h5>08/2020 - 03/2022</h5>
<ul><li>
Designed and deployed healthcare technology applications of the 4th largest pharmaceuticals company, (Novartis), enhancing patient outcomes by 25% using <b>AWS, AI, Python, React, Terraform, ML, Java, and Tableau</b>.
</li></ul>
<ul><li>
Improved team efficiency and communication by implementing <a href="https://appliedradiology.com/articles/philips-launches-analytics-platform-at-himss-2022">Philips Performance Bridge Analytics Dashboard</a>, for the Miami Cardiac and Vascular Institute resulting in 100% positive feedback from the board of directors in the data-driven decision-making initiatives.
</li></ul>
<ul><li>
Enhanced the efficiency of 2D and 3D imaging and annotation tools by 30% by leading the modernization and migration to cloud-based platforms, reducing data processing time by 60 % and improving overall operational sales in healthcare technology.
</li></ul>
</div>
<h4 class="resume-title">Philips Healthcare</h4>
<p><em>Bengaluru, KA, India</em></p>
<div class="resume-item">
<h4>Software Engineer</h4>
<h5>07/2019 - 08/2020</h5>
<ul>
<li>Streamlined <a href="https://aws.amazon.com/solutions/case-studies/philips-accelerates-insights-for-healthcare/">Innovative Data Annotation Solutions</a> for healthcare applications by implementing and managing AWS technologies,
including S3, Lambda, and API Gateway, which led to a 40% improvement in data management efficiency and bolstered compliance.</li>
<li>Engineered a 40% reduction in critical operational complications by extensively documenting software processes and rigorously
assessing project impacts. This approach facilitated the implementation of key improvements in efficiency metrics.</li>
<li>Enhanced the <a href="https://docs.oracle.com/en/solutions/implement-philips-tasy-healthcare-system/index.html#GUID-E372CC32-EFBC-4D00-A2FB-6AEF0B6EF7EB">Philips Tasy EMR HTML5</a> system integration capabilities by implementing RESTful APIs and Cloud services, leading to a
40% increase in interoperability with external healthcare systems and improved clinical decision-making efficiency.</li>
</ul>
</div>
</div>
</div>
<!-- <div data-aos="fade-up" data-aos-delay="200">
<h3 class="resume-title">Leadership Experience</h3>
<div class="resume-item">
<h4>Core Leader in Young Leaders Club </h4>
<p><em>Philips Healthcare</em></p>
</div>
<div class="resume-item">
<h4>Department Head </h4>
<p><em>Technocrats Robotics</em></p>
</div>
<div class="resume-item">
<h4>Student Organizer</h4>
<p><em>ICNETS2 International Conference</em></p>
<h5>2017 - 2019</h5>
<ul>
<li>Part of Student Organizers of International Conference (ICNETS2)</li>
</ul>
</div>
<div class="resume-item">
<h4>Overall Student Coordinator</h4>
<p><em>24-Hour IoT Make-athon</em></p>
<h5>2017 - 2019</h5>
<ul>
<li>Overall Student Coordinator of 24-Hour IoT Make-athon 2017 sponsored by Intel, Microsoft and Aricent</li>
</ul>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Bachelor of Technology in Electronics and Communication Engineering</h4>
<h5>2015 - 2019</h5>
<p><em>Vellore Institute of Technology, Chennai, India</em></p>
<p>Qui deserunt veniam. Et sed aliquam labore tempore sed quisquam iusto autem sit. Ea vero voluptatum qui ut
dignissimos deleniti nerada porti sand markend</p>
</div>
</div> -->
</div>
</section><!-- End Resume Section -->
<!-- ======= Resume Section ======= -->
<!-- <section id="awards">
</section> -->
<!-- ======= Facts Section ======= -->
<!-- <section id="facts" class="facts" data-aos="fade-up">
<div class="container">
<div class="section-title">
<h2>Facts</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p>
</div>
<div class="row no-gutters">
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch" data-aos="fade-up">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<span data-purecounter-start="0" data-purecounter-end="232" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Happy Clients</strong> consequuntur quae</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="count-box">
<i class="bi bi-journal-richtext"></i>
<span data-purecounter-start="0" data-purecounter-end="521" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Projects</strong> adipisci atque cum quia aut</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="count-box">
<i class="bi bi-headset"></i>
<span data-purecounter-start="0" data-purecounter-end="1453" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Hours Of Support</strong> aut commodi quaerat</p>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="count-box">
<i class="bi bi-people"></i>
<span data-purecounter-start="0" data-purecounter-end="32" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Hard Workers</strong> rerum asperiores dolor</p>
</div>
</div>
</div>
</div>
</section> -->
<!--End Facts Section -->
<!-- End Skills Section-->
<!-- ======= Services Section ======= -->
<section id="services" class="services ">
<div class="container">
<div class="section-title">
<h2>A few projects that I've built</h2>
<p></p>
</div>
<!-- <div class="row" data-aos="fade-up">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">App</li>
<li data-filter=".filter-card">Card</li>
<li data-filter=".filter-web">Web</li>
</ul>
</div>
</div> -->
<div class="row">
<a href="https://github.com/rb-balaji/Product_Management_Projects/tree/main/Capstone%20Project%20-%20Personal%20Nutritionist%20with%20AI" target="_blank" class="col-lg-6 col-md-6 icon-box" data-aos="fade-up">
<div class="project-bg">
<div class="icon"><i class="bi bi-briefcase"></i></div>
<h4 class="title">Personal Nutritionist with AI</h4>
<p>
<ul class="description">
<li> Spearheaded the development of a "Personal Nutritionist AI" mobile app, utilizing advanced AI algorithms to provide personalized diet plans based on user-specific parameters like weight, height, and medical history, successfully catering to weight management goals.
</li>
<li>Engineered a feature within the app allowing users to upload food images, enabling the AI to analyze and calculate caloric content, significantly enhancing user engagement and dietary tracking accuracy.
</li>
<li>Overcame challenges in data acquisition and model training by strategically sourcing diverse nutritional data, ensuring comprehensive coverage of various dietary needs and preferences, thereby increasing the app's applicability and user base.
</li>
<li>Directed the MVP development and post-launch strategy, incorporating user feedback to iteratively improve the app's functionality and user experience, resulting in a 45% potential increase in active users within the first 3 months.
</li>
<li>Future enhancements could include a estimate of costs, responsive design for various devices, and customizable dietary needs criteria.</li>
</ul>
</p>
</div>
</a>
<a href="https://github.com/rb-balaji/Product_Management_Projects/tree/main/Create%20a%20Medical%20Image%20Annotation%20Job" target="_blank" class="col-lg-6 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="project-bg">
<div class="icon"><i class="bi bi-bar-chart"></i></div>
<h4 class="title">Medical Image Annotation Job</h4>
<ul class="description">
<li>
Led the design and implementation of a medical image annotation project on Appen's platform, focusing on distinguishing between healthy and pneumonia-affected chest x-ray images of children, aiming to support the development of a diagnostic AI tool.
</li>
<li>
Introduced a novel annotation strategy incorporating an "Unknown" option and a numerical confidence scale for pneumonia detection, facilitating the capture of uncertainty in data labels, thereby enhancing the quality and reliability of the dataset for machine learning applications.
</li>
<li>
Developed comprehensive annotation guidelines and test questions for a dataset comprising over 1K chest x-ray images, ensuring clarity in identifying pneumonia symptoms for non-expert annotators, which included signs of cloudiness, opacity in the lungs, and obscured diaphragm shadows.
</li>
<li>
Collaborated with a cross-functional team of ML engineers, data scientists, and healthcare professionals to align the annotation project's outcomes with the product goals, ensuring the dataset supports the development of a classification system capable of flagging serious cases and identifying healthy cases of pneumonia in children.
</li>
<li>
Set the stage for advancing the pneumonia detection model by planning to integrate deep learning and expand the dataset, aiming for a universal diagnostic tool with over 90% accuracy, revolutionizing pediatric pneumonia diagnosis.
</li>
</ul>
</div>
</a>
<a href="https://github.com/rb-balaji/Product_Management_Projects/tree/b42044f1520df8c87389afe8a71b9fac67b33b14/Deploy%20Scalable%20VPC%20Architecture%20on%20AWS%20Cloud" target="_blank" class="col-lg-6 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="project-bg">
<div class="icon"><i class="bi bi-briefcase"></i></div>
<h4 class="title">Deploy Scalable VPC Architecture on AWS Cloud</h4>
<ul class="description">
<li>
Led the design and deployment of a modular and scalable Virtual Network Architecture using Amazon VPC, enhancing network infrastructure's flexibility and scalability to support growing application demands.
</li>
<li>
Managed AWS account setup and infrastructure resource creation, demonstrating expertise in AWS Cloud services and account management best practices.
</li>
<li>
Customized and provisioned AWS EC2 instances with necessary application dependencies, creating a Golden Amazon Machine Image (AMI) to standardize and expedite future deployments.
</li>
<li>
Automated the installation of AWS CLI, Apache Web Server, Git, CloudWatch Agent, and AWS SSM Agent on EC2 instances, streamlining the setup process and ensuring consistent configurations across the infrastructure.
</li>
<li>
Developed and implemented scripts for pushing custom memory metrics to AWS CloudWatch, enabling enhanced monitoring capabilities and proactive resource management.
</li>
</ul>
</div>
</a>
<a href="https://github.com/rb-balaji/Product_Management_Projects/tree/main/Build%20a%20Model%20with%20Google%20AutoML" target="_blank" class="col-lg-6 col-md-6 icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="project-bg">
<div class="icon"><i class="bi bi-briefcase"></i></div>
<h4 class="title">Google AutoML</h4>
<ul class="description">
<li>
Developed a binary classification model using Google AutoML to distinguish between healthy and pneumonia-affected chest x-ray images of children, achieving an accuracy of 85% with a balanced dataset of 1200 images (600 normal, 600 pneumonia).
</li>
<li>
Analyzed model performance through a confusion matrix, achieving a precision of 60% and a recall of 10%, highlighting the model's ability to flag serious cases effectively and identify healthy cases quickly
</li>
<li>
Experimented with incrementally adding balanced data to each class, ultimately requiring 1200 images to surpass 85% precision and recall, validating the hypothesis that adding more balanced data improves model accuracy
</li>
<li>
Tested the robustness of the pneumonia classification model against dirty data by intentionally mislabeling 30% of the dataset (30 normal, 30 pneumonia images), simulating real-world data inconsistencies.
</li>
<li>
Propose to implement an ensemble learning approach, combining the strengths of multiple machine learning models to increase diagnostic precision and recall beyond 85%, ensuring a more reliable diagnostic aid for doctors in real-world settings.
</li>
</ul>
</div>
</a>
</div>
</section>
<!-- End Services Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio section-bg">
<div class="skills container">
<div class="section-title">
<h2>Technology stacks that I've worked on</h2>
<p></p>
</div>
<div class="row skills-content">
<div data-aos="fade-right">
<button type="submit">SQL</button>
<button type="submit">A/B Testing</button>
<button type="submit">Python</button>
<button type="submit">Product Prototyping</button>
<button type="submit">Machine Learning</button>
<button type="submit">Tableau</button>
<button type="submit">Wireframe</button>
<button type="submit">No-Code Tools</button>
</div>
</div>
<br/>
<div class="section-title">
<h2>Tools that I've worked on</h2>
<p></p>
</div>
<div class="row skills-content">
<div data-aos="fade-right">
<button type="submit">Notion Projects</button>
<button type="submit">Trello</button>
<button type="submit">Agile Frameworks</button>
<button type="submit">proto.io</button>
<button type="submit">Figma</button>
<button type="submit">Mixpanel</button>
<button type="submit">Jira</button>
<button type="submit">Mailchimp</button>
<button type="submit">Tableau</button>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="container">
<div class="section-title" data-aos="fade-in">
<h3>Brands that I have been associated with:</h3>
</div>
<div class="row portfolio-container" >
<div class="col-lg-2 col-md-6 portfolio-item filter-card" data-aos="fade-left" data-aos-delay="700">
<div class="portfolio-wrap">
<img src="assets/img/brands/images (2).png" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="https://www.novartis.com/news/media-releases/alcon-develop-smart-suite-digital-health-platform-cataract-surgery" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-app " data-aos="fade-left" data-aos-delay="300">
<div class="portfolio-wrap">
<img src="assets/img/brands/amazon_aws_logo_icon_168666.png" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="https://aws.amazon.com/blogs/machine-learning/philips-accelerates-development-of-ai-enabled-healthcare-solutions-with-an-mlops-platform-built-on-amazon-sagemaker/" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-app" data-aos="fade-left" data-aos-delay="300">
<div class="portfolio-wrap">
<img src="assets/img/brands/images (1).png" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="https://www.usa.philips.com/a-w/about/news/archive/standard/news/press/2018/20181023-alcon-novartis-selects-philips-healthsuite-digital.html" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-card" data-aos="fade-left" data-aos-delay="700">
<div class="portfolio-wrap">
<img src="assets/img/brands/Philips.png" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="https://www.usa.philips.com/healthcare" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-app" data-aos="fade-left" data-aos-delay="600">
<div class="portfolio-wrap">
<img src="assets/img/brands/images.png" class="img-fluid" alt=""></a>
<div class="portfolio-links">
<a href="https://www.usa.philips.com/healthcare/innovation/about-health-suite" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-web" data-aos="fade-left" data-aos-delay="500">
<div class="portfolio-wrap">
<img src="assets/img/brands/images.jpeg" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="https://www.urmc.rochester.edu/pulmonary.aspx" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-card" data-aos="fade-left" data-aos-delay="700">
<div class="portfolio-wrap">
<img src="assets/img/brands/Simon_logo_bottom.png" class="img-fluid" alt="">
<div class="portfolio-links">
<a href="https://simon.rochester.edu/programs/full-time-mba/admissions/rankings-distinctions" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-app " data-aos="fade-left" data-aos-delay="300">
<div class="portfolio-wrap">
<img src="assets/img/brands/b9c6b5d841443fca1eac7c37e537fd19.webp" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
<div class="container">
<div class="section-title" data-aos="fade-in">
<h3>Digital Badges and Certifications</h3>
</div>
<div class="row portfolio-container" >
<div class="col-lg-2 col-md-6 portfolio-item filter-card" data-aos="fade-left" data-aos-delay="400">
<div class="portfolio-wrap">
<img src="assets/img/brands/AWS-Certified-Solutions-Architect-Associate_badge.3419559c682629072f1eb968d59dea0741772c0f.png" class="img-fluid" alt="">
<!-- <div class="portfolio-links">
<a href="assets/img/certs/Splunk_Certified_Power_User.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Splunk Certification"><i class="bx bx-plus"></i></a>
</div> -->
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-app" data-aos="fade-left" data-aos-delay="100">
<div class="portfolio-wrap">
<img src="assets/img/brands/twitter_thumb_201604_cka_from_cncfsite__281_29.png" class="img-fluid" alt="">
<!-- <div class="portfolio-links">
<a href="https://alison.com/certification/check/%242y%2410%24iNRJ7TiZNdpcdHRXeNK2QeQdsybYmb.eH.GQBngNzV4pig2qcDa" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div> -->
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-web" data-aos="fade-left" data-aos-delay="500">
<div class="portfolio-wrap">
<img src="assets/img/brands/GCC_badge_DA_1000x1000.png" class="img-fluid" alt="">
<!-- <div class="portfolio-links">
<a href="assets/img/certs/Advanced_Dashboards_and_Visualizations.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Splunk Certification"><i class="bx bx-plus"></i></a>
</div> -->
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-web" data-aos="fade-left" data-aos-delay="200">
<div class="portfolio-wrap">
<img src="assets/img/brands/Udacity-Product-Manager.png" class="img-fluid" alt="">
<!-- <div class="portfolio-links">
<a href="https://www.credly.com/badges/7b2d0390-a962-43e2-88f0-1282d2606d18/linked_in_profile" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div> -->
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-app " data-aos="fade-left" data-aos-delay="300">
<div class="portfolio-wrap">
<img src="assets/img/brands/XDP~SPECIALIZATION!~ai-healthcare.jpeg" class="img-fluid" alt="">
<!-- <div class="portfolio-links">
<a href="https://www.credly.com/badges/ab176057-f4ba-4b55-a7ca-267992bf6e05/linked_in_profile" target="_blank" title="Verify"><i class="bx bx-link"></i></a>
</div> -->
</div>
</div>
<div class="col-lg-2 col-md-6 portfolio-item filter-app " data-aos="fade-left" data-aos-delay="300">
<div class="portfolio-wrap">
<img src="assets/img/brands/XDP~SPECIALIZATION!~ai-product-management-duke.jpeg" class="img-fluid" alt="">
<!-- <div class="portfolio-links">
<a href="assets/img/certs/Certified_User.png" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Splunk Certification"><i class="bx bx-plus"></i></a>
</div> -->
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Testimonials Section ======= -->
<!-- <section id="testimonials" class="testimonials section-bg">
<div class="container">
<div class="section-title">
<h2>Testimonials</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p>
</div>
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item" data-aos="fade-up">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item" data-aos="fade-up" data-aos-delay="100">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item" data-aos="fade-up" data-aos-delay="200">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item" data-aos="fade-up" data-aos-delay="300">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item" data-aos="fade-up" data-aos-delay="400">
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section> -->
<!-- End Testimonials Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Please reach out to me</h2>
<p>I love to build many interesting projects on my own time, and I'll always be up to colloborate on building new stuffs and exploring new technologies, So please feel free to contact me if you are looking to team up or even to have some nice coffee chat.</p>
</div>
<div class="row" data-aos="fade-in">
<div class="col-lg-5 d-flex align-items-stretch">
<div class="info">
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>New York, United States of America</p>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d387198.06832104054!2d-74.60351693417698!3d40.696330012255814!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2sin!4v1700805461983!5m2!1sen!2sin" frameborder="0" style="border:0; width: 100%; height: 290px;" allowfullscreen></iframe>
</div>
</div>
<!-- <div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="form-group col-md-6">
<label for="name">Your Name</label>
<input type="text" name="name" class="form-control" id="name" required>
</div>
<div class="form-group col-md-6">
<label for="name">Your Email</label>
<input type="email" class="form-control" name="email" id="email" required>
</div>
</div>
<div class="form-group">
<label for="name">Subject</label>
<input type="text" class="form-control" name="subject" id="subject" required>
</div>
<div class="form-group">
<label for="name">Message</label>
<textarea class="form-control" name="message" rows="10" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div> -->
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>