Skip to content
View rajeshkanade's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report rajeshkanade

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

Typing SVG


LinkedIn Gmail GitHub Resume

Profile Views


๐Ÿ‘จโ€๐Ÿ’ป About Me

class RajeshKanade:
    role       = "Generative AI Engineer / Full Stack Developer"
    company    = "Studium Tech Pvt. Ltd., Pune"
    education  = "MCA @ Fergusson College (Autonomous) | CGPA: 9.10"
    research   = "Co-authored BERT-based Fake News Detection (NLP)"
    looking_for = ["GenAI Engineer", "Full Stack / MERN Developer"]
    location   = "Pune, India ๐Ÿ‡ฎ๐Ÿ‡ณ"

    stack = {
        "LLM Frameworks" : ["LangChain", "LangGraph", "LlamaIndex"],
        "RAG & Search"   : ["ChromaDB", "FAISS", "Pinecone", "BM25 Hybrid"],
        "Evaluation"     : ["DeepEval", "Ragas", "LangSmith", "LangFuse"],
        "Backend"        : ["FastAPI", "Node.js", "Python", "Docker"],
        "Fine-Tuning"    : ["LoRA", "QLoRA", "HF PEFT", "SFT"],
    }

    def current_focus(self):
        return "Shipping production RAG pipelines & LangGraph agentic workflows ๐Ÿ”ฅ"

๐Ÿ› ๏ธ Tech Stack

๐Ÿค– GenAI / LLMs

LangChain LangGraph LlamaIndex OpenAI Anthropic Google Gemini Hugging Face Ollama

๐Ÿ” RAG & Vector Databases

ChromaDB FAISS Pinecone pgvector Weaviate

๐Ÿงช Evaluation & Observability

DeepEval Ragas LangSmith LangFuse Guardrails AI

๐Ÿ”ง Fine-Tuning

LoRA QLoRA HF PEFT

โš™๏ธ Backend & DevOps

Python FastAPI Node.js Docker GitHub Actions PostgreSQL MongoDB Redis

๐ŸŽจ Frontend

React TypeScript Next.js Tailwind CSS


๐Ÿš€ Featured Projects

Project Description Stack Metrics
๐Ÿ” PageMind โ€” AI Web Assistant Chrome extension with RAG pipeline for webpage Q&A & video transcript analysis LangChain โ€ข LangGraph โ€ข ChromaDB โ€ข FastAPI โ€ข React โšก Sub-2s latency ยท ๐Ÿ“ˆ ~40% better relevance ยท ๐Ÿง  ~30% less hallucinations
๐Ÿ“„ Doc Intelligence Platform Multi-modal document platform with hybrid search & agentic reasoning LlamaIndex โ€ข AutoGen โ€ข ChromaDB โ€ข Redis โ€ข Docker โšก ~45% faster queries ยท โœ… 0.87 faithfulness score
๐ŸŽ“ Accreditation Insight Generator LangGraph state machine for LLM-driven gap analysis and evidence mapping LangGraph โ€ข LangChain โ€ข FastAPI โ€ข PostgreSQL โ€ข Pydantic ๐Ÿ“Š ~70% reporting efficiency gain ยท โฑ๏ธ ~60% less manual work
๐ŸŽ™๏ธ AI Interview Coach Personal voice-based interview coach โ€” Whisper + VAD + FAISS RAG on resume Whisper โ€ข FAISS โ€ข LangChain โ€ข GPT-4o-mini โ€ข React+Vite โšก Sub-3s end-to-end response

๐Ÿ“Š GitHub Stats


GitHub Streak


๐Ÿ“ Research & Publications

BERT-Based Fake News Detection Using NLP โ€” Co-authored under Prof. Kalpana Joshi, Fergusson College (Autonomous), Pune. Applied BERT transformer for fake news classification achieving high accuracy on benchmark datasets. (2025)


๐Ÿ“ฌ Let's Connect

๐Ÿ’ผ Open to GenAI Engineer and Full Stack / MERN Developer roles in Pune

LinkedIn Email

Pinned Loading

  1. agentic-task-verifier-kit agentic-task-verifier-kit Public

    A Harbor evaluation task for coding agents, published with two working attacks on its own grader and the fixes that close them.

    Python