DATAENGINEER
2023 - Present
import numpy as np import pandas as pd from sklearn.model_selection import train_test_split from sklearn.ensemble import RandomForestClassifier from sklearn.metrics import accuracy_score def train_model(df): # Feature engineering X = df.drop('target', axis=1) y = df['target'] # Split dataset X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.2, random_state=42) # Train model model = RandomForestClassifier(n_estimators=100) model.fit(X_train, y_train) # Evaluate y_pred = model.predict(X_test) accuracy = accuracy_score(y_test, y_pred) return model, accuracy
ABOUT
I'm a Computer Science student at Michigan State University with a passion for building intelligent systems that solve real-world problems. Currently working as an AI Engineer at Magna International, I'm developing VR applications that democratize CAD modeling through natural language interfaces—making complex design tools accessible to everyone, regardless of technical expertise. My journey in tech has taken me from analyzing big data pipelines to crafting AI-powered solutions that bridge the gap between human intent and machine execution. At Lansing Board of Water and Light, I automated workflows and built analytics dashboards that transformed how teams make decisions. Now, I'm applying those same principles to reimagine how people interact with design software. I specialize in the intersection of AI, data engineering, and practical software development. Whether I'm architecting scalable backends, building recommendation systems, or scraping and analyzing property data across global markets, I'm driven by a simple question: How can technology make complex tasks feel effortless?
EXPERIENCE
AI Engineer at Magna International Inc.
2025 - Present
Building VR applications that enable natural language CAD modeling, democratizing complex design workflows with AI-driven interfaces.
Analytics Engineer at Lansing Board of Water and Light
Internship • May 2025 - August 2025
Automated data entry to Mapcon using Power Automate and Excel macros on a schedule.
Data Analyst at Adnoc Distribution
Internship • May 2024 - August 2024
I analyzed large retail department datasets using SQL and Python to uncover customer behavior and sales trends, and developed interactive Power BI dashboards to effectively present actionable insights to senior stakeholders.
Researcher at Wikicharties
Internship • May 2023 - August 2023
Conducted in-depth research and edited articles for the Journal of Nonprofit Innovation.
Portfolio
Real Estate Market Intelligence
2025
Developed a scalable ELT system for property data, combining batch and streaming ingestion, automated quality testing, and cost-efficient warehouse design in BigQuery.
View ProjectMovie Recommendation System
2024
Created a movie recommendation system using kmeans clustering machine learning model and cosine similarity to recommend movies to users based on their preferences.
View ProjectAlgorithmic Trading
2024
The project employs machine learning techniques, particularly unsupervised learning, to extract insights from financial data, such as patterns and relationships that are not predefined.
View ProjectData Visualization
2023
The project focuses on tracking key performance indicators (KPIs), comparing regional performance, analyzing product-level trends, and identifying high-value customers.
View ProjectINTERESTS
- Playing Chess : This is my mental gym. I love playing fast paced chess game as it improves my sharpness and time management.
- Playing Soccer : I love playing soccer as it helps me stay fit and active. I also love to watch soccer games.
- ATV : I love to go on ATV rides in the mountains. It is a great way to enjoy nature and get some exercise.
- Traveling : I love to travel and explore new places. Currently, been to over 20 countries (majorly in Europe and Asia).
- Gymming : I love to gym as it helps me stay fit and active. I also love to watch gym videos and learn new exercises.
- Surfing : I love to surf as it is a great way to enjoy nature and get some exercise.

Chess - My Mental Gym

ATV - Off-road Adventures

Traveling - Global Explorer

Fitness - Staying Active

Surfing - Catching Waves