Skip to content

Commit d470dc9

Browse files
authored
🎉 Updated
- Added 'face-eye-motion-detection' Project
1 parent daa2817 commit d470dc9

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

‎index.html‎

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,19 @@ <h3>Coming soon...</h3>
932932

933933
<!-- cards -->
934934
<div class="cardsGroup">
935+
936+
<!-- First Project -->
937+
<a href="https://github.com/CSFelix/PYTHON-OPENCV-WEBCAM-FACE-EYE-MOTION-DETECTION" target="_blank">
938+
<div class="card" data-tilt>
939+
<img src="./assets/icons/projects/face-detection.avif" alt="Face and Eye Motion Detection" width="200px" height="200px">
940+
941+
<span>Face and Eye Motion Detection</span>
942+
943+
<span class="badge deepLearningBadge">Detection</span>
944+
</div>
945+
</a>
935946

936-
<!-- First Project -->
947+
<!-- Second Project -->
937948
<a href="https://www.kaggle.com/code/dsfelix/predicting-future-sales" target="_blank">
938949
<div class="card" data-tilt>
939950
<img src="./assets/icons/projects/trade.avif" alt="Predict Future Sales" width="200px" height="200px">
@@ -944,7 +955,7 @@ <h3>Coming soon...</h3>
944955
</div>
945956
</a>
946957

947-
<!-- Second Project -->
958+
<!-- Third Project -->
948959
<a href="https://www.kaggle.com/code/dsfelix/predicting-house-prices" target="_blank">
949960
<div class="card" data-tilt>
950961
<img src="./assets/icons/projects/house-for-sale.avif" alt="Predicting House Prices" width="200px" height="200px">
@@ -955,7 +966,7 @@ <h3>Coming soon...</h3>
955966
</div>
956967
</a>
957968

958-
<!-- Third Project -->
969+
<!-- Fourth Project -->
959970
<a href="https://www.kaggle.com/code/dsfelix/prevendo-pre-o-de-casas/notebook" target="_blank">
960971
<div class="card" data-tilt>
961972
<img src="./assets/icons/projects/house-for-sale.avif" alt="Predicting House Prices" width="200px" height="200px">
@@ -967,7 +978,7 @@ <h3>Coming soon...</h3>
967978
</div>
968979
</a>
969980

970-
<!-- Fourth Project -->
981+
<!-- Fifth Project -->
971982
<a href="https://www.kaggle.com/code/dsfelix/predicting-us-stores-sales/notebook" target="_blank">
972983
<div class="card" data-tilt>
973984
<img src="./assets/icons/projects/store.avif" alt="Predicting US Stores Sales" width="200px" height="200px">
@@ -978,7 +989,7 @@ <h3>Coming soon...</h3>
978989
</div>
979990
</a>
980991

981-
<!-- Fifth Project -->
992+
<!-- Sixth Project -->
982993
<a href="https://www.kaggle.com/code/dsfelix/prime-numbers-statistical-analysis" target="_blank">
983994
<div class="card" data-tilt>
984995
<img src="./assets/icons/projects/numbers.avif" alt="Prime Numbers" width="200px" height="200px">
@@ -990,7 +1001,7 @@ <h3>Coming soon...</h3>
9901001
</div>
9911002
</a>
9921003

993-
<!-- Sixth Project -->
1004+
<!-- Seventh Project -->
9941005
<a href="https://www.kaggle.com/dsfelix/spaceship-titanic-competition" target="_blank">
9951006
<div class="card" data-tilt>
9961007
<img src="./assets/icons/projects/spaceship.avif" alt="Spaceship Titanic" width="200px" height="200px">

0 commit comments

Comments
 (0)