@@ -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