Course Projects
- Eye Tracking using openCV library
Mar 2021 - May 2021
Created a program to track movement of eyes using webcam of the laptop. I used OpenCV library for various modules for handling the image data and Tkinter in Python for the GUI part. The project was able to track the movement of eyes with decent accuracy except in the cases of tilting or if the eyes were blinking a lot.
- Virtual Lab Simulation of Huffman Encoding
Jun 2020 - July 2020
Created a simulation of Huffman encoding Used JavaScript, Jquey 1.31, JSON for animations and used HTML 5, CSS 3 for Frontend. The project was similar to virtual Lab in IIT-B for animation for Huffman encoding animation
- Company Database using phpmyadmin
Mar 2020- Apr 2020
I have also made a company database system. This was done on phpmyadmin The system was able to handle various DDL, DML and complex queries.
Sept 2019 - Oct 2019
I made a system for basic transportation handling in Java The project could keep track of information about various vehicles in the system and there was various different accessibilities depending on the user of the system.
- Library Management System using C
Oct 2018 - Nov 2018
Made a system for managing library I did this in C language In this system you can add/issue books, had search function etc.