Skip to content
View garg-aayush's full-sized avatar
๐ŸŽฏ
sage mode
๐ŸŽฏ
sage mode

Block or report garg-aayush

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 62 10

  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.