Skip to content
View AnshGupta01's full-sized avatar
👽
👽

Highlights

  • Pro

Block or report AnshGupta01

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
AnshGupta01/README.md
public static int ADayInLife() {
  int hours = 1;
  int sleep = 8;
  while(!brain.isTired) {
        keepHustling(); //refers to working on something productive or coding
        exerciseBody(hours); //important
    }
  return sleep;
}

I've been learning Data structures & Algorithms in C++, and have recently developed an interest in Machine learning. Also I am fluent with AWS Cloud && Linux kernel.

🚀 About Me:

Github stats Top Languages Card

An image of @anshgupta01's Holopin badges, which is a link to view their full Holopin profile

🔗 Connect with me:

Pinned Loading

  1. Rainfall_Analysis_Delhi-NCR Rainfall_Analysis_Delhi-NCR Public

    The Aim of this project is to analyze and predict rainfall trends in Delhi NCR using satellite-derived monthly precipitation data, advanced statistical methods, and machine learning models, while l…

    Jupyter Notebook

  2. Xterm-cli Xterm-cli Public

    A cli based on the X11 library with advanced functionalities. Done for the fulfillments of the Computing Lab Course in Autumn 2025 @ IIT KGP

    C

  3. SyncX-Editor SyncX-Editor Public

    A CRDT based collaborative text editor that allows upto 5 users at once

    C

  4. amibot amibot Public

    Forked from asetalias/amibot

    A Whatsapp bot for Amizone. Powered by the go-amizone API

    TypeScript