Available for Opportunities

Hi, I'm Neha Malviya

|

A Business & Data Analyst who loves helping companies analyze their data and grow — with hands-on knowledge of AI and a track record of building end-to-end projects, from medical diagnosis tools to customer intelligence dashboards.

11+ Projects Built
98.2% Best Accuracy
5+ Technologies
portfolio.py
import pandas as pd
from sklearn.svm import SVC
from textblob import TextBlob
 
# Train breast cancer classifier
clf = SVC(kernel='rbf')
clf.fit(X_train, y_train)
 
# Result
>>> Accuracy: 98.2%
Scroll to explore

About Me

I'm a passionate AI & Data Analytics developer with a background in Data Science and Business Analytics — a May 2026 graduate of Rider University (BSBA in Business Analytics, Supply Chain Analytics Concentration, 3.8 GPA) building intelligent applications that turn raw data into real business value.

My work spans end-to-end machine learning pipelines, NLP applications, and interactive data dashboards that tackle real-world problems — from predicting cancer diagnoses with 98.2% accuracy to automating executive KPI reports using Generative AI, to building live Google Analytics dashboards in Power BI.

I'm passionate about the intersection of Generative AI and business intelligence. I also bring hands-on experience as a Research Assistant on a National Science Foundation-funded climate project and as a Tutor teaching Excel and Business Data Analytics to fellow students.

🎓 Rider University — BSBA, Business Analytics (Supply Chain Analytics Concentration)  ·  Norm Brodsky College of Business  ·  GPA 3.8  ·  Graduated May 2026  ·  Summa Cum Laude  ·  Dean's List All Semesters
📧 nehamalviyab7@gmail.com  ·  malviyan@rider.edu
📍 Lawrence, New Jersey, USA
💼 Open to Data Analyst, Data Scientist & Business Analyst roles — NJ & NY

Featured Projects

End-to-end applications combining data science, machine learning, and web development

01
Data Analytics Forecasting Sentiment Analysis

Capital Health Hospitals — Data-Driven Approach to Better Care

A healthcare analytics project using real, unpublished patient and capacity data provided directly by Capital Health Hospitals — examining patient volume, wait times, and satisfaction across three campuses using time-series forecasting and sentiment analysis.

🎯 Problem

Patient satisfaction was declining at Capital Health's busiest campus (RMC), with billing complaints and coverage gaps affecting an estimated 872,000 NJ residents.

💡 Solution

Cleaned and analyzed four real hospital datasets provided directly by Capital Health, spanning a full year, built per-campus ARIMA admission forecasts, and ran sentiment analysis on patient reviews across all three campuses.

📊 Outcome

Traced RMC's −0.30 composite sentiment score to sustained peak-hour overload (9 AM–6 PM) rather than clinical failure, and delivered six data-backed operational recommendations.

R Excel ARIMA Sentiment Analysis Data Cleaning

Key Features

  • Cleaned and validated four hospital datasets (RMC, HPW Adult, HPW Peds, Deborah)
  • Built campus-specific ARIMA models to forecast admission volume
  • Identified peak-hour and peak-month demand patterns per campus
  • Sentiment analysis of patient reviews tied back to operational heat maps
  • Insurance coverage gap analysis affecting ~872,000 NJ residents
  • Six recommendations spanning staffing, billing transparency, and insurance contracts
02
Data Analytics Sentiment Analysis Strategy

Fulton Bank — Gen Z Digital Banking Strategy

A live client engagement with Fulton Bank — worked directly with Fulton Bank subject matter experts and ran our own survey research to build a digital banking strategy for attracting and retaining Gen Z customers, on a tight project timeline.

🎯 Problem

40.6% of Fulton's 38,644 Gen Z household customers had zero mobile app logins in one month — Fulton risks losing this generation to fintechs like Chime and Cash App.

💡 Solution

Worked directly with Fulton Bank SMEs under a tight timeline, ran our own survey research alongside 453 App Store/Google Play reviews, and analyzed Fulton's internal Gen Z household data and competitor products to uncover engagement gaps and build six prioritized recommendations plus two new product concepts.

📊 Outcome

Delivered a 12–18 month roadmap with quarterly KPIs, a dormant-user re-engagement campaign, and two original loyalty programs tied to real spending data and revenue projections.

