Coding Projects

Advanced Face Recognition and Analysis System

This project involves the development of an advanced face recognition and analysis system using OpenCV and Dlib. The system is capable of detecting faces, eyes, and smiles, as well as predicting the age and gender of the detected person. Additionally, it includes head and gaze tracking functionality.

Code can be found on my GitHub page.

This code performs real-time hand gesture recognition using OpenCV, detecting and counting the number of extended fingers in the video feed. It leverages contour detection, convex hull analysis, and convexity defects to identify fingers and displays the result on the screen.
Code can be found on my GitHub page.

In this code, the `turtle` library is used to create a simple Pac-Man game where the player controls Pac-Man's movement with the keyboard (`W`, `A`, `S`, `D`). The game tracks the score (number of dots collected) and displays a live timer for the duration of the game. Functions handle Pac-Man's movement, collision detection with dots, and updates to the score and timer on the screen.

Code can be found on my GitHub page.

Job Search Automation Using Selenium

This project automates the process of searching for job listings on a website like LinkedIn, applies filters, and exports the results to a CSV file for analysis.

Project Description: