Skip to content
View garg-aayush's full-sized avatar
🎯
sage mode
🎯
sage mode

Block or report garg-aayush

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

Hi 👋🏽, I'm Aayush

Email id

  • 💼   Building AI-driven products to solve real-world problems
  • 🚀   Specializes in production generative AI systems, multi-agent systems, and AI image enhancement workflows
  • 🎨   Experience with diffusion Models, VLMs/LLMs, LoRA finetuning, custom ComfyUI pipelines & nodes and ML deployments
  • 🧱   Currently building LLM components from first principles: building-from-scratch
  • 🎓   Background in computational (geo)-physics

I'm always eager to connect with fellow devs. Please feel free to reach out!

Pinned Loading

  1. building-from-scratch building-from-scratch Public

    Python 59 9

  2. spatial-alias-removal spatial-alias-removal Public

    Removing the spatial aliasing in the seismic data using Deep Learning Super-resolution

    Python 22 3

  3. research-papers research-papers Public

    Contains the summaries and notes on a variety of DL papers/blogs

    HTML 12

  4. finance_dashboard_example finance_dashboard_example Public

    Finance dashboard example using Plotly Dash

    Python 11 1

  5. Managing multiple CUDA versions usin... Managing multiple CUDA versions using environment modules in Ubuntu
    1
    # Steps to manage multiple CUDA environments
    2
    > Latest Update: May 19th, 2024
    3
    4
    
                  
    5
    This gist contains all the steps required to:
  6. Step-by-Step Guide to setup your own... Step-by-Step Guide to setup your own personal GPU server
    1
    # Setting Up Your Personal GPU Server: A Step-by-Step Guide
    2
    
                  
    3
    I've been using a GPU workstation with an RTX 4090 for almost a year now, and it's been one of the best decisions I've made. With a personal GPU server, you no longer need to rely on cloud-based GPU instances from services like `RunPod` or `Vast.ai` every time you want to run a job or try new models. The best part? No stress about recurring GPU instance costs! :-)
    4
    
                  
    5
    However, I rarely work directly on my workstation. Instead, I prefer the flexibility of accessing the GPU remotely using my MacBook, whether I'm working from different locations within my home, from a co-working space, or a cozy cafe in another part of town.