Data Analysis Sentiment Analysis Excel Competitive Research Financial Modeling

Key Features

  • Analyzed 38,644 Gen Z household records and 453 app store reviews
  • Segmented dormant vs. active users — uncovered a 40.6% zero-login rate
  • Sentiment breakdown comparing Google Play vs. Apple App Store complaints
  • Designed "FinQuest" — a gamified financial literacy program
  • Designed "Fulton Perks" — a savings rewards program tied to real card spending data
  • Built an 18-month rollout roadmap with measurable success metrics
03
GenAI Python Streamlit

GenAI KPI Meeting Assistant

An intelligent business analytics tool that transforms raw sales data into executive-ready KPI reports — complete with trend analysis, AI-generated insights, and automated email delivery.

🎯 Problem

Business teams waste hours manually preparing sales reports and meeting summaries from scattered data.

💡 Solution

Streamlit dashboard that auto-detects columns, generates trend charts, and emails PDF reports with one click.

📊 Outcome

Meeting prep time cut from hours to minutes. Automated week-over-week insights delivered to stakeholders.

Python Streamlit Plotly Pandas FPDF Seaborn

Key Features

  • Smart auto-detection of sales, region, category & date columns
  • Dynamic trend charts: daily / weekly / monthly / yearly granularity
  • AI-generated insights & anomaly flags (e.g. high discounts, low margin)
  • Automated PDF report generation & email delivery with charts
  • Regional × category sales heatmap
04
NLP ML Streamlit

Universal Customer Review Analyzer

A powerful NLP pipeline that automatically clusters any customer review dataset and performs sentiment analysis — works for products, restaurants, services, or social media.

🎯 Problem

Companies receive thousands of unstructured reviews making it impossible to manually extract trends and sentiment.

💡 Solution

Universal NLP pipeline: spaCy lemmatization → TF-IDF vectorization → K-Means clustering → TextBlob sentiment scoring.

📊 Outcome

Processes up to 3,000 reviews per run. Groups into up to 10 topic clusters with per-cluster sentiment breakdown.

Python spaCy TextBlob TF-IDF K-Means Streamlit

Key Features

  • spaCy lemmatization with stopword removal for clean text
  • Configurable clustering: 3–10 topic groups (slider control)
  • Positive / Neutral / Negative sentiment per cluster
  • Stacked bar sentiment chart per cluster
  • Email report with chart attachment
05
Analytics Viz Streamlit

ML Olympics Analysis WebApp

Interactive Streamlit webapp exploring 120+ years of Olympic history — from medal tallies to athlete age distributions and gender participation trends.

🎯 Problem

Over 135,000 Olympic athlete records spanning 51 games are complex and hard to explore without interactive tools.

💡 Solution

Dynamic filtering webapp for medal tallies, heatmaps, athlete distributions, and men-vs-women trends.

📊 Outcome

Four analysis views: Medal Tally, Overall Stats, Country-wise, and Athlete-wise — all interactive.

Python Streamlit Plotly Seaborn Pandas SciPy

Key Features

  • Dynamic medal tally by year and country
  • Sport × year event growth heatmap
  • Age distribution for gold / silver / bronze medalists
  • Height vs. weight scatter by sport
  • Men vs. women participation trend over 120 years
06
ML Healthcare AI Flask

Breast Cancer Prediction WebApp

A Flask-based medical AI tool using Support Vector Machine to classify breast tumors as benign or malignant — achieving 98.2% accuracy on the Wisconsin dataset.

🎯 Problem

False-positive cancer screenings lead to costly, unnecessary surgeries. Doctors need reliable ML decision support.

💡 Solution

Flask web app with SVM classifier trained on 569 patient records. Both ANN and SVM evaluated — SVM won.

📊 Outcome

98.2% accuracy. Real-time predictions with confidence scores reducing unnecessary surgical interventions.

Python Flask Scikit-learn SVM NumPy Pandas

Key Features

  • SVM classifier with 98.2% test accuracy
  • ANN vs SVM model comparison
  • 30-feature clinical data input interface
  • Real-time prediction with probability confidence score
  • Wisconsin Breast Cancer dataset: 357 benign / 212 malignant
