Varsha Rajesh

Projects

Selected coursework and independent projects with demos, write-ups, and artifacts.

Showing 13 of 13
Predict an Author (Neural Network, NLP)

Neural network model for author prediction from text features. Includes model architecture discussion and annotated analysis.

PythonNLPPyTorchNeural NetworksText Classification
View →
Drone Delivery: MST + TSP Optimization
Demo

Graph optimization project implementing MST construction, heuristic TSP, and optimal TSP using branch-and-bound. Live demo shows algorithm behavior on representative test cases.

C++GraphsMSTTSPBranch and BoundAlgorithms
View →
Bioinformatics + LLMs Research

Research project exploring retrieval-augmented generation for bioinformatics question answering using LLMs.

NLPResearchBioinformaticsHealthcareML
View →
Forum Post Classifier
Demo

Text classification system that predicts post authorship (student vs instructor). Live demo shows classification outputs on published test inputs.

C++Text ClassificationMLParsing
View →
German Gas Market Analysis

Exploratory data analysis of German gas consumption trends with narrative-driven visualizations.

Data AnalysisEconomicsVisualizationResearchR
View →
Image Resizer (Content-Aware Seam Carving)
Demo

Image resizing system demonstrating content-aware seam carving. Live demo visualizes seam selection, removal, and resized outputs.

C++Image ProcessingDynamic ProgrammingAlgorithms
View →
IMDb Data Analysis Report

Exploratory analysis and modeling of IMDb movie data with statistical insights.

Data AnalysisVisualizationResearchR
View →
Letterman Word Morph Solver
Demo

Shortest-path word transformation solver using efficient graph search. Live demo shows transformation paths for published test cases.

C++AlgorithmsGraphsSearch
View →
Log Manager
Demo

Command-driven log querying system with indexed searches and excerpt list management. Live demo replays spec command scripts and outputs.

C++ParsingSearchData Structures
View →
Michigan Medicine Research Poster

Healthcare data analysis project presented as a research poster and report.

ResearchHealthcareData AnalysisVisualization
View →
Stock Market Simulator
Demo

Market simulation engine processing buy/sell orders with trade matching, medians, trader summaries, and time-traveler analysis. Live demo shows full output modes.

C++SimulationAlgorithmsEconomics
View →
Text Generation with a Homemade LSTM

From-scratch character-level LSTM for text generation, including training and inference.

PythonDeep LearningLSTMNLP
View →
MRI Alzheimer’s Detection (MDST)
Demo

Deep learning pipeline for Alzheimer’s detection from MRI scans with Grad-CAM explainability and a live Streamlit demo.

PythonDeep LearningComputer VisionHealthcare
View →