Global Data Center Sustainability Analysis
Built the full analytical notebook behind the βToward Sustainable Artificial Intelligenceβ paper. This project explores global data center growth, renewable energy adoption, infrastructure scale, and sustainability patterns using data cleaning, feature engineering, EDA, clustering, regression, and machine learning model evaluation.
Password Generator with Encrypted Vault
A cross-platform desktop app that generates cryptographically secure passwords and stores them in a local vault encrypted behind a master password. Demonstrates correct security fundamentals (PBKDF2-HMAC-SHA256 key derivation (600,000 iterations), authenticated Fernet encryption, and Pythonβs secrets module) and packages a Tkinter GUI into a distributable macOS app with PyInstaller.
Sales Forecasting with Neural Networks (NHITS)
Implemented advanced neural time-series forecasting using the NHITS model from the NeuralForecast package. This project demonstrates an end-to-end workflow including preprocessing, train-validation splitting, model configuration, hyperparameter tuning, and performance evaluation for business-oriented sales forecasting.
RAG Knowledge Assistant
Built a Retrieval-Augmented Generation (RAG) system that combines document retrieval with large language models to generate context-aware, grounded responses. This project demonstrates end-to-end AI system design, including document ingestion, embedding-based retrieval, prompt orchestration, and user-facing question answering.
Item Co-Occurrence Analysis (Market Basket Analytics)
Explored item co-purchase behavior using synthetic retail transaction data. Constructed co-occurrence matrices and calculated support, confidence, lift, and Jaccard similarity to quantify product relationships.
Marketing Campaign Analysis
An end-to-end campaign analysis focused on customer acquisition and retention and actionable recommendations.
Sports Analytics Case Study 1
A structured sports analytics case study demonstrating data preparation and analytical reasoning.
Sports Analytics Case Study 2
A follow-up case study that highlights how modeling choices affect interpretation and outcomes.
Social Survey Analysis
An applied survey analysis emphasizing data quality checks and interpretive findings.