07
React PostgreSQL Netlify

Rider EventHub — Campus Event Platform

A full-stack event discovery platform for Rider University — students browse, filter, and submit campus events, with an admin dashboard for moderation and an organizer portal for tracking submissions.

🎯 Problem

Campus events are scattered across emails, Instagram, and flyers — students miss events they'd love, and departments see low attendance.

💡 Solution

Centralized React web app with category filtering, @rider.edu email verification, admin approval workflow, and organizer status tracking.

📊 Outcome

Live at rider-eventhub.netlify.app. One hub for all campus events — searchable, filterable, mobile-friendly, and admin-controlled.

React PostgreSQL Netlify Functions CSS SHA-256 Auth

Key Features

  • Browse & filter events by category, date, and keyword search
  • Submit events with @rider.edu email verification
  • Admin dashboard: approve, reject, and feature events
  • Organizer portal to track submission status without login
  • Serverless backend with PostgreSQL via Netlify Functions
08
GenAI Claude API Streamlit

AI Chat Bot

A conversational AI chatbot demo built with Streamlit and powered by the Claude API — showcasing how generative AI can be integrated into a clean, interactive web interface.

🎯 Goal

Explore how Claude AI can be embedded into a Streamlit app to create a responsive, intelligent chat experience.

💡 Approach

Built a lightweight chat interface in Python using the Anthropic SDK, with conversation history, styled message bubbles, and real-time AI responses.

📊 Result

A working demo that proves how quickly a functional AI chat interface can be built end-to-end using modern generative AI tools.

Python Streamlit Claude API Anthropic SDK Pandas

Key Features

  • Interactive chat UI with message history using Streamlit
  • Integrated with Anthropic's Claude API via the Python SDK
  • Real-time AI responses with clean, styled message bubbles
  • Lightweight demo — runs locally with minimal setup
09
Power BI Google Analytics DAX

Google Trend Dashboard in Power BI

A live, interactive Google Analytics dashboard built in Power BI using API integration, advanced DAX measures, and intuitive visualizations — achieving 95%+ data accuracy.

🎯 Problem

Marketing and business teams struggle to monitor real-time web traffic, user behavior, and engagement metrics in one place.

💡 Solution

Power BI dashboard connected via Google Analytics API with complex DAX measures for engagement rates, session trends, and user conversion patterns.

📊 Outcome

95%+ data accuracy. Live KPIs including traffic sources, bounce rates, and geographic performance — updated in real time.

Power BI Google Analytics API DAX API Integration Data Visualization

Key Features

  • Live API integration: Google Analytics → Power BI (real-time refresh)
  • Complex DAX measures: engagement rates, session trends, conversion patterns
  • KPI visuals: traffic sources, bounce rates, geographic performance
  • 95%+ data accuracy with minimal manual intervention
  • Stakeholder-ready data storytelling and narrative reporting
10
Python Streamlit Pandas

Olympics Data Explorer

An interactive Streamlit web app for exploring Olympics history — medal tallies, country-wise performance, athlete statistics, and participation trends spanning decades of data.

🎯 Problem

Olympics data is vast and scattered — hard to explore trends, compare countries, and surface athlete-level insights in one place.

💡 Solution

Built an interactive Streamlit dashboard with dynamic filtering by year and country, visual heatmaps, and athlete-level breakdowns.

📊 Outcome

Rich visual storytelling of Olympics history — from overall participation trends to individual athlete performance across sports and events.

Python Streamlit Pandas Matplotlib Seaborn Plotly

Key Features

  • Medal tally by country and year with dynamic filtering
  • Overall trends in sports, events, and athlete participation
  • Country-wise performance breakdown and heatmaps
  • Athlete-wise statistics and performance trends
11
SQL Streamlit Python

HR Employee Analytics Dashboard — Self-Service BI Platform

A full analytics platform built from scratch — a live Streamlit dashboard backed by a custom SQLite schema, giving non-technical HR leadership self-service access to workforce KPIs.

🎯 Problem

HR leadership had no self-service way to explore workforce data — every question meant a manual pull and a one-off report.

💡 Solution

Designed a SQLite schema from scratch, authored 5 SQL queries tracking core workforce KPIs, and deployed a live Streamlit dashboard with 8+ interactive visualizations and sidebar filters.

