-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
919 lines (877 loc) · 36.1 KB
/
index.html
File metadata and controls
919 lines (877 loc) · 36.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sameer Khan - AI/ML Researcher & CS Student at Georgia Tech</title>
<meta name="description" content="Computer Science student at Georgia Tech specializing in AI/ML research. Experience at iRODS Consortium, SIPLab, and Molecular Evolution Core Lab.">
<meta name="keywords" content="Sameer Khan, Georgia Tech, AI, Machine Learning, Computer Science, Software Engineer, Python, JavaScript, iRODS">
<meta name="author" content="Sameer Khan">
<link rel="icon" type="image/ico" href="favicon.ico" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://khansameer25.github.io/portfolio/">
<meta property="og:title" content="Sameer Khan - AI/ML Researcher & CS Student">
<meta property="og:description" content="Computer Science student at Georgia Tech specializing in AI/ML research.">
<meta property="og:image" content="https://khansameer25.github.io/portfolio/cropped.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://khansameer25.github.io/portfolio/">
<meta property="twitter:title" content="Sameer Khan - AI/ML Researcher & CS Student">
<meta property="twitter:description" content="Computer Science student at Georgia Tech specializing in AI/ML research.">
<meta property="twitter:image" content="https://khansameer25.github.io/portfolio/cropped.jpg">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<script src="https://unpkg.com/feather-icons"></script>
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"
/>
<style>
:root {
--primary-bg: #050a08;
--secondary-bg: #071210;
--border-color: #0c1d1b;
--accent-color: #1a2b23;
--text-primary: #e6f1ec;
--text-secondary: #7a8a8a;
--text-muted: #23302b;
--teal-light: #b7e6c2;
--teal-bright: #e6ffe6;
--accent-gradient: linear-gradient(135deg, #071210 0%, #0c1d1b 100%);
}
html {
scroll-behavior: smooth;
height: 100%;
}
body {
font-family: "Inter", sans-serif;
background-color: var(--primary-bg);
color: var(--text-secondary);
min-height: 100vh;
}
#canvas {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
opacity: 0.4;
pointer-events: none;
}
.content-wrapper {
position: relative;
z-index: 1;
}
/* Navigation */
.nav-link {
transition: all 0.2s ease-in-out;
display: flex;
align-items: center;
font-weight: 700;
color: var(--text-muted);
}
.nav-link.active {
color: var(--text-primary);
}
.nav-link.active .nav-indicator {
width: 3rem;
background-color: var(--text-primary);
}
.nav-indicator {
transition: all 0.2s ease-in-out;
width: 1.5rem;
height: 2px;
background-color: var(--text-muted);
margin-right: 1rem;
}
/* Cards & Interactive Elements */
.content-card {
background-color: var(--primary-bg);
border: 1px solid var(--border-color);
border-radius: 1rem;
padding: 2rem;
transition: all 0.3s ease;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.content-card:hover {
background-color: rgba(7, 18, 16, 0.96);
border-color: var(--accent-color);
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.tech-tag {
display: inline-flex;
align-items: center;
gap: 0.375rem;
background-color: var(--accent-color);
color: var(--teal-bright);
padding: 0.375rem 1rem;
border-radius: 9999px;
font-size: 0.8rem;
font-weight: 700;
border: 1.5px solid var(--teal-light);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
letter-spacing: 0.02em;
transition: all 0.2s ease;
}
.tech-tag:hover {
background-color: var(--teal-light);
color: var(--accent-color);
border-color: var(--teal-bright);
}
.tech-tag i {
font-size: 16px;
}
.gh-link {
color: var(--teal-light);
text-decoration: none;
transition: color 0.2s ease-in-out;
}
.gh-link:hover {
text-decoration: underline;
color: #ffffff;
}
/* Profile Card */
.profile-card {
background-color: var(--primary-bg);
border: 1px solid var(--primary-bg);
border-radius: 1.5rem;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
.profile-banner-container {
width: 100%;
aspect-ratio: 16/9;
position: relative;
background: var(--accent-gradient);
border-bottom: 2px solid var(--border-color);
}
.profile-banner-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.profile-name-wrapper {
position: absolute;
left: 0.8rem;
bottom: -2px;
z-index: 2;
}
.profile-name-plate {
background-color: var(--primary-bg);
border-radius: 0.75rem 0.75rem 0 0;
padding: 0.6rem 1.2rem;
display: inline-block;
border: 2px solid var(--border-color);
border-bottom: none;
}
/* Scrollbar */
.main-content {
height: 100vh;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: rgba(26, 43, 35, 0.85) transparent;
}
.main-content::-webkit-scrollbar {
width: 6px;
}
.main-content::-webkit-scrollbar-track {
background: transparent;
}
.main-content::-webkit-scrollbar-thumb {
background: rgba(26, 43, 35, 0.85);
border-radius: 3px;
}
.main-content::-webkit-scrollbar-thumb:hover {
background: var(--accent-color);
}
</style>
</head>
<body class="overflow-hidden h-screen">
<canvas id="canvas"></canvas>
<div
class="content-wrapper max-w-7xl mx-auto lg:grid lg:grid-cols-5 lg:gap-12 px-4 sm:px-6 lg:px-8 h-screen"
>
<header
class="lg:col-span-2 lg:flex lg:flex-col lg:justify-start lg:py-12"
>
<div class="profile-card flex flex-col p-0">
<div class="profile-banner-container">
<img
src="cropped.jpg"
alt="Profile banner"
class="profile-banner-img"
/>
<div class="profile-name-wrapper">
<div class="profile-name-plate">
<h1
class="text-3xl lg:text-4xl font-black text-white leading-tight"
>
Sameer Khan
</h1>
</div>
</div>
</div>
<div class="flex-1 flex flex-col px-8 pb-8 pt-2">
<div class="space-y-6">
<div>
<h2 class="text-lg font-semibold text-gray-300">
Computer Science Student & AI/ML Researcher
</h2>
</div>
<div class="space-y-4">
<h3
class="text-md font-bold text-white uppercase tracking-wider italic"
>
TLDR...
</h3>
<ul class="text-gray-400 text-sm space-y-2">
<li>• CS Student @ Georgia Tech</li>
<li>• AI/ML researcher at SIPLab</li>
<li>• Full-Stack Engineer at Molecular Evolution Core Lab</li>
<li>• Former Software Engineer Intern at iRODS Consortium</li>
</ul>
</div>
</div>
<nav class="hidden lg:block mt-8">
<ul class="space-y-4">
<li>
<a class="nav-link" href="#about"
><span class="nav-indicator"></span><span>ABOUT</span></a
>
</li>
<li>
<a class="nav-link" href="#experience"
><span class="nav-indicator"></span
><span>EXPERIENCE</span></a
>
</li>
<li>
<a class="nav-link" href="#education"
><span class="nav-indicator"></span
><span>EDUCATION</span></a
>
</li>
<li>
<a class="nav-link" href="#projects"
><span class="nav-indicator"></span><span>PROJECTS</span></a
>
</li>
</ul>
</nav>
<div class="mt-8 flex items-center gap-x-4 justify-start flex-wrap">
<a
href="https://github.com/khansameer25"
target="_blank"
rel="noopener noreferrer"
class="gh-link p-2 hover:bg-gray-800 rounded-lg transition-colors"
aria-label="GitHub Profile"
><i data-feather="github" class="w-5 h-5"></i
></a>
<a
href="https://linkedin.com/in/sameer-khan-cs"
target="_blank"
rel="noopener noreferrer"
class="gh-link p-2 hover:bg-gray-800 rounded-lg transition-colors"
aria-label="LinkedIn Profile"
><i data-feather="linkedin" class="w-5 h-5"></i
></a>
<a
href="mailto:realskhan25@gmail.com"
class="gh-link p-2 hover:bg-gray-800 rounded-lg transition-colors"
aria-label="Email Sameer"
><i data-feather="mail" class="w-5 h-5"></i
></a>
<a
href="tel:+19195278182"
class="gh-link p-2 hover:bg-gray-800 rounded-lg transition-colors"
aria-label="Call Sameer"
><i data-feather="phone" class="w-5 h-5"></i
></a>
</div>
</div>
</div>
</header>
<main class="main-content lg:col-span-3 lg:pt-12 lg:pb-12">
<div class="max-w-4xl pt-4 lg:pt-0">
<section id="about" class="mb-20 scroll-mt-16">
<div class="mb-8">
<h2 class="text-2xl lg:text-3xl font-bold text-white mb-3">
About
</h2>
<div
class="w-20 h-1 rounded-full bg-gradient-to-r from-[var(--accent-color)] to-[var(--teal-light)] opacity-90"
></div>
</div>
<div class="space-y-6">
<p class="text-gray-300 text-lg leading-relaxed">
Working on a machine learning model to detect skin cancer taught
me that effective AI relies as much on understanding data as
designing algorithms. I learned how dataset imbalances create
blind spots, how preprocessing shapes model behavior, and how
evaluation metrics reveal limitations. Today, I am driven to
build intelligent systems that not only perform well in theory,
but are robust, scalable, and capable of addressing complex
real-world challenges.
</p>
<div>
<h3 class="text-xl font-bold text-white mb-6">Core Skills</h3>
<div class="flex flex-wrap gap-3">
<span class="tech-tag"
><i class="devicon-python-plain"></i> Python</span
>
<span class="tech-tag"
><i class="devicon-javascript-plain"></i> JavaScript</span
>
<span class="tech-tag"
><i class="devicon-java-plain"></i> Java</span
>
<span class="tech-tag"
><i class="devicon-cplusplus-plain"></i> C++</span
>
<span class="tech-tag"
><i class="devicon-mysql-plain"></i> SQL</span
>
<span class="tech-tag"
><i class="devicon-react-original"></i> React</span
>
<span class="tech-tag"
><i class="devicon-flask-original"></i> Flask</span
>
<span class="tech-tag"
><i class="devicon-nodejs-plain"></i> Node.js</span
>
<span class="tech-tag"
><i class="devicon-numpy-original"></i> NumPy</span
>
<span class="tech-tag"
><i class="devicon-pandas-original"></i> Pandas</span
>
<span class="tech-tag"
><i class="devicon-tensorflow-original"></i>
TensorFlow</span
>
<span class="tech-tag"
><i class="devicon-pytorch-original"></i> PyTorch</span
>
<span class="tech-tag"
><i class="devicon-vscode-plain"></i> VS Code</span
>
<span class="tech-tag"
><i class="devicon-firebase-plain"></i> Firebase</span
>
<span class="tech-tag"
><i class="devicon-github-original"></i> GitHub</span
>
<span class="tech-tag"
><i class="devicon-arduino-plain"></i> Arduino</span
>
<span class="tech-tag">Jupyter Notebooks</span>
<span class="tech-tag">Jira</span>
<span class="tech-tag">SwaggerHub</span>
<span class="tech-tag">Confluence</span>
</div>
</div>
</div>
</section>
<section id="experience" class="mb-20 scroll-mt-16">
<div class="mb-10">
<h2 class="text-2xl lg:text-3xl font-bold text-white mb-3">
Experience
</h2>
<div
class="w-20 h-1 rounded-full bg-gradient-to-r from-[var(--accent-color)] to-[var(--teal-light)] opacity-90"
></div>
</div>
<div class="space-y-6">
<div class="content-card">
<div
class="flex flex-col lg:flex-row lg:items-start lg:justify-between mb-2 gap-2"
>
<div class="flex-1 min-w-0">
<h3 class="font-bold text-xl text-white">
iRODS Consortium, RENCI
</h3>
<p class="text-teal-300 font-medium">
Software Engineer Intern
</p>
</div>
<div
class="flex flex-col items-end text-right min-w-[140px] lg:pl-6"
>
<p class="text-sm text-gray-400">Chapel Hill, NC</p>
<p class="text-sm text-gray-400">May - Aug. 2025</p>
</div>
</div>
<ul class="text-gray-300 leading-relaxed space-y-2">
<li>
• Implemented PAM authentication in Python iRODS Client,
enabling multi-step MFA over single-password logins.
</li>
<li>
• Delivered a production-ready pull request across 32
commits, addressing 85 discussion items in review and
including inline documentation with comprehensive
unit/integration tests.
</li>
<li>
• Built and tested the full client-side flow using a local
server, ngrep for packet inspection, jsonpatch/jsonpointer
for JSON handling, and a CLI for user authentication.
</li>
</ul>
</div>
<div class="content-card">
<div
class="flex flex-col lg:flex-row lg:items-start lg:justify-between mb-2 gap-2"
>
<div class="flex-1 min-w-0">
<h3 class="font-bold text-xl text-white">
Responsible AI for Decision Making V.I.P. Team, Georgia
Tech
</h3>
<p class="text-teal-300 font-medium">
Undergraduate AI/ML Researcher
</p>
</div>
<div
class="flex flex-col items-end text-right min-w-[140px] lg:pl-6"
>
<p class="text-sm text-gray-400">Atlanta, GA</p>
<p class="text-sm text-gray-400">Jan. 2025 - Present</p>
</div>
</div>
<ul class="text-gray-300 leading-relaxed space-y-2">
<li>
• Improved chest X-ray classification to 84.2% accuracy on
5,100 CheXpert scans by cleaning labels, handling missing
values, and training DenseNet121 with a 3-class
classification head.
</li>
<li>
• Benchmarked ResNet18 (88.2% on 4,998 scans) and
EfficientNet (80% on 250 scans) by implementing
classification heads and evaluating with cross-entropy loss,
AdamW optimizer, and standard train/test splits.
</li>
<li>
• Quantified model uncertainty and failure modes using Monte
Carlo Dropout and conformal prediction, producing per-class
AUC, macro-average AUC, and runtime trade-offs across all
models.
</li>
</ul>
</div>
<div class="content-card">
<div
class="flex flex-col lg:flex-row lg:items-start lg:justify-between mb-2 gap-2"
>
<div class="flex-1 min-w-0">
<h3 class="font-bold text-xl text-white">
Molecular Evolution Core Lab, Georgia Tech
</h3>
<p class="text-teal-300 font-medium">
Full-Stack Engineering Associate
</p>
</div>
<div
class="flex flex-col items-end text-right min-w-[140px] lg:pl-6"
>
<p class="text-sm text-gray-400">Atlanta, GA</p>
<p class="text-sm text-gray-400">May 2025 - Present</p>
</div>
</div>
<ul class="text-gray-300 leading-relaxed space-y-2">
<li>
• Developed a RESTful API in Node.js to streamline lab order
submission and automate inventory management, significantly
reducing manual data entry.
</li>
<li>
• Engineered API to advance orders through a multi-stage
physical workflow, ensuring accurate, real-time tracking.
</li>
<li>
• Validated API stability by executing end-to-end workflow
tests with Postman to ensure input validation.
</li>
</ul>
</div>
<div class="content-card">
<div
class="flex flex-col lg:flex-row lg:items-start lg:justify-between mb-2 gap-2"
>
<div class="flex-1 min-w-0">
<h3 class="font-bold text-xl text-white">
SIPLab, Georgia Tech
</h3>
<p class="text-teal-300 font-medium">
Undergraduate Researcher
</p>
</div>
<div
class="flex flex-col items-end text-right min-w-[140px] lg:pl-6"
>
<p class="text-sm text-gray-400">Atlanta, GA</p>
<p class="text-sm text-gray-400">Nov. 2024 - Present</p>
</div>
</div>
<ul class="text-gray-300 leading-relaxed space-y-2">
<li>
• Develop and optimize software workflows, reducing build
times by 60% with automated CI/CD pipelines.
</li>
<li>
• Integrate Python wheels packaging and automate deployment
for cross-platform compatibility.
</li>
<li>
• Developed multi-channel neural controllers (LQR, LQMPC,
NNMPC) to automate experiments and analysis.
</li>
</ul>
</div>
</div>
</section>
<section id="education" class="mb-20 scroll-mt-16">
<div class="mb-10">
<h2 class="text-2xl lg:text-3xl font-bold text-white mb-3">
Education
</h2>
<div
class="w-20 h-1 rounded-full bg-gradient-to-r from-[var(--accent-color)] to-[var(--teal-light)] opacity-90"
></div>
</div>
<div class="space-y-6">
<div class="content-card">
<div
class="flex flex-col lg:flex-row lg:items-center lg:justify-between mb-4"
>
<div>
<h3 class="font-bold text-xl text-white">
Bachelor of Science in Computer Science
</h3>
<p class="text-teal-300 font-medium">
Georgia Institute of Technology
</p>
<p class="text-sm text-gray-300 mt-1">
Concentration: Intelligence (AI) & Information
Internetworks | GPA: 4.0
</p>
</div>
<p class="text-sm text-gray-400 mt-2 lg:mt-0">
Expected May 2027
</p>
</div>
</div>
<div class="content-card">
<div class="mb-4">
<h3 class="font-bold text-xl text-white mb-3">
Relevant Coursework
</h3>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="space-y-3">
<div>
<h4 class="text-teal-300 font-medium">
CS 1332 - Data Structures & Algorithms
</h4>
<p class="text-sm text-gray-400 mt-1">
Arrays • Trees • Graphs • Hash tables • Sorting •
Searching • Big O analysis
</p>
</div>
<div>
<h4 class="text-teal-300 font-medium">
CS 3600 - Intro to Artificial Intelligence
</h4>
<p class="text-sm text-gray-400 mt-1">
Search algorithms • Machine learning • Neural networks •
Game theory
</p>
</div>
<div>
<h4 class="text-teal-300 font-medium">
MATH 1554 - Linear Algebra
</h4>
<p class="text-sm text-gray-400 mt-1">
Vector spaces • Matrix operations • Eigenvalues • Linear
transformations
</p>
</div>
</div>
<div class="space-y-3">
<div>
<h4 class="text-teal-300 font-medium">
CS 2110 - Computer Organization & Programming
</h4>
<p class="text-sm text-gray-400 mt-1">
Assembly language • Computer architecture • Systems
programming
</p>
</div>
<div>
<h4 class="text-teal-300 font-medium">
CEE 3770 - Probability & Statistics
</h4>
<p class="text-sm text-gray-400 mt-1">
Statistical inference • Probability distributions •
Hypothesis testing
</p>
</div>
<div>
<h4 class="text-teal-300 font-medium">
CS 2050 - Discrete Mathematics
</h4>
<p class="text-sm text-gray-400 mt-1">
Logic • Proofs • Set theory • Combinatorics • Graph
theory
</p>
</div>
</div>
</div>
</div>
<div class="content-card">
<div class="mb-4">
<h3 class="font-bold text-xl text-white mb-3">
Awards & Achievements
</h3>
</div>
<div class="space-y-4">
<div>
<h4 class="font-semibold text-teal-300">
Congressional App Challenge Winner
</h4>
<p class="text-sm text-gray-400">
United States Congress | Feb. 2023
</p>
<p class="text-gray-300 text-sm mt-1">
Recognized for the development of Oral-fluid Monitoring of
Glucose (O.M.G.)
</p>
</div>
<div>
<h4 class="font-semibold text-teal-300">
Best Use of Data Hack
</h4>
<p class="text-sm text-gray-400">WaffleHacks | June 2023</p>
<p class="text-gray-300 text-sm mt-1">
Recognized for utilizing data to create a house pricing
predictor with user-friendly interface
</p>
</div>
<div>
<h4 class="font-semibold text-teal-300">
Ambition Accelerator Prize Winner
</h4>
<p class="text-sm text-gray-400">
Taco Bell and Ashoka Foundation | Oct. 2022
</p>
<p class="text-gray-300 text-sm mt-1">
Recognized for non-profit business idea providing STEM
education resources to underprivileged communities
</p>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="mb-20 scroll-mt-16">
<div class="mb-10">
<h2 class="text-2xl lg:text-3xl font-bold text-white mb-3">
Projects
</h2>
<div
class="w-20 h-1 rounded-full bg-gradient-to-r from-[var(--accent-color)] to-[var(--teal-light)] opacity-90"
></div>
</div>
<div class="space-y-6">
<div class="content-card group">
<div
class="flex flex-col lg:flex-row lg:items-start lg:justify-between mb-4"
>
<h3
class="font-bold text-xl text-white group-hover:text-teal-300 transition-colors"
>
Georgia Tech AI-Powered CS Degree Planner
</h3>
<div class="flex items-center gap-2 mt-2 lg:mt-0">
<span
class="px-2 py-1 bg-blue-500/20 text-blue-400 text-xs rounded-full"
>Current Project</span
>
</div>
</div>
<p class="text-gray-300 leading-relaxed mb-4">
Developed an automated scheduler for 36+ CS concentrations and
an AI advisor chatbot, integrating grade data and professor
recommendations to cut planning time by 90% and optimize
semester course load distribution.
</p>
<div class="flex flex-wrap gap-2">
<span class="tech-tag">AI/ML</span>
<span class="tech-tag">Python</span>
<span class="tech-tag">React</span>
<span class="tech-tag">Natural Language Processing</span>
<span class="tech-tag">Data Analytics</span>
</div>
</div>
<div class="content-card group">
<div
class="flex flex-col lg:flex-row lg:items-start lg:justify-between mb-4"
>
<h3
class="font-bold text-xl text-white group-hover:text-teal-300 transition-colors"
>
House Pricing Predictor
</h3>
<div class="flex items-center gap-2 mt-2 lg:mt-0">
<span
class="px-2 py-1 bg-green-500/20 text-green-400 text-xs rounded-full"
>Award Winner</span
>
<a
href="https://devpost.com/software/ames-city-housing-price-predictor?_gl=1*jgsn2h*_gcl_au*NzQ3NDMxNTY3LjE3NTcyNzMwNjg.*_ga*MTY0Mjk5NTY1My4xNzU3MjczMDY4*_ga_0YHJK3Y10M*czE3NTcyNzMwNjgkbzEkZzEkdDE3NTcyNzMwNjkkajU5JGwwJGgw"
class="text-gray-400 hover:text-teal-300 transition-colors"
aria-label="External Link"
>
<i data-feather="external-link" class="w-4 h-4"></i>
</a>
</div>
</div>
<p class="text-gray-300 leading-relaxed mb-4">
Engineered a regression model to predict housing prices,
deployed via a web app for instant user estimations; awarded
"Best Use of Data" at WaffleHacks for practical and effective
data utilization.
</p>
<div class="flex flex-wrap gap-2">
<span class="tech-tag">Machine Learning</span>
<span class="tech-tag">Python</span>
<span class="tech-tag">Regression Models</span>
<span class="tech-tag">Web Development</span>
<span class="tech-tag">Data Science</span>
</div>
</div>
<div class="content-card group">
<div
class="flex flex-col lg:flex-row lg:items-start lg:justify-between mb-4"
>
<h3
class="font-bold text-xl text-white group-hover:text-teal-300 transition-colors"
>
O.M.G. Smartwatch & App
</h3>
<div class="flex items-center gap-2 mt-2 lg:mt-0">
<span
class="px-2 py-1 bg-green-500/20 text-green-400 text-xs rounded-full"
>Congressional Winner</span
>
<a
href="https://www.congressionalappchallenge.us/22-nc02/"
class="text-gray-400 hover:text-teal-300 transition-colors"
aria-label="External Link"
>
<i data-feather="external-link" class="w-4 h-4"></i>
</a>
</div>
</div>
<p class="text-gray-300 leading-relaxed mb-4">
Prototyped a wearable biosensor and app for real-time salivary
glucose monitoring via Bluetooth; won the 2023 Congressional
App Challenge for creating a non-invasive glucose tracking
solution.
</p>
<div class="flex flex-wrap gap-2">
<span class="tech-tag">IoT</span>
<span class="tech-tag">Bluetooth</span>
<span class="tech-tag">Mobile Development</span>
<span class="tech-tag">Arduino</span>
<span class="tech-tag">Biomedical Engineering</span>
</div>
</div>
<div class="content-card group">
<div
class="flex flex-col lg:flex-row lg:items-start lg:justify-between mb-4"
>
<h3
class="font-bold text-xl text-white group-hover:text-teal-300 transition-colors"
>
STEM Education Non-Profit Model
</h3>
<div class="flex items-center gap-2 mt-2 lg:mt-0">
<span
class="px-2 py-1 bg-green-500/20 text-green-400 text-xs rounded-full"
>Award Winner</span
>
</div>
</div>
<p class="text-gray-300 leading-relaxed mb-6">
Pitched a scalable model delivering STEM workshops and
mentorship to underprivileged students; awarded the Ambition
Accelerator Prize by Taco Bell and Ashoka Foundation.
</p>
<div class="flex flex-wrap gap-2">
<span class="tech-tag">Education</span>
<span class="tech-tag">Social Impact</span>
<span class="tech-tag">Business Development</span>
<span class="tech-tag">Non-Profit</span>
</div>
</div>
</div>
</section>
</div>
</main>
</div>
<script>
document.addEventListener("DOMContentLoaded", () => {
feather.replace();
// Navigation scroll spy
const sections = document.querySelectorAll("main section");
const navLinks = document.querySelectorAll("nav a.nav-link");
const mainContent = document.querySelector(".main-content");
// Set 'About' as active by default
const aboutLink = document.querySelector('nav a[href="#about"]');
if (aboutLink) {
aboutLink.classList.add("active");
}
const observerOptions = {
root: mainContent,
rootMargin: "0px 0px -65% 0px",
threshold: 0,
};
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
const link = document.querySelector(
`nav a.nav-link[href="#${entry.target.id}"]`
);
if (link && entry.isIntersecting) {
navLinks.forEach((l) => l.classList.remove("active"));
link.classList.add("active");
}
});
}, observerOptions);
sections.forEach((section) => observer.observe(section));
navLinks.forEach((link) => {
link.addEventListener("click", () => {
navLinks.forEach((l) => l.classList.remove("active"));
link.classList.add("active");
});
});
});
</script>
<script src="background.js"></script>
</body>
</html>