Skip to content

Commit b8d9423

Browse files
committed
feat: Add OpenCV and MediaPipe to skills for SignLens project
1 parent 5c6eb7e commit b8d9423

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/components/Skills.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ import {
5353
SiJest,
5454
SiCypress,
5555
SiWebpack,
56-
SiBabel
56+
SiBabel,
57+
SiOpencv,
58+
SiMediapipe
5759
} from 'react-icons/si'
5860

5961
const Skills = () => {
@@ -120,6 +122,8 @@ const Skills = () => {
120122
{ name: "TA-Lib", icon: FaCode, level: 65, color: "#FF6B6B", category: "data_ml" },
121123
{ name: "Deedle", icon: FaCode, level: 70, color: "#378BBA", category: "data_ml" },
122124
{ name: "Plotly.NET", icon: FaChartLine, level: 72, color: "#3F4F75", category: "data_ml" },
125+
{ name: "OpenCV", icon: SiOpencv, level: 80, color: "#5C3EE8", category: "data_ml" },
126+
{ name: "MediaPipe", icon: SiMediapipe, level: 75, color: "#0097A7", category: "data_ml" },
123127

124128
// Databases
125129
{ name: "MySQL", icon: SiMysql, level: 82, color: "#4479A1", category: "databases" },

0 commit comments

Comments
 (0)