📊 Outcome

Detected that overtime-mandatory teams had 2× the attrition rate of other teams — surfaced through multi-factor SQL pattern analysis and packaged as an executive summary with trend visualizations.

Python SQL SQLite Streamlit Plotly

Key Features

  • Custom SQLite schema designed from scratch for workforce data
  • 5 SQL queries tracking core workforce KPIs
  • Live Streamlit dashboard with 8+ interactive visualizations and sidebar filters
  • Multi-factor analysis surfacing a 2× attrition gap tied to mandatory overtime
  • Documented data governance standards so non-technical stakeholders can maintain it independently

Experience

Business Analyst Intern 🆕 New

Mar 2026 – Apr 2026
CPA4Tax and Accounting Services PC  ·  Kendall Park, NJ (On-site)  ·  Full-Time
  • Designed and built an automated Python ETL pipeline integrating financial data across 3 upstream systems for 10+ client accounts — enforced data quality standards at each transformation stage and reduced manual reporting effort by 30%
  • Developed Power BI KPI dashboards from scratch, translating multi-source financial data into executive-ready visualizations that let leadership monitor budget performance and variance trends without technical expertise
  • Conducted root cause analysis on data discrepancies across 3 interdependent systems — identified structural quality issues, implemented corrective solutions, and documented SOPs to prevent recurrence
  • Delivered recurring and ad hoc analyses for client management — collected, cleansed, and aggregated multi-source data, translating findings into clear narratives for non-technical decision-makers
  • Managed and administered workflow processes within Canopy practice management software, coordinating tasks across the team and redacting sensitive client information per firm data security policy
Python ETL Power BI Canopy Software Data Quality CPA Operations

Resident Assistant

Jan 2026 – Present
Rider University  ·  Part-time  ·  Lawrence, NJ (On-site)
  • Serve as a primary student leader and project manager for a diverse residential community at Hill Hall
  • Manage facility infrastructure issues, coordinating timely repairs with facilities management
  • Develop and distribute digital newsletters to enhance resident communication and engagement
  • Provide 24-hour coverage for building security and conflict resolution, ensuring a safe living environment
Leadership Project Management Data Management Communication

Research Assistant

Oct 2025 – Present
Rider University  ·  Essex County, NJ (Hybrid)  ·  NSF-Funded Project  ·  15 hrs/week
  • Rebuilt a 4-module statistical analysis pipeline from MATLAB to R — validated all outputs across 100+ specimens and delivered fully reproducible workflows with documentation meeting NSF research standards
  • Applied statistical methods to multi-year time-series datasets with data quality controls at every stage, producing validated analytical findings for faculty review
  • Prepare and analyze tree-ring samples to study historical climate patterns (dendrochronology)
  • Utilize stereomicroscopes and software tools including R for data collection and analysis
  • Collaborate with a research team on a National Science Foundation (NSF)-funded project
R Programming MATLAB → R Migration Time-Series Statistics Dendrochronology Research

Student Office Assistant

Jul 2025 – Present
Rider University, Residential Life  ·  Lawrence, NJ (On-site)  ·  20 hrs/week
  • Maintained and audited a 500+ record operational database weekly — enforced data entry standards across 3+ departments, achieving 100% discrepancy detection before each reporting cycle with zero downstream errors
  • Managed 20+ ad hoc data and reporting requests weekly — collected, validated, and delivered accurate outputs to university administrators under recurring deadline pressure
  • Improved scheduling efficiency and enhanced reporting accuracy, streamlining office operations
Database Auditing Data Integrity Reporting Administration

Tutor — Excel & Business Data Analytics

Oct 2025 – Jan 2026
Rider University  ·  Remote  ·  4 months
  • Instructed students in CIS 185, focusing on Microsoft Excel for business applications
  • Taught BDA 201 — Introductory Business Data Analytics concepts and tools
  • Developed engaging lesson plans to enhance student understanding of data analysis tools
  • Fostered a collaborative learning environment encouraging participation and critical thinking
Tutoring Microsoft Excel Business Analytics Teaching

Student Worker

