Projects

My project journey spans Full Stack Development, Distributed Computing, Data Analytics, and Machine Learning. I have built and deployed scalable web applications, designed distributed systems for efficient data processing, and developed cloud-native solutions to optimize performance and reliability. My experience includes working with large datasets, implementing data pipelines, and leveraging various cloud platforms to enhance computational efficiency. Additionally, I have trained and fine-tuned Machine Learning and Deep Learning models for predictive analytics and decision-making. With a strong focus on system design, data-driven insights, and AI-driven solutions, I continue to explore and contribute to innovative technology solutions across multiple domains.

Data Science & Miscellaneous projects

Implementation of CHORD Protocol

2024

  • Description: Designed a distributed hash table as described in the paper: CHORD - A Scalable Peer-to-peer Lookup Protocol for Internet Applications, that does lookups with a complexity of O(log^2 n)
  • Technologies Used: C++

Santa Cruz Crime Report Tool

2024

  • Description: Performed exploratory data analysis on crime data in Santa Cruz, CA, generating statistical insights and formulating my own "Crime map" of Santa Cruz
  • Technologies Used: Python, Pandas, Requests, BeautifulSoup, Matplotlib, Seaborn

Dog Breed Classification

2024

  • Description: Trained a deep learning model as part of a kaggle contest to classify a dog as one of the 120 dog breeds. Applied Transfer Learning, Ensembling and k-fold cross validation to obtain a final accuracy of 93% and achieved 11th place in the contest
  • Technologies Used: Python, Keras, TensorFlow, Pandas, NumPy

Face mask detector

2020

  • Description: Trained a MobileNetV2 model through transfer learning to detect surgical facemasks and installed it in a Raspberry Pi connected to an electric doorlock to automatically open and close doors. This was installed at a local hospital in India during CoVID wave in 2020
  • Technologies Used: Python,TensorFlow, Sklearn, NumPy, CV2, PIL

Diagnosis of Diabetic Retinopathy using Retinal Fundus Images

2020

  • Description: This is a deep learning project which uses deep neural networks for classification of retinal fundus images as one of the levels of Diabetic Retinopathy
  • Technologies Used: Python,TensorFlow, Sklearn, NumPy, CV2, PIL

Frontend ,Backend and Full-stack Projects

Express Blog

2024

  • Description: Devised a full-stack blog application using the MERN stack with secure user authentication via bcrypt and JWT, supporting up to 10,000 users, and handling CRUD operations
  • Technologies Used: Javascript, MongoDB, Express.js, React, Node.js

Customer Relationship Management System

2024

  • Description: Engineered a comprehensive CRM tool, deploying over 20 APIs for seamless data operations, improving customer management, data integrity, and performance optimization
  • Technologies Used: Java, Spring Boot, Hibernate, MySQL

Dynamic Weather Application Using React

2024

  • Description: This react app integrates real-time weather data from OpenWeatherMap, geolocation detection, animated weather icons, and live time display for an enhanced user experience.
  • Technologies Used: React, WeatherAPI

Supermarket Billing System

2024

  • Description: This supermarket billing system features real-time billing, automatic tax calculations, print options, and efficient database management to enhance operational efficiency.
  • Technologies Used: Java, JDBC, MySQL, Swing, JFrame, Maven