Projects
Undergraduate Coursework

GPA: 8.31/10
Gesture-based game control using a low-resolution camera :
- A final year project done during 7th semester. Developed a gesture-based control system using a 3D ConvLSTM model with efficient pre-processing techniques to replace keyboard inputs in games, achieving ~80% accuracy with minimal latency. Evaluated the feasibility of utilizing the Gulpio package to cache image frames during training, addressing GPU starvation issues.
- Keywords: Deep Learning, TensorFlow, Keras, ConvLSTM
Web app testing using Selenium :
- Tested faculty dashboard web application using Selenium web driver, an umbrella project encapsulating a variety of tools and libraries to enable web browser automation testing. Used automated software testing to reduce time taken to run repetitive tests from days to hours.
- Keywords: Jira, JavaScript, Selenium web-driver, Jenkins CICD
- Project and Report
- Youtube Demo - Jenkins CICD
- Iris - Faculty Dashboard(Hosted at AWS)
Web app for College Admission Management System :
- Developed the application for two major access roles – admin and user. Admin can add colleges, designate cut offs, and register students into the college. Users can login, submit an application for admission and receive notifications regarding the status of their application. The app was deployed using Firebase Hosting.
- Keywords: Python Flask, Firebase, Pyrebase, Bulma
Network configuration and troubleshooting :
- Configured and troubleshot complex network topologies on Packet Tracer simulator and real networking equipment as part of CCNA lab training. Gained a thorough understanding of physical set up, configuration, operation and maintenance of multiple Cisco routing and switching devices.
- Keywords: Packet Tracer, CCNA Lab Pods
Search Engine Optimization tool to analyze live web pages :
- Developed a Search Engine Optimization (SEO) tool for analyzing live web pages and representing pages as key word frequencies in Microsoft Excel. Gained valuable knowledge on programming in this high-performance computing space as search engines leverage word density of web pages for ranking.
- Keywords: Beautiful Soup, urllib, Xlsxwriter