Aspiring Computer Scientist
Hello, I'm Parth, a Computer Science student at the University of Washington, Seattle, with a fiery passion for data science, machine learning, and using CS to positively impact communities. I am also super interested in exploring how ML can be applied in the context of astrophysics (black holes, particle physics, time-domain) and security (malware detection, adversarial ML), or just issues in my everyday life.
Feel free to explore my projects and get in touch if you'd like to collaborate or learn more about my work!
miniOrange • July 2024 - September 2024
Stonehaven Capital Management • September 2023 - November 2023
Building a cross-platform Spotify and Apple Music queue manager with Django and Vue.js, allowing users to save, export, and restore sessions across devices. Created a ‘suggest’ feature using audio feature clustering and cosine similarity for mood-based recommendations. Deploying the backend using AWS Elastic Beanstalk, S3 for media storage and RDS as the primary relational database
Engineered a data pipeline to classify real/bogus astrophysical transients in Zwicky Transient Facility image triplets. Reimplemented each of the original CNN’s layers from scratch using CuPy and NumPy, optimizing convolutions and pooling on GPUs with im2col for 99.97% reduction in training time. Benchmarked CuPy CNN against a PyTorch counterpart and classical models, achieving ROC AUC=0.91 and F1=0.82
Established a Flask-based SMS automation system using Twilio and PostgreSQL, allowing real-time announcements for 2,100+ conference participants across four major student conferences. Developed a secure admin dashboard with authentication, bulk contact management, and data validation for seamless user operations. Replaced fully manual staff-dependent workflow, crucially accelerating announcements via multithreading techniques
Trained and evaluated five machine learning models on stellar data (luminosity, temperature, absolute magnitude) to classify stars into 7 spectral types (Morgan–Keenan system). Optimized a random forest model to 95% accuracy and 96% precision; visualized key features to improve interpretability and connect machine learning with scientific modeling