Skip to content
View ajay-automates's full-sized avatar

Block or report ajay-automates

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
ajay-automates/README.md

Typing SVG


Profile Views Repositories Followers Stars


🤖 Neural Identity

/**
 * @profile Ajay Kumar Reddy Nelavetla
 * @focus Full-stack AI Engineer — from fine-tuning to production deployment
 * @updated February 2026
 */
const ajay = {
    role: "AI Engineer & MLOps Architect",
    expertise: {
        fine_tuning: ["QLoRA", "4-bit Quantization", "Gemma 3", "Llama", "Unsloth"],
        rag: ["LangChain", "ChromaDB", "Vector Search", "Document QA"],
        llmops: ["LangSmith Tracing", "Prompt Versioning", "A/B Testing", "Guardrails"],
        model_serving: ["FastAPI", "Docker", "CLIP", "Self-hosted Inference", "Batch Processing"],
        agents: ["Multi-Agent Orchestration", "Tool Use", "Browser Automation", "ReAct"],
        ci_cd: ["GitHub Actions", "Automated Code Review", "Cost Monitoring"]
    },
    deployed_systems: {
        "Resume Analyzer": "QLoRA fine-tuned Gemma 3 4B — 60% OOD accuracy, honest evaluation",
        "AI Code Review Bot": "Automated PR reviews via Claude + GitHub Actions — catches 8/8 bugs",
        "AI Support Agent": "RAG chatbot with LangSmith observability — live at Streamlit Cloud",
        "Image Classifier API": "Self-hosted CLIP inference via FastAPI + Docker — $0/request",
        "Social Media Automator": "6+ AI agents, 13 platform integrations — full SaaS product"
    },
    philosophy: "Ship it. Measure it. Improve it. Repeat."
};

🚀 Featured Projects (All Live & Deployed)

Project What It Does Tech Stack Links
Resume Analyzer QLoRA fine-tuned Gemma 3 for resume-job fit classification QLoRA, Gemma 3 4B, Unsloth, HuggingFace GitHub - Model
AI Code Review Bot Automated PR reviews that catch security bugs via CI/CD Claude API, GitHub Actions, Docker GitHub - Live PR
AI Support Agent Upload docs, get AI chatbot with source citations + LangSmith LangChain, ChromaDB, LangSmith, Claude, Streamlit GitHub - Live App
Image Classifier API Self-hosted CLIP model serving — zero API cost per request FastAPI, CLIP, PyTorch, Docker GitHub - Live API
Social Media Automator 6 AI agents, 13 platforms, full SaaS with billing & OAuth Node.js, Claude, Supabase, 13 platform APIs GitHub
Job Application Automator MCP server for autonomous job applications MCP, Browser Automation, Claude GitHub

🛠️ Intelligence Stack

🧠 LLM Fine-Tuning & Training

QLoRA Unsloth Gemma 3 PyTorch HuggingFace PEFT

🔗 RAG & LLM Orchestration

Anthropic Claude LangChain LangSmith ChromaDB OpenAI

🚀 Model Serving & MLOps

FastAPI Docker CLIP GitHub Actions Streamlit

⚙️ Agentic Automation

MCP Browser Automation Multi-Agent Supabase


📊 Neural Activity (GitHub)


🎯 What I Can Build (Proven with Live Projects)

FINE-TUNE a model         ──→  Resume Analyzer (QLoRA + Gemma 3)
SERVE it yourself         ──→  Image Classifier API (FastAPI + CLIP + Docker)  
BUILD a RAG pipeline      ──→  AI Support Agent (LangChain + ChromaDB)
ADD observability         ──→  LangSmith tracing on every request
AUTOMATE CI/CD            ──→  AI Code Review Bot (GitHub Actions)
DEPLOY for $0             ──→  HuggingFace Spaces + Streamlit Cloud
SHIP a SaaS product       ──→  Social Media Automator (6 agents, 13 platforms)

💼 Background

MS Software Engineering - Northeastern University (Focus: Distributed Intelligence)

4+ years building production-grade AI & Automation systems

Currently: Shipping AI products that work in the real world, not just notebooks.


📈 Contribution Pulse

Contribution Graph

👾 Contribution Snake

Snake

Open to: AI Engineering, MLOps, LLM Infrastructure, and Production AI roles.

Stack: QLoRA, LangChain, LangSmith, FastAPI, Docker, CLIP, ChromaDB, Claude API, GitHub Actions, Streamlit, PyTorch, HuggingFace

Architected with 🧡 by Ajay | v3.0 — Production AI Revision

Pinned Loading

  1. social-media-automator social-media-automator Public

    Automate LinkedIn posts with smart scheduling. Built in one session! 🚀

    JavaScript 1

  2. job-application-automator-mcp job-application-automator-mcp Public

    An MCP server that automates job applications by extracting form fields, intelligently filling applications, and generating personalized cover letters. Reduces application time from 30+ minutes to …

    Python 1

  3. advanced-resume-analyzer-qlora advanced-resume-analyzer-qlora Public

    🚀 Advanced AI Resume Analyzer — Fine-tuned Google Gemma 3 4B with QLoRA on free Colab T4 GPU. Analyzes resume-job description fit with 60% OOD accuracy. Includes systematic evaluation, A/B testing,…

    Jupyter Notebook

  4. ai-code-review-bot ai-code-review-bot Public

    🤖 AI Code Review Bot — LLMOps project with automated PR reviews using Claude, prompt versioning, cost monitoring, evaluation pipeline, and CI/CD via GitHub Actions

    Python