@@ -49,23 +49,30 @@ const socialMediaLinks = {
49
49
50
50
const skillsSection = {
51
51
title : "What I do" ,
52
- subTitle : "PASSIONATE DATA SCIENTIST WHO LOVES TO UNCOVER INSIGHTS FROM DATA AND SOLVE COMPLEX PROBLEMS WITH AI" ,
52
+ subTitle :
53
+ "PASSIONATE DATA SCIENTIST WHO LOVES TO UNCOVER INSIGHTS FROM DATA AND SOLVE COMPLEX PROBLEMS WITH AI" ,
53
54
skills : [
54
55
emoji (
55
56
"⚡ Develop end-to-end machine learning models, from data wrangling to deployment"
56
57
) ,
57
- emoji ( "⚡ Build powerful data visualizations to uncover trends and insights" ) ,
58
+ emoji (
59
+ "⚡ Build powerful data visualizations to uncover trends and insights"
60
+ ) ,
58
61
emoji (
59
62
"⚡ Leverage AI techniques to create intelligent solutions for complex problems"
60
63
) ,
61
- emoji ( "⚡ Develop and deploy cloud-based machine learning solutions using AWS, GCP, or Azure" ) ,
62
- emoji ( "⚡ Integration of third-party APIs and services like AWS, Google Cloud, or custom-built AI models" ) ,
64
+ emoji (
65
+ "⚡ Develop and deploy cloud-based machine learning solutions using AWS, GCP, or Azure"
66
+ ) ,
67
+ emoji (
68
+ "⚡ Integration of third-party APIs and services like AWS, Google Cloud, or custom-built AI models"
69
+ )
63
70
] ,
64
71
65
72
/* Make Sure to include correct Font Awesome Classname to view your icon
66
73
https://fontawesome.com/icons?d=gallery */
67
74
68
- softwareSkills : [
75
+ softwareSkills : [
69
76
{
70
77
skillName : "Python" ,
71
78
fontAwesomeClassname : "fab fa-python"
@@ -132,13 +139,13 @@ const educationInfo = {
132
139
schoolName : "University of London" ,
133
140
logo : require ( "./assets/images/uolLogo.png" ) ,
134
141
subHeader : "BSc Computer Science (Hons)" ,
135
- duration : "October 2021 - September 2024" ,
142
+ duration : "October 2021 - September 2024"
136
143
// desc: "Participated in the research of XXX and published 3 papers.",
137
144
// descBullets: [
138
145
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
139
146
// "Lorem ipsum dolor sit amet, consectetur adipiscing elit"
140
147
// ]
141
- } ,
148
+ }
142
149
// {
143
150
// schoolName: "Whales College",
144
151
// logo: require("./assets/images/stanfordLogo.png"),
@@ -183,7 +190,6 @@ const techStack = {
183
190
displayCodersrank : false // Set true to display codersrank badges section
184
191
} ;
185
192
186
-
187
193
// Work experience section
188
194
189
195
const workExperiences = {
@@ -210,7 +216,7 @@ const workExperiences = {
210
216
"Scraped data for 75+ countries, including visa requirements, high-paying professions, living expenses, and opportunities." ,
211
217
"Transformed data into a consistent format for seamless country comparisons."
212
218
]
213
- } ,
219
+ }
214
220
// {
215
221
// role: "Software Engineer Intern",
216
222
// company: "Airbnb",
@@ -285,7 +291,7 @@ const achievementSection = {
285
291
{
286
292
name : "Certificate" ,
287
293
url : "https://drive.google.com/file/d/1aM0GBJZZOy6fMk7q3XOzyd9TqRy6r-pg/view?usp=sharing"
288
- } ,
294
+ }
289
295
]
290
296
} ,
291
297
{
@@ -308,7 +314,7 @@ const achievementSection = {
308
314
url : "https://coursera.org/share/f624df220cbd0abf2514f6802387acf3"
309
315
}
310
316
]
311
- } ,
317
+ }
312
318
313
319
// {
314
320
// title: "PWA Web App Developer",
0 commit comments