Skip to content
View Shreyash-Gaur's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Shreyash-Gaur

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, 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

Pinned Loading

  1. LangGraph-SQL-Agent LangGraph-SQL-Agent Public

    An intelligent Text-to-SQL agent built with Python, LangGraph, and Ollama. It understands natural language to create, retrieve, and summarize data from a local database.

    Jupyter Notebook

  2. Image_Captioning Image_Captioning Public

    This project implements an image captioning model using the COCO 2017 dataset. The model is built using a CNN as an image encoder and a Transformer-based architecture for the caption generation pro…

    Jupyter Notebook

  3. Neural_Style_Transfer Neural_Style_Transfer Public

    Deep Learning & Art: Learning and Implementing about Neural Style Transfer, an algorithm created by Gatys et al. (2015).

    Jupyter Notebook

  4. LangGraph-Memory-Agent LangGraph-Memory-Agent Public

    This project uses LangGraph and a local Ollama LLM to build a conversational agent with long-term memory. The agent detects and extracts personal info from user messages, checks for duplicates, sto…

    Jupyter Notebook

  5. Named_Entity_Recognition Named_Entity_Recognition Public

    It is a subtask of information extraction that locates and classifies named entities in text into predefined categories such as the names of persons, organizations, locations, expressions of times,…

    Jupyter Notebook

  6. Graphiti-RAG-Agent Graphiti-RAG-Agent Public

    AI agent that uses a Retrieval-Augmented Generation (RAG) architecture built on a graph database. It is designed to provide answers exclusively from a curated and evolving knowledge base, preventin…

    Python 1