Skip to content
View Vellorpavan's full-sized avatar

Highlights

  • Pro

Block or report Vellorpavan

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

< About Me />

class VellorPavan:
    
    name        = "Vellor Pavan"
    alias       = "Vellorpavan"
    location    = "Vijayawada, Andhra Pradesh 🇮🇳"
    role        = "AI Engineer & Full-Stack Developer"
    
    interests   = [
        "Artificial Intelligence & Machine Learning",
        "Explainable AI (XAI) & FinTech",
        "Autonomous Agents & LLM Systems",
        "Full-Stack Web Engineering",
        "Real-Time Intelligent Systems"
    ]

    building    = [
        "AI-powered dashboards for financial intelligence",
        "Autonomous agents that solve real-world problems",
        "Smart attendance & academic platforms",
        "Tools that make AI accessible to everyone"
    ]

    fun_fact    = "I build agents that autonomously solve LeetCode 🤖"
    
    open_to     = ["Collaborations", "Internships", "Freelance AI/ML Projects"]

    def greet(self):
        return "Let's build the future together. 🚀"

Tech Arsenal

🧠 AI / ML / Data Science

🌐 Full-Stack Development

🗄️ Databases & Cloud

🛠️ Tools & Platforms


🚀 Signature Projects

🏦 Loan Default Prediction AI Dashboard

FinTech-grade credit risk intelligence

TypeScript · React · Python · XAI · SHAP

A production-grade FinTech dashboard that predicts loan defaults using machine learning with full Explainable AI (XAI) powered by SHAP values. Simulates real credit risk analysis with interactive visual breakdowns — showing not just what the model decides, but why.

Key Highlights:

  • 🧠 SHAP-style feature attribution insights
  • 📊 Real-time risk scoring simulation
  • 🎨 Interactive, animated UI/UX
  • ⚡ Full-stack TypeScript architecture

Repo

🤖 Autonomous LeetCode Agent

The agent that codes so you don't have to

Python · MCP Server · LLM Automation

An autonomous AI agent that logs into your LeetCode account and independently solves problems using a custom-built MCP (Model Context Protocol) server — representing the cutting edge of agentic AI systems.

Key Highlights:

  • 🔐 Autonomous account navigation
  • 🧩 Dynamic problem parsing & solving
  • 🛠️ Custom MCP server architecture
  • 🚀 True end-to-end agent loop

Repo

📝 MCQ Generator Pro

AI-powered exam prep at scale

TypeScript · React · FastAPI · LLM

Upload PDFs or raw text → AI generates complete MCQ sets with answers and answer keys → export to Word documents instantly. Built for educators and students who need fast, intelligent assessment generation.

Key Highlights:

  • 📄 PDF & text ingestion pipeline
  • 🤖 LLM-powered question generation
  • 📑 Word document export (.docx)
  • 🎯 Answer key generation

Repo

🎓 College Face Attendance System

Biometric meets real-time intelligence

HTML · Python · OpenCV · ML

An intelligent, real-time academic management platform featuring facial recognition attendance, timetable management, and seamless communication between admins, teachers, and students. No more manual roll calls.

Key Highlights:

  • 👁️ Real-time face recognition
  • 🗓️ Automated timetable engine
  • 👥 Multi-role admin system
  • 📱 Live attendance tracking

Repo


📊 GitHub Intelligence Report




GitHub Streak




🏆 Achievement Vault

GitHub Trophies

🔭 Currently Operating On

$ vellorpavan --status

▶ [ACTIVE]   Deepening expertise in LLM agent architectures & MCP protocols
▶ [ACTIVE]   Building AI tools that bridge the gap between tech & real-world use
▶ [ACTIVE]   Exploring FinTech AI, Explainable AI & Autonomous Systems
▶ [LEARNING] Advanced RAG pipelines, vector databases & multi-agent frameworks
▶ [OPEN]     Collaborating on open-source AI/ML & full-stack projects

$ uptime: always building | always learning | never stopping

🌐 Connect & Collaborate


   



"The best way to predict the future is to build it with AI."


Popular repositories Loading

  1. Vellorpavan Vellorpavan Public

    Config files for my GitHub profile.

  2. Loan-default-prediction-ai-dashboard Loan-default-prediction-ai-dashboard Public

    A FinTech-style web dashboard for Loan Default Prediction & Explainable AI. Includes an interactive UI to simulate credit risk analysis with SHAP-style feature insights. Designed and developed by P…

    TypeScript

  3. mcq_generator_pro mcq_generator_pro Public

    AI MCQ generator app with FastAPI and React. Upload PDF/text, generate questions, preview results, and export Word documents with answers, without answers, and answer key.

    TypeScript

  4. Collage_Face_Attendance_System Collage_Face_Attendance_System Public

    An intelligent, real-time academic management platform designed to simplify attendance tracking, timetable management, and communication between admins, teachers, and students.

    HTML

  5. AUTONOMOUS-LEETCODE-AGENT AUTONOMOUS-LEETCODE-AGENT Public

    🤖 An autonomous AI agent that logs into your LeetCode account and independently solves problems using a custom MCP server.

    Python