Projects

Undergraduate Course Projects


Decentralized Healthcare Network Platform

Used state-of-the-art blockchain technology, we have built a totally decentralized system in which data is saved in our proprietary file system called IHFS, which is entirely protected from data security and integrity concerns.

Comparing word search technique between Sequential and Parallel Method.

Developed and evaluated word search algorithms for large text datasets using C/C++ and OpenMP, implementing both sequential and multithreaded approaches. Designed a parallel solution to process multiple files concurrently, significantly reducing execution time (1.34s to 0.10s). Analyzed performance, scalability, and efficiency, demonstrating clear speedup and improved resource utilization in the parallel model.

“Object” a Web Based Object Detection Site

Developed a real-time object detection web application using TensorFlow.js and the pre-trained COCO-SSD model. Implemented client-side inference for detecting multiple objects in images/video directly in the browser. Designed an interactive UI using JavaScript, HTML, and CSS for live detection with low latency and efficient performance.

Servo Motor Speed Monitor

Developed an IoT-based servo motor speed monitoring system using Proteus for circuit simulation and Blynk for real-time data visualization. Implemented virtual sensors and microcontroller logic to measure motor speed and transmit data to a cloud interface for remote monitoring and control.

Offensive Language Identification System

Developed a web-based NLP application to detect offensive language using the OffensEval (SemEval 2019 Task 6) dataset. Built the system with Flask (backend) and HTML, CSS, and JavaScript (frontend),allowing users to submit text or upload files for analysis. Implemented and compared Naive Bayes and LSTM models, achieving 71% and 75% accuracy respectively. Evaluated performance trade-offs between speed (0.01s for Naive Bayes) and accuracy (LSTM), improving overall model selection and system efficiency

Real-time 3D Product Display and Demo using ARCore

Developed an Android application using Java and ARCore to enable real-time 3D product visualization in augmented reality. Implemented markerless AR to place and interact with virtual objects in a real- world environment. Designed an interactive user interface for seamless product demonstration, enhancing user engagement and visualization experience.

Efficient Image Encryption Algorithm

Developed a Python-based image encryption system using matrix manipulation techniques to transform pixel values and secure image data. Implemented reversible encryption–decryption processes ensuring data integrity while maintaining low computational overhead.

Detection of Motorcyclists and Construction worker without Helmet from Live Surveillance Video

Developed a real-time surveillance system using YOLO-based CNN models to detect individuals without helmets in live video streams. Implemented object detection to identify motorcyclists and construction workers, followed by classification to determine helmet usage.

Detecting and Tracking Irregular Objects Based on Their Shape and Color In Real-Time

Developed a computer vision system to detect and track irregularly shaped objects in real time using OpenCV and NumPy. Implemented color-based segmentation and contour detection to identify objects, followed by tracking across video frames.

Smart Home Automation System

Developed a basic home automation system on a breadboard using the 8086 microprocessor. Implemented core concepts such as low-level programming and I/O interfacing to control simple devices. Demonstrated practical understanding of microprocessor architecture and hardware-level system design.

Garage Management System

Developed a garage management system in C++ to simulate resource allocation and prevent deadlock scenarios in operating systems. Implemented synchronization and deadlock avoidance techniques to manage vehicle servicing efficiently. Demonstrated concepts of resource sharing and process coordination.

Pharmacy Management System

Developed a database-driven web application using PHP, MySQL, and HTML to manage pharmacy operations. Implemented features for inventory management, billing and record keeping, enabling efficient tracking of medicines and transactions. Designed a structured database to ensure data consistency and reliable system performance.

Mock Interview Portal

Developed a web-based platform using JavaScript, MongoDB, and HTML to simulate mock interview sessions. Implemented features for question management and user interaction, enabling practice in a structured interview environment. Designed a simple interface for efficient user experience and data handling.

Telemedicine and Monitoring App for Elderly People

Conceptualized a telemedicine and remote monitoring solution as part of a Lean Startup project, focusing on elderly care. Designed system architecture, conducted cost analysis and developed marketing and go-to-market strategies. Created a detailed blueprint and prototype design to demonstrate feasibility and user workflow.