CS2 Match and Demo Analytics Descriptive Alt Text

A data pipeline and analysis tool for CS2 esports match and player performance using HLTV data and demo file parsing. The system scrapes matches, processes player stats, and supports ML-driven performance insights.

CS2 Analytics Screenshot

Tags: Python, PostgreSQL, Web Scraping, Streamlit, Data Engineering, ETL


Support Ticket Categorization with LLM Descriptive Alt Text

Used a Large Language Model to classify and prioritize customer support tickets. The system predicts categories, assigns priority, and estimates resolution times.

LLM Ticket System

Tags: Python, HuggingFace, Transformers, Mistral 7B, NLP, Text Classification, LLMs


Bank Churn Prediction Descriptive Alt Text

Predicted bank churn using ANNs. Achieved 78% recall score to minimize false negatives, resulting in only 5.75% false negatives on the test data.

Project 1 Project 1

Tags: Python, TensorFlow, Keras, ML Classification, ANN, Feature Engineering


Credit Card User Churn Prediction Descriptive Alt Text

Predicted CC users churn by using multiple classifiers and tuning the best performing. Determined most important factors contributing to CC users churn. Recall was maximized to minimize the number of CC users that would churn, resulting in 0.99% false negatives.

Project 2 Project 2

Tags: Python, Scikit-Learn, ML Classification, Data Cleaning, Precision Optimization