Skip to content
View Karamjodh's full-sized avatar

Block or report Karamjodh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Karamjodh/README.md
karamjodh@github:~$ whoami

Karamjodh 🧠⚑

Typing SVG

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."

πŸ“‚ Featured Builds

🧠 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

β†’ View Repository


πŸ€– 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

β†’ View Repository


🎣 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

β†’ View Repository


πŸ› οΈ Tech Stack


NumPy Pandas Keras Matplotlib MLflow SciPy Streamlit


πŸ“Š Metrics



πŸ“‘ Connect


karamjodh@github:~$ echo "thanks for stopping by"

Pinned Loading

  1. CarterX CarterX Public

    Python

  2. FER_XAI FER_XAI Public

    A deep learning project for 7-class Facial Expression Recognition with post-hoc explainability using LIME and SHAP. Two CNN architectures β€” ResNet-50 and EfficientNet-B0 β€” are trained and evaluated…

    HTML