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

Highlights

  • Pro

Block or report codingwithsurya

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

Hi there πŸ‘‹ I'm Surya!

  • πŸŽ“ I’m a Computer Science student at Georgia Tech, with a concentration in Artificial Intelligence. Previously, I was a SWE intern at Pinterest working on a data acquisition -> feature embedding pipeline for ads conversion visibility.
  • πŸ”­ I have a lot of passion for my work, so I end up spending a lot of my free time learning from various sources like Youtube, blogs, twitter, etc. These days, I'm particuarly interested in AI Infrastructure (distributed ML training, HPC) and the latest advancements in AI Research.

Pinned Loading

  1. distributed-transformer distributed-transformer Public

    "Attention Is All You Need" Transformer paper implemented from scratch in PyTorch with support for distributed training, in both FSDP and DDP.

    Python 3

  2. PaliGemma-CPU-Inference PaliGemma-CPU-Inference Public

    Replication and efficient inference for the PaliGemma model, a state-of-the-art vision-language model

    Python 1

  3. diffusion.cu diffusion.cu Public

    Implementation of diffusion model from scratch in C++/CUDA, supporting both DiT and UNet architectures.

    Cuda 2

  4. DSGT-DLP/Deep-Learning-Playground DSGT-DLP/Deep-Learning-Playground Public

    Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code

    TypeScript 25 8

  5. chat-with-your-code-with-rag chat-with-your-code-with-rag Public

    Application to chat with any repo you want using RAG! Powered by Llama3 πŸπŸš€

    Python