Skip to content
View ArjunPramod's full-sized avatar
πŸ’­
Active
πŸ’­
Active

Block or report ArjunPramod

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
ArjunPramod/README.md

Hi, I'm Arjun Pramod πŸ‘‹

πŸš€ Junior AI / Machine Learning Engineer focused on building end-to-end applied ML systems β€” from data and modeling to deployment-ready AI applications.

I specialize in turning machine learning models into usable products through APIs, scalable pipelines, and real-world decision systems.

πŸ“ India
πŸŽ“ B.Tech CSE (AI/ML) β€” SRM University AP
πŸ’Ό Open to: Junior ML Engineer | AI Engineer | Data Scientist roles (2026)


🧠 What I Build

I work at the intersection of Machine Learning Engineering + Applied AI:

  • βœ… End-to-end ML systems (data β†’ model β†’ API β†’ deployment)
  • βœ… Retrieval-Augmented Generation (RAG) applications
  • βœ… Decision-focused predictive modeling
  • βœ… Explainable AI & model evaluation
  • βœ… Production-ready inference services

My goal is simple:
Build ML systems that actually get used β€” not just trained.


⭐ Featured Projects

πŸ”Ή Customer Retention Decision Platform

End-to-End Production ML System

  • Built telecom churn prediction platform using XGBoost, capturing 72.5% churners while targeting only 35.5% customers
  • Designed explainable decision system using SHAP + customer segmentation & profiling to generate persona-driven retention actions
  • Deployed production ML service using FastAPI, Docker, and AWS EC2 with MLflow tracking, PostgreSQL logging, and Streamlit dashboard

Tech: Scikit-learn Β· FastAPI Β· Docker Β· AWS Β· MLflow Β· PostgreSQL

πŸ‘‰ Demonstrates:

  • Applied ML engineering
  • Decision-focused data science
  • Production deployment

πŸ”Ή Retrieval-Augmented Document QA (RAG System)

LLM Application with Semantic Search

  • Built document-grounded QA system using LangChain + FAISS
  • Implemented semantic retrieval with MMR to reduce hallucinations
  • Returned answers with source citations
  • Dockerized FastAPI service deployed on AWS
  • Debugged real-world memory constraints during local LLM inference

Tech: LLMs Β· LangChain Β· Hugging Face Β· FAISS Β· FastAPI Β· Docker Β· AWS

πŸ‘‰ Demonstrates:

  • Applied NLP & LLM engineering
  • RAG architecture
  • Production API design

πŸ›  Tech Stack

Languages

Python β€’ SQL

Machine Learning

scikit-learn β€’ XGBoost β€’ TensorFlow β€’ PyTorch
Feature Engineering β€’ Model Evaluation β€’ EDA β€’ ML Pipelines

AI & NLP

LLMs β€’ RAG β€’ LangChain β€’ Transformers
NLTK β€’ spaCy β€’ Semantic Search

Data Science

Pandas β€’ NumPy β€’ Data Analysis β€’ Visualization
Matplotlib β€’ Seaborn

Deployment & MLOps

FastAPI β€’ Docker β€’ REST APIs
AWS (EC2, S3) β€’ MLflow β€’ Git

Computer Vision

OpenCV β€’ CNNs β€’ Image Processing


πŸ“Š Engineering Principles I Follow

  • Write reproducible ML pipelines
  • Treat models as software systems
  • Measure business impact, not just accuracy
  • Prefer simple models before complex ones
  • Build deployable solutions early

πŸ† Highlights

  • πŸ₯‡ Best Paper Award β€” ICAIN 2025
    ESADN: Enhanced Spatial Attention Network for Road Accident Detection

  • πŸ₯‡ Gold Medalist β€” ProductKraft Expo 1.0

  • πŸ€– ML Research Intern β€” SRM University AP

  • πŸ€– AI Intern β€” Zebo.ai


πŸ“ˆ Current Focus (2026)

  • Production ML system design
  • LLM application engineering
  • Model monitoring & evaluation
  • Scalable inference architectures
  • Advanced feature engineering

🀝 Let's Connect


⭐ Pinned repositories below represent my strongest end-to-end AI/ML projects.

Pinned Loading

  1. Customer-Retention-Decision-Platform Customer-Retention-Decision-Platform Public

    End-to-End Customer Retention Decision Platform that predicts churn, explains risk, segments customers, and recommends actions through production APIs and dashboards.

    Jupyter Notebook

  2. rag-text-qa-langchain-huggingface rag-text-qa-langchain-huggingface Public

    Retrieval-Augmented Document QA system using LangChain, FAISS, and FastAPI to answer questions grounded in custom documents with source citations. Dockerized and deployed on AWS EC2.

    Python