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

Hi ๐Ÿ‘‹๐Ÿฝ, I'm Aayush

Email id

  • ๐Ÿ’ผ ย  Building AI-driven products to solve real-world problems
  • ๐Ÿš€ ย  Senior ML engineer at Jiffy with focus on Generative AI design and image-enhancement tools
  • ๐Ÿ’ผ ย  Formerly worked on GANs & Diffusion Models with focus on Virtual Try-On, AI-Generated Photoshoot backgrounds at Flixstock
  • ๐ŸŽ“ ย  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

    Jupyter Notebook 24 2

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

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

    Python 21 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 10 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.