Oct 2024 – Aug 2025
Compass Group  ·  Part-time  ·  New Jersey (On-site)  ·  11 months
  • Supported day-to-day campus operations as part of the Compass Group food service team
  • Developed professional work ethic, time management, and teamwork skills in a fast-paced environment
Operations Customer Service Teamwork

Skills

🐍

Programming

Python SQL HTML / CSS JavaScript
🤖

Machine Learning

Scikit-learn SVM K-Means Clustering Neural Networks Random Forest
💬

NLP & AI

spaCy NLTK TF-IDF TextBlob Sentiment Analysis Generative AI Claude API
📊

Data & Visualization

Pandas NumPy Plotly Matplotlib Seaborn Power BI Tableau Google Analytics
🌐

Web & Tools

Streamlit Flask React PostgreSQL Git Jupyter VS Code Excel

All Technologies

Python SQL Pandas NumPy Scikit-learn SVM KMeans ANN spaCy TextBlob TF-IDF NLTK Flask Streamlit Plotly Matplotlib Seaborn Power BI Google Analytics FPDF Gemini AI Git Jupyter SciPy Excel HTML / CSS JavaScript

Licenses & Certifications

Industry-recognized credentials validating my data analytics and BI expertise

Tableau Business Intelligence Analyst Specialization

Tableau Learning Partner & IBM & Microsoft · Coursera
📅 Issued: January 2026 🔑 ID: 181R7L9ADK1Y

Completed a rigorous 12-course specialization covering the full BI pipeline — from data cleaning and SQL to advanced Tableau visualization, business analysis, and data storytelling.

Introduction to Business Analytics99.37%
Data Analysis with SQL: Inform a Business Decision100%
Data Ecosystem98.22%
Communicating Data Insights with Tableau96.50%
Business Analysis Process93.71%
Preparing Data for Analysis with Microsoft Excel93.05%
Introduction to Tableau92.15%
Introduction to Data Analytics92.50%
Advanced Data Visualization with Tableau91.87%
Data Analysis with Tableau90.16%
Data Visualization with Tableau88.79%
Data Cleaning in Excel: Techniques to Clean Messy Data83.33%
Tableau SQL Excel Business Analysis Data Visualization Data Storytelling ETL Business Intelligence
✓ Verified

Data Ecosystem

Tableau Learning Partner · Coursera
📅 Issued: July 2025 🔑 ID: BMA2QAY7MXCG

Certification covering the data ecosystem: databases, data warehousing, Tableau software, data management principles, and the full lifecycle from raw data to actionable business insights. Achieved a grade of 98.22%.

Databases Tableau Software Data Management Data Warehousing
✓ Verified

Databricks AI/BI

Databricks
📅 Issued: April 2026

Certification covering AI/BI on the Databricks platform — building dashboards and genie-powered analytics on top of the lakehouse architecture.

Databricks Lakehouse BI Dashboards
✓ Verified

AWS Certified AI Practitioner

Amazon Web Services
📅 Certified

Foundational certification covering AI, machine learning, and generative AI concepts and use cases on AWS.

AWS AI/ML Fundamentals Generative AI
✓ Verified

Excel Advanced

Coursera
📅 Issued: June 2025

Advanced Excel certification covering complex formulas, pivot tables, and data analysis techniques for business use cases.

Excel Pivot Tables Data Analysis
✓ Verified

SQL for Data Analysis

Coursera
📅 Issued: January 2025

Certification covering SQL querying, joins, aggregations, and analytical query patterns for business data analysis.

SQL Query Optimization Data Analysis
✓ Verified

Competitions

A multi-day, high-intensity data analytics competition — teams and individuals are handed a large, real, unpublished dataset and a tight window to explore it, uncover insights, and present recommendations to a panel of judges

ASA DataFest 2025 — 1st Place: Commercial Real Estate Trends for Savills

Team Competition — Proprietary Data Provided by Savills
📅 2025 🏆 1st Place

