My Works
A showcase of my work, that highlights my skillset, curiosity and journey.

Medical-IntelliTalk AI-Chatbot
Advanced AI chatbot integrating Flask, Pinecone, RAG, Langchain, OpenAI for dynamic, context-aware interactions.

Memor.AI Ed-Tech Platform
Built an Ed-Tech platform for active retention learning using Flutter, Django, and Transformers at Inter-IIT.

Synthetic Serendipity Anime VAE-GAN
Leveraged Variational Autoencoder and DCGANS to generate unique anime-style character faces with Pytorch.

Blogify 360
Built a full-stack blog application with React Router, Redux, secure authentication, and file upload capabilities.

Monocular Depth Estimation
Utilizes vision transformers to estimate depth from single monocular images.

MCQ Generator
Generates multiple-choice questions using Langchain and OpenAI for educational purposes.

Sentiment Analysis Model
Classifies text into positive, neutral, and negative sentiments with probability predictions.

Auto Code Generator using GPT-3 Neo
Demonstrated the working of Auto Code Generator using GPT-3 Neo, which generates code from snippets or commands. Built with the transformer model having 1.3 billion parameters.

Multiverse of Languages — Intro to Python
Delivered a 2.5-hour live Python tutorial covering 30 key topics, hosted by Google Developer Students Club (GDSC). The video has over 3000+ views on YouTube.

Research Paper - Missing Data Sequence
Designed a deep imputation model using a sequence-to-sequence architecture to recover missing data sequences and implemented a sliding window algorithm for training samples.

Publicis Sapients
Developed clustering and mathematical (Pulp) models for optimizing facility locations in warehouse management. Deployed code using Docker and increased efficiency by 2.1%, used service pods on an AWS Kubernetes cluster.

TMLC
Worked on detecting YOLO models, i.e. yolov5-v7-v8 models, increased accuracy by 7.8% using FPN networks. Detected birds & calculated the interval, created dashboards on Streamlit, improved interference speed by 80fps.

Univ.AI
Worked on scraping and generating a phone sales dataset with a MAPE score 0.029. Implemented LSTM, ARIMA and XGBoost model.

MAMI Semantic Evaluation
Evaluates Multimedia Automatic Misogyny Identification for Sem Eval Tasks.

Movie Recommender Systems
Predicts movie preferences based on user behavior and movie attributes.

Traffic Sign Detection
Detects traffic signs using Convolutional Neural Network (CNN) classifier.

Email Spam Classifier
Classifies emails as spam or ham using Natural Language Processing techniques.

Breast Cancer Classification
Uses a neural network for binary classification of breast cancer cases.

Price Prediction Regression
Predicts prices using a neural network regression model.

Support Vector Machines Implementation
Implements Support Vector Machines with grid search for optimal hyperparameter tuning.

Decision Trees vs Random Forests Comparison
Compares decision trees and random forests algorithms for predictive modeling.

K-Nearest Neighbors Parameter Tuning
Improves K-Nearest Neighbors algorithm performance through parameter tuning.

Titanic Logistic Regression
Applies logistic regression to predict survival outcomes on the Titanic dataset.

Housing Sales Linear Regression
Predicts housing sales using linear regression techniques and performed EDA.