Featured project
Efficient Test-Time Scaling through Execution-Supervised Refinement
Sep 2025
Gemini APILLMsExecution-Supervised Refinement
- Designed Self-Refine-Loop, a Gemini 2.0 Flash pipeline that generates, executes, and repairs outputs using deterministic feedback from a secure Python execution environment, with up to three refinement iterations.
- Achieved 88.3% MBPP, 98.3% GSM8K, and 76.7% BoolQ accuracy with 2.5 model calls per problem, outperforming MiPS-style best-of-32 selection with over 90% fewer calls.
- Implemented Dynamic Temperature Adjustment and Context Injection to adapt to failure types and supply missing helper classes, raising MBPP accuracy from 40.0% to 88.3%.
Mid-Day Meal Analysis using Machine Learning
Jan 2023
KNNLogistic RegressionLightGBM
- Analyzed nutrition and program data across 24 Indian states; KNN and Logistic Regression models achieved 94.2% and 91.6% accuracy for nutrition-related prediction and child meal-outcome analysis.
- Trained LightGBM classifiers for rice, wheat, and dry-bean quality inspection, achieving 99.88%, 92.52%, and 93.22% accuracy; serialized models with Pickle for web-app integration.
Alzheimer’s Disease Detection & Categorization
Aug 2022
Logistic RegressionDecision TreesDjango
- Compared Logistic Regression and Decision Tree classifiers for dementia categorization, reporting 95% and 91% accuracy, respectively, in the study.
- Analyzed feature importance and PCA projections, and integrated the Logistic Regression model into a Django application using Pickle.
Brain Tumor Classification Pipeline
Dec 2021
KNNPCAPlotly Dash
- Tuned a K-Nearest Neighbors classifier on a 699-row, 11-column tumor dataset, evaluating K values from 1–50 with cross-validation and achieving 97% classification accuracy.
- Applied PCA to reduce features into two- and three-dimensional spaces; used Plotly Dash to compare actual and predicted class separation and investigate misclassifications.
Automatic Rain-Shade Simulation (Arduino + Proteus)
Jun 2020
EmbeddedSimulationAutomation
- Simulated an UNO + rain sensor controlling dual servos for a retractable roof.
- Modeled the roof mechanism in AutoCAD 2020 and simulated rain-triggered 90-degree servo movement in Proteus.
- Documented circuit, algorithm, and test cases for home-automation use.