DATAANALYST
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 am a data analyst based in Michigan, USA with a passion for creating data-driven solutions. With a strong foundation in statistics, data analysis, and data visualization, I specialize in turning complex data into actionable insights and intuitive visual stories. Currently, I'm channeling my expertise into an exciting startup that leverages AI agents to help users seamlessly plan and optimize their entire travel experience from itinerary creation to real-time adjustments on the go. As an aspiring machine learning engineer and founder, I'm constantly exploring innovative ways to bridge data and intelligence.
EXPERIENCE
Co-Founder of Voyagen.ai
Tech Startup • 2025 - Present
Developing an AI-powered travel agent that uses natural language processing and machine learning to help users plan and budget their trips.
Data Analyst at Board of Water and Light (Lansing)
Intership• May 2025 - August 2025
Upcoming
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
Voyagen.ai
2025
An application that uses AI to help users plan personalized trips based on their preferences and constraints.
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