Won 1st place at ASA DataFest 2025, working with proprietary lease-transaction data (2018–2024) provided by Savills, a global commercial real estate firm. Analyzed rent, occupancy, safety ratings, and sublease activity across major U.S. metro submarkets to identify which markets were expanding or contracting post-pandemic, then built a Random Forest recommendation model (94% accuracy) that matches a company's sector, rent expectations, and local economic conditions to the best-fit office market — for example, recommending Tech Growth Hubs like Austin and South Bay/San Jose for tech firms, High Rent Urban Centers like Manhattan for Legal and Financial Services, and Affordable Growth markets like Houston and Los Angeles for cost-conscious tenants. Also flagged San Francisco and Houston as higher-risk markets based on elevated sublease activity and weak occupancy recovery, and built Tableau dashboards to turn it all into office-relocation recommendations for Savills' clients.

Random Forest Tableau Python Commercial Real Estate Analytics Time-Series Analysis

DataFest 2026 — From ER Overload to Smart Care: Predict, Prepare, Prevent

Solo Entry — Stormont Vail Health (SVH) Dataset
📅 2026 📊 1,048,263 Validated Records

Competed solo, analyzing over 1 million validated Stormont Vail Health encounter records to explain and predict ER overload. Found that ED demand peaks at 3 AM and that the 3–9 AM window drives 76.7% of ED volume, then linked social needs to ER dependence — patients with unmet transportation needs had a 67.7% ED rate, and housing instability nearly doubled ER odds (1.97×) in a logistic regression model (AUC 0.628, n=4,184). Closed with a county-level intervention framework (ride-share partnerships, ED-triage financial counselors, food and housing referrals) projected to reduce avoidable ER visits by 15–25% per need category. Didn't place this year, but shipped a complete end-to-end analysis solo under the same time pressure as the team format.

Logistic Regression Healthcare Analytics Social Determinants of Health Large-Scale Data Cleaning Solo Competition

Research

Original research and teaching case study work completed at Rider University

Same System, Different Outcomes: A Case Study of Amway Distributors in the United States and India

Independent Study & Research (CBA 490) · Rider University · Advised by Dr. Federica Rossetti
📅 Department of Business Data Analytics 🎓 Teaching Case Study — International Business

A teaching case study examining why two distributors who join Amway's multi-level marketing system under structurally identical conditions — one in New Jersey, one in Mumbai — arrive at markedly different outcomes over time. Analyzes the divergence through four lenses: individual work ethic, access to formal training and mentorship (BWW), cultural and economic context, and the structural design of the MLM compensation model itself. Written for classroom use in international business, entrepreneurship, and business ethics courses, with ten original discussion questions.

International Business Case Study Research Cross-Cultural Analysis Business Ethics Direct Selling / MLM

AI in Marketing: How Predictive Analytics and Recommendation Engines Are Driving Customer Engagement

CIS 385 · Group 4: Mia Grgicevich, Adelaide Bobson-mensah, Neha Inder Malviya, Aidan Murtagh
📅 Rider University 🤖 Includes Hands-On Chatbot Build

A research report examining how AI-driven predictive analytics and recommendation engines (Amazon, Netflix, Spotify) personalize marketing and drive customer engagement. Includes a hands-on prototype: built a travel-booking chatbot in Google DialogFlow CX that gathers destination, dates, and departure city and returns mock flight recommendations — a practical demonstration of conversational AI applied to marketing and customer service.

Predictive Analytics Google DialogFlow CX Chatbot Development Recommendation Engines Marketing Analytics

Personalities: The Make or Break of Teams

Team: Joseph Fine, Makaela Mozeke, Neha Malviya, Tatiana Nunez, Tyree Bull
📅 Rider University 📊 Original Survey — n=13

A research presentation on how personality traits shape team collaboration and performance. Grounded in academic literature on the Big Five traits and personality-conflict research, the team ran an original 13-person survey measuring agreeableness, conscientiousness, and emotional stability against teamwork experience — finding 84.7% cooperate easily, 84.6% feel organized and responsible, and 61.5% resolve conflict through open discussion and compromise.

Survey Research Big Five Personality Traits Team Dynamics Data Collection Organizational Behavior

What Strategies Can We Implement to Reduce Employee Turnover at McDonald's?

MGT-201-O1, Dr. Yoon · Peyton Gerig, Neha Malviya, Melanie Medina, Bryce Bardsley, Brendan Macainsh
📅 Rider University 📉 150% Turnover Rate Analyzed

