Skip to content
View SauravP97's full-sized avatar
πŸ‘¨β€πŸ’»
Practicing the subtle art of not giving a bug!
πŸ‘¨β€πŸ’»
Practicing the subtle art of not giving a bug!

Block or report SauravP97

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

Hi, I'm Saurav Prateek πŸ‘‹


I am currently working as a Senior Web Solutions Engineer at Google gTech team. I have a YouTube channel where I post content related to Machine Learning, Artificial Intelligence and Software Engineering. I also maintain an Engineering Newsletter Systems That Scale which is subscribed by 30K+ Engineers and Students.

My Projects:

YouTube Playlists:

Research Work:

  • Deep Researcher Reflect Evolve: Deep Researcher with Sequential Plan Reflection and Candidates Crossover.
  • Static-DRA: A Hierarchical Tree-based approach for creating Configurable and Static Deep Research Agent.

Pinned Loading

  1. Saurav-s-DSA-Templates Saurav-s-DSA-Templates Public

    My Data Structures and Algorithms templates

    Java 54 30

  2. Saurav-Low-Level-Design-Template Saurav-Low-Level-Design-Template Public

    Low Level Design template

    Java 124 34

  3. AI-Engineering-101 AI-Engineering-101 Public

    Collection of Agentic Workflows

    Jupyter Notebook 51 7

  4. LangPost LangPost Public

    Agent that summarizes the Linkedin Articles into Post content

    TypeScript 40 6

  5. tiny-stories-hf tiny-stories-hf Public

    Train Tiny Stories dataset from the paper - "TinyStories: How Small Can Language Models Be and Still Speak Coherent English?"

    Jupyter Notebook 5 1

  6. Transformer implementation in Pytorc... Transformer implementation in Pytorch from scratch
    1
    """
    2
    A decoder-only Transformer implementation in Pytorch from scratch.
    3
    The code is inspired from @karpathy's "nanoGPT" implementation.
    4
    5
    The code is organized as follows: