about_me:
role: "Machine Learning & AI Enthusiast"
focus: "Real-world problem solving over toy demos"
strengths:
- Data analysis, feature engineering, model optimization
- Deep Learning (CNNs), NLP, Computer Vision
- Explainable AI (LIME, SHAP)
language: Python
mindset: "Learn by building. Ship clean code. Iterate."π§ FER_XAI β Explainable Facial Expression Recognition
7-class facial expression recognition with post-hoc explainability via LIME and SHAP. Two CNN backbones β ResNet-50 and EfficientNet-B0 β trained and benchmarked on FER2013 and RAF-DB, with pixel- and region-level explanations generated for every single prediction.
- π Best result: 84.36% accuracy (ResNet-50 on RAF-DB)
- π Every prediction comes with a visual "why" β not just a label
- π οΈ Stack:
PyTorchΒ·LIMEΒ·SHAPΒ·AMP training
π€ CarterX β Full-Stack Intelligent Application
A full-stack application pairing a Python backend with a JavaScript frontend, backed by its own local database layer for structured data handling β built with a dedicated test suite for reliability.
- βοΈ Split
app/+frontend/architecture - π§ͺ Includes its own test suite
- π οΈ Stack:
PythonΒ·JavaScriptΒ·HTML/CSSΒ·SQLite
π£ Phishing-Detection β Real-Time URL Threat Classifier
An ML-powered system that extracts 30+ security-relevant features from any URL β structural, content-based, and domain-based β to classify it as legitimate or malicious in real time. Fully containerized and deployed on AWS via an automated CI/CD pipeline.
- β‘ ~95%+ accuracy on held-out test data
- βοΈ Dockerized, deployed on AWS EC2, tracked with MLflow + DagsHub
- π οΈ Stack:
FlaskΒ·Scikit-learnΒ·DockerΒ·AWSΒ·MongoDB