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 a Software Engineer currently working full time at Google.


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 50 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: