Projects

Projects across web, AI, and data science.

A mix of UI-driven apps and ML experiments, with each repo documented and linked.

grid-design-website

Grid Design Website

Live

Next.js agency site with dedicated Home/About/Services/Contact pages, JSON-driven content blocks, and reusable sections for testimonials, services, and contact forms.

Next.jsTypeScriptTailwind CSSFramer Motion

careerpath-ai

CareerPath-AI

In Progress

FastAPI backend that ingests a student profile (courses, GPA trend, projects, certifications) and returns top role recommendations with model scores using a serialized ML model.

PythonFastAPIMLLightGBM

quiz-app

quiz-app

In Progress

Full-stack quiz platform for instructors and students with room creation, test module uploads, timers, and live leaderboards backed by AWS S3 and MongoDB.

Node.jsExpress.jsMongoDBAWS

hedgefund-ai-agent

HedgeFundAIAgent

Research

Agent workflow exploring hedge-fund style research, data ingestion, and signal summaries.

PythonAgentsFinanceLLM

algorithm-visualizer

AlgorithmVisualizer

In Progress

Interactive algorithm visualizer with a browser UI plus a Java app, showcasing animated sorting and pathfinding demos.

JavaScriptVisualizationJava

used-car-price-prediction

UsedCarPricePrediction

Research

Used-car price prediction pipeline with feature engineering, multiple regressors, and neural networks plus Keras Tuner hyperparameter search.

PythonRegressionXGBoostKeras

stock-market-predictions

StockMarketPredictions

Research

Stock prediction and analysis toolkit covering EDA, RSI calculation, time-series visualizations, and ML models for classification and regression.

PythonTime SeriesEDAML

breast-cancer-prediction

BreastCancerPrediction

Research

Breast cancer diagnosis pipeline on the Wisconsin dataset with preprocessing, feature selection, and model comparisons evaluated with precision and recall.

PythonClassificationScikit-learn

sentiment-analysis

SentimentAnalysis

Research

Twitter sentiment analysis pipeline with text cleaning, EDA, MLP modeling, hyperparameter tuning, cross-validation, and interpretability.

PythonNLPKerasEDA

movie-genre-nlp

MovieGenreNLP

Research

Movie genre classifier with separate training and prediction scripts for running inference on plot summaries.

PythonNLPClassification