A business analysis examining why McDonald's — one of the world's largest employers at roughly 2 million employees — has struggled with a turnover rate of 150% since 2014. Analyzes root causes including low wages, high stress, and limited advancement, and proposes retention strategies centered on employee benefits, training investment, and leadership pathways.

Business Analysis HR Strategy Industry Research Organizational Behavior

Learned in Class

Key skills and concepts developed through coursework at Rider University

📊

Data Analytics & Mining

BDA 201 · BDA 205 · CIS 360 · MSD 105

  • Exploratory Data Analysis (EDA)
  • Feature engineering & selection
  • Data cleaning and preprocessing
  • Descriptive and inferential statistics
  • Association rule mining
🤖

Machine Learning

  • Supervised & unsupervised learning
  • Decision trees, Random Forests, SVM
  • K-Means & hierarchical clustering
  • Model evaluation: precision, recall, F1
  • Cross-validation & hyperparameter tuning
🧠

Artificial Intelligence

  • Neural networks & deep learning basics
  • Natural Language Processing (NLP)
  • Generative AI concepts & applications
  • Computer vision fundamentals
  • AI ethics and responsible AI
📈

Statistics for Business

MSD 205 · MSD 105

  • Probability and distributions
  • Hypothesis testing & significance
  • Regression: linear & logistic
  • Time series analysis & forecasting
  • A/B testing and experimental design
💼

Business Analytics & BI

BDA 355 · BDA 398 · BDA 491 · CBA 490

  • Business Intelligence tools (Power BI)
  • KPI design & performance dashboards
  • Google Analytics & web analytics
  • Data storytelling & visualization
  • Decision analysis & business modeling
🗄️

Database Management

CIS 330 · CIS 385

  • Relational database design with SQL
  • Database normalization principles
  • Query optimization techniques
  • NoSQL fundamentals
  • ETL processes and data pipelines

Videos & Demos

Watch the projects in action — real demos, real data

KPI Meeting Assistant — Super Sales Demo

Full walkthrough of the GenAI KPI dashboard with Super Store sales data, trend analysis, AI-generated insights, and automated PDF report delivery.

GenAI Streamlit KPI Analytics

Customer Review Analyzer — Sentiment Analysis Demo

Demonstration of the NLP pipeline: text cleaning, K-Means clustering, sentiment tagging, and per-cluster visualization.

NLP Sentiment Analysis Streamlit

Customer Analytics — Interactive Features Demo

Customer-first analytics demo showcasing real-time interactive insights and data-driven recommendations.

Analytics Visualization Streamlit

Sentiment Analysis — Extended Feature Walkthrough

Extended demo showing advanced clustering configurations and email report generation workflow.

NLP Machine Learning AI

Rider EventHub — Live Platform Demo

Full walkthrough of the Rider University campus event hub — browsing, filtering, submitting events, and the admin moderation dashboard.

React PostgreSQL Netlify

AI Chat Bot — Claude API Demo

A demo of a conversational AI chatbot built with Streamlit and the Claude API, featuring a clean chat interface and real-time AI responses.

GenAI Claude API Streamlit

Google Analytics — Web Traffic Analysis

Walkthrough of Google Analytics for tracking website traffic, user behavior, and key performance metrics to drive data-informed decisions.

Google Analytics Web Analytics Data Analysis

Olympics Data Explorer — Full App Demo

Interactive walkthrough of the Olympics Data Explorer: medal tallies, country heatmaps, athlete stats, and participation trends built with Streamlit and Python.

Python Streamlit Data Analysis

Resume

📄

Download My Resume

A complete overview of my education, projects, skills, and experience in one document.

⬇ Download Resume (PDF)

Can't download? Email me and I'll send it right over.

Quick Snapshot

🎓
Education

Rider University
BSBA, Business Analytics

💻
Core Stack

Python · ML · NLP
Analytics · BI Tools

🏆
Top Achievement

98.2% ML Accuracy
Medical AI Project

🚀
Projects Built

4+ Production Apps
GenAI · ML · NLP

🎯
Looking For

Data Analyst · ML Engineer
AI / BI Roles

🌟
Competed In

🏆 Winner, DataFest 2025
Data Analytics Competition

Get In Touch

I'm actively looking for data analytics, AI, and ML opportunities.
Let's talk — I'd love to connect!