Skip to content
View hardik5520's full-sized avatar

Block or report hardik5520

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

Pinned Loading

  1. build-redis-with-python build-redis-with-python Public

    A Redis clone built from scratch in Python — implements the RESP protocol, thread-safe in-memory key-value store, TTL expiry, and real-time Pub/Sub using nothing but the Python standard library (ra…

    Python

  2. Enterprise-RAG-Research-Agent Enterprise-RAG-Research-Agent Public

    A production-ready LangGraph RAG research agent template — routes queries, builds multi-step research plans, retrieves docs in parallel, and generates grounded responses. Supports Elasticsearch, Mo…

    Python

  3. langgraph-blog-agent langgraph-blog-agent Public

    AI agent that researches topics, plans a blog outline, writes all sections in parallel, and generates diagrams — powered by LangGraph, OpenAI, Tavily & Gemini

    Python

  4. Langgraph-chatbot Langgraph-chatbot Public

    LangGraph workflow examples and chatbot implementations — sequential, parallel, conditional, and iterative patterns using OpenAI and LangChain, with Streamlit-based chat UIs.

    Python

  5. pr-reviewer-distillation pr-reviewer-distillation Public

    Distilled GPT-4o into a 7B PR review model. Full stack: scrape → QLoRA → AWQ quantize → vLLM serving on Modal. Live API + HF model included.

    Python

  6. ai-pr-review-agent ai-pr-review-agent Public

    Autonomous AI-powered PR code reviewer built with Spring Boot, LangGraph4j, GPT-4o, and React

    Java