You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/portfolio.js
+40-8Lines changed: 40 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ const greeting = {
25
25
subTitle:
26
26
"A passionate individual who always thrives to work on end to end products which develop sustainable and scalable social and technical systems to create impact.",
"⚡ I have studied basic software engineering subjects like DS, Algorithms, DBMS, OS, CA, AI etc.",
378
386
"⚡ Apart from this, I have done courses on Deep Learning, Data Science, Cloud Computing and Full Stack Development.",
379
387
"⚡ I was selected for Merit cum Means Scholarship which is given to top 10% of students in college. I have received award from respected director for consistently best performance in academics.",
380
388
],
381
389
website_link: "http://iiitk.ac.in",
382
390
},
391
+
{
392
+
title: "Indiana University Bloomington",
393
+
subtitle: "M.S. in Computer Science",
394
+
logo_path: "iu_logo.png",
395
+
alt_name: "Indiana University Bloomington",
396
+
duration: "2021 - 2023",
397
+
descriptions: [
398
+
"⚡ I have taken varity of courses related to Artificial Intelligence which correspond to Explainable AI, Graph Machine Learning, Computer Vision etc.",
399
+
"⚡ Apart from this, I have also done research assistantship. As part of it, I have worked on creating new algorithms in Graph ML and Network Science.",
400
+
"⚡ During my time at university, I was also associated with multimedia department. As part of it, I have worked on some documentry films and interviews.",
401
+
],
402
+
website_link: "https://www.indiana.edu/",
403
+
},
383
404
],
384
405
};
385
406
@@ -512,7 +533,7 @@ const experience = {
512
533
company: "Legato Health Technology",
513
534
company_url: "https://legatohealthtech.com/",
514
535
logo_path: "legato_logo.png",
515
-
duration: "June 2020 - PRESENT",
536
+
duration: "June 2020 - Aug 2021",
516
537
location: "Hyderabad, Telangana",
517
538
description:
518
539
"I am working on automating healthcare products. The projects involve automation for process improvements and for significantly enhancing the profits. I am currently working on Cancer Survival and Reoccurence Prediction. Our goal is to make AI system which scales and removes doctor dependency as much as possible.",
@@ -545,6 +566,17 @@ const experience = {
545
566
{
546
567
title: "Internships",
547
568
experiences: [
569
+
{
570
+
title: "Machine Learning Intern",
571
+
company: "TikTok Inc.",
572
+
company_url: "https://www.tiktok.com/en/",
573
+
logo_path: "tiktok_logo.png",
574
+
duration: "May 2022 - Aug 2022",
575
+
location: "San Francisco, USA",
576
+
description:
577
+
"Building new features on the backend recommendation system, specifically ranking algorithms for Ads that touch hundreds of millions of people around the world. Improving online and offline content ranking algorithms by performing hard sample data replays for training steps.",
578
+
color: "#000000",
579
+
},
548
580
{
549
581
title: "Data Science Research Intern",
550
582
company: "Delhivery Pvt. Ltd.",
@@ -706,7 +738,7 @@ const contactPageData = {
706
738
title: "Blogs",
707
739
subtitle:
708
740
"For individual fundamental empowerment, I like to write powerful lessons that create impact on each of the reader individually to change the core of their character.",
0 commit comments