A Glimpse into My Creative Ventures and Technical Expertise
2024, IEEE
FTDUIQA, a fusion model that integrates traditional machine learning and deep learning for assessing underwater image quality. By combining CNNIQA, DBCNN, HyperIQA, MSAEQA, and a modified MAUIQA, our approach significantly improved evaluation accuracy on the UID2021 dataset, outperforming existing methods with a PLCC of 0.8654.
May 2023
Developed a spatio-temporal traffic forecasting system combining classical baselines (Naive, ARIMA, XGBoost), GRU-based deep learning, and Temporal Fusion Transformer (TFT) for state-of-the-art probabilistic predictions. Implemented MC Dropout and quantile regression for uncertainty quantification and cross-junction dependency modeling. Designed a modular Python codebase with exploratory data analysis and visualization achieving robust RMSE(5.9849) and MAE(4.0017) performance and actionable uncertainty insights for urban traffic planning.
Jan 2026
Developed an AI-powered BIM quality assurance platform combining deterministic IFC rule validation and LLM-based analysis using Gemini/OpenAI/MiniMax. Integrated buildingSMART Data Dictionary (bSDD) for standardized property checks, terminology normalization, and multi-language support. Implemented readiness scoring, auto-fix capabilities, and detailed reporting for IFC models, reducing property and naming inconsistencies by ~40%. Designed a modular FastAPI + Next.js architecture enabling scalable validation pipelines, interactive dashboards, and exportable compliance reports.
Aug 2023
An Institute of National Importance Website, where I re-innovated on completed frontend and some of old backend of the website, created a custom CMS for the admin to manage the content of the website, resulting in a remarkable 95% performance improvement in rendering, and achieving a flawless 100% SEO and best practice score
Mar 2023
Designed and implemented an API and mobile application for an academic project focused on advanced image processing techniques. Integrated arithmetic operations, spatial domain transformations, and frequency domain filtering using convolution-based techniques.
September 2023
This industry project focused on developing an image processing pipeline to detect and analyze gas burner holes using OpenCV and Hough Transform. It enhanced visibility through contrast stretching, applied segmentation for accurate detection, and extracted key measurements like hole count and size distribution. Masking and filtering refined the analysis, while automated CSV reports enabled efficient data evaluation.
April 2022
A database management system exploring project on ticketing system of railways, Innovated UI into a macOS clone with subtle animations using popmotion and winbox, learnt about using various ORMs like Prisma, Drizzle, etc., along with direct SQL query execution.
April 2023
Developed a machine learning system for emotion recognition using ECG signals, extracting time-series features like HRV metrics (RMSSD, SDNN, NNx, CSI, CVI). Implemented and evaluated Decision Tree and Random Forest classifiers to predict emotions such as happiness, anger, and disgust.
November 2021
A mobile social media chat application which includes features inspired from snapchat and whatsapp, where I learned about real time streaming data to update chat, worked with lottie files for animation and firebase for backend.
Dec 2022
Developed facial recognition and traffic sign recognition systems using machine learning and deep learning techniques. For facial recognition, implemented Principal Component Analysis (PCA) for dimensionality reduction and used KNN, LDA, and Logistic Regression models. For traffic sign recognition, applied CNNs and utilized the GTRSB dataset for training. Leveraged OpenCV and PIL for image processing, gaining hands-on experience with real-world data collection and deep learning concepts.