Skip to content
View dranzer-17's full-sized avatar
๐Ÿ’ญ
Need Sleep
๐Ÿ’ญ
Need Sleep

Highlights

  • Pro

Block or report dranzer-17

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
dranzer-17/README.md
header
Typing SVG

const kavish = {
    name: "Kavish Shah",
    age: 19,
    location: "Mumbai, India ๐Ÿ‡ฎ๐Ÿ‡ณ",
    education: "B.Tech AI & Data Science",
    cgpa: 8.76,
    
    currentRoles: [
        "๐Ÿ”ฌ Research Mentor @ DJS INFOMATRIX",
        "๐Ÿค– AI Agent + Backend Dev @ Apt",
        "๐Ÿ’ผ Research Engineering @ SimPPL"
    ],
    
    techStack: {
        ai: ["LLMs", "RAG", "AI Agents", "Vision-Language Models"],
        languages: ["Python", "JavaScript", "TypeScript"],
        frameworks: ["React", "Next.js", "FastAPI"],
        cloud: ["AWS", "Azure", "Docker"]
    },
    
    funFact: "I code with music ๐ŸŽต"
};

๐Ÿ’ผ PROFESSIONAL EXPERIENCE

๐Ÿข Company ๐Ÿ’ก Role ๐Ÿ“… Duration ๐Ÿ”ง Tech Stack
AI Agent + Backend Developer Aug 2024 - Present LLMs FastAPI RAG MCP
Research Engineering Intern Apr 2025 - Aug 2025 NLP ML AWS Python
Research Mentor Aug 2025 - Present Computer Vision Research
Web Developer Aug 2024 - 2025 React Next.js Node.js
Web Developer Aug 2024 - 2025 JavaScript CSS HTML
Publicity Co-committee Aug 2024 - 2025 Marketing Leadership

โšก TECH ARSENAL

๐ŸŽฏ CORE TECHNOLOGIES

Python JavaScript TypeScript C++ Java HTML5 CSS3 SQL

๐Ÿš€ FRAMEWORKS & LIBRARIES

React Next.js FastAPI Node.js Express Flask Bootstrap Tailwind

๐Ÿค– AI/ML & DATA SCIENCE

TensorFlow PyTorch HuggingFace LangChain OpenAI Pandas NumPy Scikit-learn Jupyter MediaPipe

โ˜๏ธ CLOUD & DEVOPS

AWS Azure Docker Git GitHub CI/CD Vercel

๐Ÿ—„๏ธ DATABASES & TOOLS

MongoDB PostgreSQL FAISS Weaviate Redis Supabase

๐ŸŽจ DESIGN & OTHER TOOLS

Figma VS Code Postman n8n Zapier Pipedream


๐Ÿš€ ALL PROJECTS SHOWCASE
๐Ÿ† Project ๐Ÿ“ Description ๐Ÿ› ๏ธ Tech Stack โญ Features
๐Ÿ”„ LLM Context Preserver Browser extension for preserving LLM chat context across sessions JavaScript Google Docs API AI Agents Context injection, Intelligent indexing, Memory layer
๐Ÿค– Vertical & Horizontal Agent Framework Multi-agent system with specialized and orchestrator agents Next.js FastAPI MCP LangGraph A2A protocols, Agent collaboration, Visual pipeline
๐Ÿ“Š Social Media Analyzer End-to-end social media analysis platform Python AWS NLP ML Sentiment analysis, Trend detection, Real-time processing
๐ŸŽฎ AI Gaming Assistant Real-time game strategy advisor using computer vision Python MediaPipe TensorFlow Object detection, Strategy prediction, Performance tracking
๐Ÿ“š Smart Study Buddy AI-powered study assistant with RAG capabilities LangChain FAISS Streamlit Document Q&A, Note generation, Quiz creation

๐Ÿ“Š GITHUB ANALYTICS


๐Ÿ† ACHIEVEMENT SHOWCASE


๐Ÿ“š RESEARCH & PUBLICATIONS

๐Ÿ”ฌ PUBLISHED RESEARCH

"Interpretable Physics Reasoning and Performance Taxonomy in Vision-Language Models"

Advancing AI's understanding of physical world interactions through interpretable reasoning metrics

Read Paper โ†’ | HuggingFace โ†’


๐ŸŽต LIFE BEYOND CODE

๐ŸŽธ MUSIC & CREATIVITY

๐ŸŽน Piano Virtuoso
๐ŸŽธ Guitar Enthusiast
๐ŸŽต Retro Bollywood Aficionado

"Music is the algorithm that optimizes my creativity"


๐ŸŒ CONNECT WITH ME

Portfolio LinkedIn Gmail GitHub Instagram


๐Ÿ“ฑ QUICK CONTACT

๐Ÿ“ Mumbai, Maharashtra, India | ๐Ÿ“ฑ +91 8850815715 | ๐ŸŽ‚ September 25, 2005


๐Ÿ’ก DAILY DEV WISDOM



"Breaking boundaries, one commit at a time"

Popular repositories Loading

  1. dranzer-17 dranzer-17 Public

    2

  2. Automated-Internship-Mail-Sender Automated-Internship-Mail-Sender Public

    Python 2

  3. LLM-Context-Preserver LLM-Context-Preserver Public

    JavaScript 1

  4. ACE_2.0 ACE_2.0 Public

    TypeScript 1

  5. Restaurant-Website Restaurant-Website Public

    A static restaurant website using html and css. This is a website of the original FOO Restaraunt only used for educational purposes.

    HTML

  6. chord-classification chord-classification Public

    This project is a chord classification system that uses a Convolutional Neural Network (CNN) to identify musical chords from audio files. The model processes chroma features extracted from .wav filโ€ฆ

    Python