My Projects
Here are some of the key projects I've worked on, showcasing my skills in data analysis, machine learning, and web development.
Logistics Performance Analysis and Delay Prediction and Consumer Segmentation
Analyzed logistics data to identify key factors affecting delivery performance followed by Consumer Segmentation using algorithms (Random Forest, Gradient Boosting). Built machine learning models to classify orders, achieving 69.82% test accuracy. Developed insights to reduce delays and boost profitability, visualized via a Power BI dashboard.
GitHub Link PDF LinkDisaster Detection and Classification Using Text, Images, and Real-Time Twitter Scraping
The project uses text and image classification models to detect disaster-related content, achieving up to 81% accuracy for text and 80% for images (VGGNet). A deployed website allows classification on user-uploaded data or real-time Twitter posts using a live scraper for disaster detection.
GitHub Link PDF LinkDocument Image Denoising Using Convolutional Autoencoders
Used a Convolutional Autoencoder to denoise document images while preserving details. The autoencoder learns key features through unsupervised learning, effectively removing noise. The approach shows promising results for tasks like document restoration and OCR preprocessing.
GitHub Link PDF LinkMachine Translation Using Sequence to Sequence Transformer
Built an Encoder-Decoder Transformer for English-Hindi translation using TensorFlow. Preprocessed Hindi-English corpus with tokenization, padding, and special tokens. Achieved a Bilingual Evaluation Understudy Score of 0.8 with stable training convergence.
GitHub Link PDF Link