forked from RyanFitzgerald/devportfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
532 lines (469 loc) · 23.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kavya Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#projects">Data Science Projects</a>
</li>
<li>
<a href="#BIprojects">BI Projects</a>
</li>
<li>
<a href="#virtual">Virtual Internships</a>
</li>
<!-- <li>
<a href="#experience">Experience</a>
</li> -->
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Kavya</h1>
<!-- <h2>Data Science</h2> -->
<i><h4>"Believe you can and you're halfway there." - Theodore Roosevelt</h4></i>
<div class="container">
<div class="row">
<div class="col-sm-7 social">
<ul>
<li>
<a href="https://github.com/Kavya2099" target="_blank"><i class="fa fa-github-square fa-2x"
aria-hidden="true"></i></a>
</li>
<li>
<a href="https://medium.com/@Kavya2099" target="_blank"><i class="fa fa-medium fa-2x"
aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/Kavya2099/" target="_blank"><i class="fa fa-linkedin fa-2x"
aria-hidden="true"></i></a>
</li>
<!-- <li>
<a href="https://www.kaggle.com/kavya2099" target="_blank"><i class="fa fa-kaggle fa-2x"
aria-hidden="true"></i></a>
</li>-->
</ul>
</div>
</div>
</div>
<a href="resume\Kavya D Resume -AI.pdf" class="btn-rounded-white">Download Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about" class="background-alt">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
Hello! I'm <strong>Kavya!</strong>I'm a self-taught Data & AI Enthusiast with Testing background. I am highly ambitious and self-motivated, always eager to expand my knowledge of Data & AI concepts. I hold a Bachelor's degree in <strong>Electrical and Electronics Engineering</strong>.
<br>
<br>
In my learning journey, I prefer working with <strong>Python</strong> and utilize platforms such as <strong> Google Colab and Kaggle and VS code</strong>. I primarily rely on free and open-source resources like <strong>Coursera, Kaggle, YouTube, Medium, Google's ML programs, Microsoft Data Science programs, GitHub, LinkedIn, and extensive online research </strong>. I firmly believe in the immense potential of these open-source resources to create wonders.
<br>
<br>
Aside from my passion for data science, I also enjoy writing articles. Currently, I am publishing blogs on <strong>Medium</strong>, where I share the concepts and insights I have gained. It's my way of giving back to the community that has taught me so much! Additionally, I am an <strong>Artist</strong> and <strong>Calligrapher</strong>, pursuing these creative passions alongside my data science endeavors : )
<br>
<br>
I'm always looking for new opportunities to learn and grow, and I'm excited to see what the future holds for me in data science!
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="projects" >
<h2 class="heading">Data Science Projects</h2>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images\eda.gif" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>EDA on the Online Payment Fraud Detection</h3>
<p>
Exploratory Data Analysis and Data Visualization on the Online Payment Fraud Detection using Python.
</p>
<a
href="https://github.com/Kavya2099/Exploratory-Data-Analysis-on-Online-Payment-Fraud-Detection">View
Project</a>
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="images\phones.gif" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Used Phones Pricing Analysis and Prediction</h3>
<p>
Building a regression model to predict the price of used phones that could be helpful in reselling the used phones.
</p>
<a
href="https://github.com/Kavya2099/Used-phone-price-prediction">View Project</a>
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="images\heart.gif" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Heart Attack Analysis & Prediction</h3>
<p>
Predicting whether a patient has chance of getting heart attack or not based on the clinical parameters using Classification algorithms.
</p>
<a href="https://github.com/Kavya2099/Heart-Attack-Analysis-Prediction">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- Projects Above -->
<a id="view-more-projects" href="#">View More Projects</a>
<div id="more-projects" class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images\webscraping.gif" title="The Anonymous Red" alt="" /></a>
<!-- End .project-image -->
</div>
<div class="project-info">
<h3>Asian games athletics web scraping</h3>
<p>
Web scraping project on the list of countries who bagged medals in atletics from the year 1951-2022 using Beautiful Soup and Python.
</p>
<a href="https://github.com/Kavya2099/Asian-games-athletics-web-scraping">View Project</a>
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="images\car.gif" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Car Price Prediction</h3>
<p>
Predicting the price of the car using Regression algorithms. Performing EDA and trying out different types of regerssion algorithms and picking up the best model based on based on Mean Absolute Error (MAE) and Mean Squared Error(MSE).
</p>
<a href="https://github.com/Kavya2099/Car-Price-Prediction">View Project</a>
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="images\movie.gif" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Movie Recommendation System</h3>
<p>
Creating movie recommendation system based on content based filtering and collaborative based filtering on Movie Lens dataset
</p>
<a href="https://github.com/Kavya2099/recommendation-system">View Project</a>
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="images\churn.gif" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Customer Churn Prediction</h3>
<p >
Predicting customer churn based on Classification algorithms. Performing EDA and trying out different types of classification algorithms and picking up the best model based on maximum Accuracy.
</p>
<a href="https://github.com/Kavya2099/Customer-Churn-Prediction">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
</div>
</div>
</div>
</div>
<!-- End #projects -->
<div id="BIprojects" class="background-alt">
<center>
<h2 class="heading">BI Projects</h2>
</center>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images\sales.gif" />
</div>
<!-- End .project-image -->
<div class="project-info">
<center>
<h3>Atliq Technologies Sales Insights</h3>
</center>
<p>
A sales insights BI Dashboard created to address challenges in comprehending business performance due to declining sales and inadequate reports from regional managers.
</p>
<div style="display: inline-block;">
<a
href="https://medium.com/@Kavya2099/improving-sales-insights-with-power-bi-1430eee90fb6">View
Project</a> </div>
<div style="display: inline-block; margin-left: 150px;">
<a
href="https://www.novypro.com/project/atliq-sales-insights-project">Dashboard</a>
</div>
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="images\HR.gif" />
</div>
<!-- End .project-image -->
<div class="project-info">
<center>
<h3>Atliq Technologies HR Analytics</h3>
</center>
<p>
A HR Analtics BI Dashboard created to monitor employee presence and identifying patterns of absenteeism.
</p>
<div style="display: inline-block;">
<a
href="https://medium.com/@Kavya2099/from-data-to-decisions-revolutionizing-hr-analytics-with-power-bi-8803e6da1a9b">View
Project</a> </div>
<div style="display: inline-block; margin-left: 150px;">
<a
href="https://www.novypro.com/project/atliq-hr-analysis">Dashboard</a>
</div>
</div>
<!-- End .project-info -->
</div>
</div>
</div>
</div>
<div id="virtual" >
<center>
<h2 class="heading">Virtual Internships</h2>
</center>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images\nsw.png" />
</div>
<!-- End .project-image -->
<div class="project-info">
<center>
<h3>NSW Government Data Analytics virtual internship</h3>
</center>
<p>
Data Analytics virtual internship program by NSW Government through Forage. This internship is about to analyse workforce data and report on trends in part-time working.
</p>
<center> <a
href="https://github.com/Kavya2099/NSW-Government-Data-Analytics-Virtual-Program">View</a>
</center>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images\ba.jpg" alt="" />
</div>
<!-- End .project-image -->
<div class="project-info">
<center>
<h3>British Airways Data science virtual internship</h3>
</center>
<p >
Data science virtual internship programme by British Airways through Forage. This internship is about analyzing customer reviews using sentimental analysis and highlighting our insights and analysis.
</p>
<center> <a href="https://github.com/Kavya2099/British-Airways-virtual-internship">View</a>
</center>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<!-- <div class="education-block">
<h3>University of Ottawa</h3>
<span class="education-date">Sept 2016 - Sept 2017</span>
<h4>Bachelor of Science in Computer Science</h4>
<ul>
<li>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</li>
<li>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</li>
<li>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</li>
</ul>
</div> -->
</div> <!-- End .education-block -->
</div>
</div>
<!--
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="January 2021 – Present">
<h3>Accenture</h3>
<h4>Software Engineer</h4>
<p>
<strong> Contributed to the design and implementation of Gen AI-driven chatbot solutions as a Developer</strong>
<ul>
<li>
Utilized Python coding skills to design, develop, and optimize chatbot functionalities, including the integration of OpenAI models to improve conversational responses and application of prompt engineering concepts.
</li>
<li>
Leveraged Azure cloud services for scalable and efficient deployment of the chatbot, ensuring seamless performance and accessibility.
</li>
<li>
Collaborated closely with cross-functional teams, including developers and business analysts, to align chatbot functionalities with project goals.
</li>
</ul>
<strong> Testing Experience </strong>
<ul>
<li>Worked as a Manual Tester in Air Cargo Reservation and Capacity Application upgrade.
</li>
<li>
Leveraged analytical expertise to collaborate with cross-functional teams, identifying patterns in software defect data and providing insights that significantly reduced testing time by 20% and improved defect detection rate by 15%.
</li>
<li>
Developed a robust testing strategy utilizing data analysis to pinpoint high-risk software areas, enhancing testing efficiency.
</li>
<li>
Meticulously identified and documented defects, utilizing Jira for agile project management, and performed thorough regression testing to ensure sustained software performance.
</li>
<li>
Received <strong>"On the Spot"</strong> award for exceptional contribution in Accenture for FY21 H2 and <strong>"The Extra Mile Award"</strong> in Offshore - Team Category for outstanding contribution to Clients, People, and Organization.
</li>
</ul>
</p>
</div> -->
<!-- Letsgrowmore-->
<!-- <div data-date="January 2023 – February 2023">
<h3>LetsGrowMore</h3>
<h4>Data Science Intern</h4>
<p>
<strong> Worked as a Data Science Intern and completed tasks assigned within the intern period </strong>
<ul>
<li>
Worked on Image to Pencil Sketch with Python project using OpenCV
</li>
<li>
Worked on developing a Neural Network that can read handwriting
</li>
<center> <a href="https://github.com/Kavya2099/LGMVIP-DataScience">View Projects</a>
</center>
</ul>
</p>
</div>
</div>
</div> -->
<!-- End #experience -->
<div id="skills" >
<h2 class="heading">Skills</h2>
<ul>
<li>Python</li>
<li>EDA</li>
<li>Machine Learning</li>
<li>SQL</li>
<li>Power BI</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/f/mrgvgbdl">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © <span id="current-year">2024</span> Kavya D
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/Kavya2099" target="_blank"><i class="fa fa-github fa-1x"
aria-hidden="true"></i></a>
</li>
<li>
<a href="https://medium.com/@Kavya2099" target="_blank"><i class="fa fa-medium "
aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/Kavya2099/" target="_blank"><i class="fa fa-linkedin "
aria-hidden="true"></i></a>
</li>
<!--<li>
<a href="https://www.kaggle.com/kavya2099" target="_blank"><i class="fa-solid fa-kaggle fa-xs"
aria-hidden="true"></i></a> -->
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>