Skip to content

Commit 46d3751

Browse files
committed
Add pandas and seaborn
1 parent 0194c38 commit 46d3751

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
@@ -87,7 +87,7 @@ const categorizedSkills = {
8787

8888
ai: {
8989
title: "AI/ML",
90-
skills: ["tensorflow", "pytorch", "opencv", "scikit_learn"],
90+
skills: ["tensorflow", "pytorch", "pandas", "seaborn", "opencv", "scikit_learn"],
9191
},
9292

9393
database: {
@@ -342,6 +342,8 @@ const icons = {
342342
"https://www.vectorlogo.zone/logos/apache_hadoop/apache_hadoop-icon.svg",
343343
bash: "https://www.vectorlogo.zone/logos/gnu_bash/gnu_bash-icon.svg",
344344
pytorch: "https://www.vectorlogo.zone/logos/pytorch/pytorch-icon.svg",
345+
pandas: "https://raw.githubusercontent.com/devicons/devicon/2ae2a900d2f041da66e950e4d48052658d850630/icons/pandas/pandas-original.svg",
346+
seaborn: "https://seaborn.pydata.org/_images/logo-mark-lightbg.svg",
345347
opencv: "https://www.vectorlogo.zone/logos/opencv/opencv-icon.svg",
346348
illustrator:
347349
"https://www.vectorlogo.zone/logos/adobe_illustrator/adobe_illustrator-icon.svg",
@@ -520,6 +522,8 @@ const skillWebsites = {
520522
hadoop: "https://hadoop.apache.org/",
521523
bash: "https://www.gnu.org/software/bash/",
522524
pytorch: "https://pytorch.org/",
525+
pandas: "https://pandas.pydata.org/",
526+
seaborn: "https://seaborn.pydata.org/",
523527
opencv: "https://opencv.org/",
524528
illustrator: "https://www.adobe.com/in/products/illustrator.html",
525529
figma: "https://www.figma.com/",

0 commit comments

Comments
 (0)