Skip to content

Commit 646c080

Browse files
authored
Merge pull request #464 from mehabhalodiya/patch1
Adds "pandas" and "seaborn" in AI/ML
2 parents b406f4d + 46d3751 commit 646c080

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/constants/skills.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const categorizedSkills = {
8888

8989
ai: {
9090
title: "AI/ML",
91-
skills: ["tensorflow", "pytorch", "opencv", "scikit_learn"],
91+
skills: ["tensorflow", "pytorch", "pandas", "seaborn", "opencv", "scikit_learn"],
9292
},
9393

9494
database: {
@@ -345,6 +345,8 @@ const icons = {
345345
"https://www.vectorlogo.zone/logos/apache_hadoop/apache_hadoop-icon.svg",
346346
bash: "https://www.vectorlogo.zone/logos/gnu_bash/gnu_bash-icon.svg",
347347
pytorch: "https://www.vectorlogo.zone/logos/pytorch/pytorch-icon.svg",
348+
pandas: "https://raw.githubusercontent.com/devicons/devicon/2ae2a900d2f041da66e950e4d48052658d850630/icons/pandas/pandas-original.svg",
349+
seaborn: "https://seaborn.pydata.org/_images/logo-mark-lightbg.svg",
348350
opencv: "https://www.vectorlogo.zone/logos/opencv/opencv-icon.svg",
349351
illustrator:
350352
"https://www.vectorlogo.zone/logos/adobe_illustrator/adobe_illustrator-icon.svg",
@@ -525,6 +527,8 @@ const skillWebsites = {
525527
hadoop: "https://hadoop.apache.org/",
526528
bash: "https://www.gnu.org/software/bash/",
527529
pytorch: "https://pytorch.org/",
530+
pandas: "https://pandas.pydata.org/",
531+
seaborn: "https://seaborn.pydata.org/",
528532
opencv: "https://opencv.org/",
529533
illustrator: "https://www.adobe.com/in/products/illustrator.html",
530534
figma: "https://www.figma.com/",

0 commit comments

Comments
 (0)