UWMSRPC — Student Research Poster
Competition System
Designed and developed a cloud-hosted web
application to manage scoring and evaluation
for the University of Wisconsin–Milwaukee
Student Research Poster Competition.
The platform replaced manual workflows with
a secure, scalable digital system.
98%
faster result compilation
200+
evaluations processed
99.9%
uptime
90%
operational efficiency
-
Automated scoring and aggregation.
-
Processed 200+ evaluations across
multiple rounds in under five minutes.
-
Streamlined the evaluation UI.
-
Used Docker-based deployments for
reliable operation.
Django
React
AWS
Docker
JWT
Tailwind CSS
Automated MS CS Program of Study
Verification System
Built an online system to automate the
verification and validation of graduate
Program of Study forms, replacing manual
review processes and improving data accuracy.
95%
fewer form errors
75%
faster processing
100%
validation accuracy
-
Supported Professional, Thesis, and
Non-Thesis tracks.
-
Automated validation and verification.
-
Reduced manual review effort.
Python
Web Forms
Validation Logic
UNI-VISE — University
Recommendation System
Developed a machine-learning based
recommendation platform to help prospective
students identify suitable U.S. computer
science programs based on academic profiles
and preferences.
1,000+
students guided
KNN
recommendation model
AWS
public deployment
-
Trained a K-Nearest Neighbors model for
computer science universities across
the U.S.
-
Matched candidates to programs based
on preferences.
-
Deployed using AWS EC2 and RDS.
Python
Flask
AWS EC2
AWS RDS
Machine Learning
FoodMine
Built a dynamic Angular web application
designed to improve the food browsing and
ordering experience.
-
Enabled users to explore a wide variety
of food items.
-
Implemented search functionality.
-
Implemented shopping cart management.
Angular
TypeScript
HTML
CSS
Text-to-Image Synthesis Using GANs
Conducted research on text-to-image
synthesis using Generative Adversarial
Networks, focusing on feature engineering
and model optimization.
20%
training efficiency improvement
IJRASET
published research
-
Performed feature engineering on large
text datasets.
-
Improved model training and validation
efficiency.
-
Published research in IJRASET,
Volume 6, Issue IV.
TensorFlow
PyTorch
NumPy
Pandas
GANs
URL Shortener Web Application
Built a lightweight URL shortening service
demonstrating backend fundamentals,
database design, and RESTful application
development.
-
Implemented persistent storage using
SQLite.
-
Designed URL mapping and redirection
logic.
-
Demonstrated RESTful backend development.
Python
Flask
SQLite