My Work

1. Automated Applicant Ranking System Project

Completed on:

Screenshot showing C code logic for applicant ranking
Figure 1: A snippet of my C code.

Developed a C-based application to automate applicant screening and scoring using file I/O and dynamic memory allocation. Implemented a custom scoring algorithm based on GPA and education level, utilizing structs and pointers to filter candidates and identify top-ranked applicants.

Check the code: My GitHub


2. MATLAB Computer Vision Toolkit

Completed on:

Screenshot of MATLAB Image GUI interface
Figure 2: MATLAB Image Processing Interface.

Developed an image processing toolkit using MATLAB, including an automated coin detection system based on morphological operations and blob analysis. Built an interactive GUI for real-time image processing tasks such as Canny edge detection, histogram visualization, and threshold-based segmentation.

Check the code: My GitHub