Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-tk committed Mar 2, 2024
1 parent 5e3044e commit 834ffbb
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,19 @@ <h2>Education</h2>
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3><a href="https://github.com/akash-tk/GestureX">GestureX: An open source Linux system control solution</a></h3>
<p>Developed a hand gesture recognition computer control system using MediaPipe and OpenCV.</p>
<p><strong>Tools Used:</strong> Python, OpenCV, MediaPipe</p>
</div>
<h3><a href="https://github.com/akash-tk/GestureX">GestureX: An open source Linux system control solution</a></h3>
<a href="https://github.com/akash-tk/GestureX">
<img src="gesturex.png" alt="GestureX Project Image">
</a>
<p>Developed a hand gesture recognition computer control system using MediaPipe and OpenCV.</p>
<p><strong>Tools Used:</strong> Python, OpenCV, MediaPipe</p>
</div>

<div class="project">
<h3><a href="https://github.com/akash-tk/Police-Crime-Record-Management-System">PCRMS: Police Crime Record Management System</a></h3>
<a href="https://github.com/akash-tk/Police-Crime-Record-Management-System">
<img src="pcrms.webp" alt="PCRMS Project Image">
</a>
<p>Created a Police crime record management system using PHP, MySQL, and phpMyAdmin.</p>
<p><strong>Tools Used:</strong> MySQL, PHP, HTML, CSS</p>
</div>
Expand Down

0 comments on commit 834ffbb

Please sign in to comment.