Skip to content
View thatsabhishek's full-sized avatar
😊
😊

Highlights

  • Pro
Block or Report

Block or report thatsabhishek

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

Hello πŸ‘‹πŸ»

#include <abhishek.h>

void about(){
  char name = "Abhishek Gupta"
  char bio = "Computer Science Student who loves to code and learn"
  char interests = ['Data Science ','Machine Learning']
  char languages = ['Python','C++','C']
  char learning = ['Python','DSA','Machine Learning','Data Science']
  // Please follow me!
  if (follow == false){
      followMe();
   }
  else {
     thankYou();
  }
 }

Github Stats πŸ“Š

GitHub Streak Top Langs

Pinned

  1. Coding_Ninjas_DBMS Coding_Ninjas_DBMS Public

    This repo contains all SQL Queries of the Basic Database Management Course of Coding Ninjas.

    28 7

  2. Coding_Ninjas_DSA_in_Python Coding_Ninjas_DSA_in_Python Public

    This repo includes all python problems for Coding Ninja DSA in Python course.

    Python 13 2

  3. thatsabhishek.github.io thatsabhishek.github.io Public

    HTML 4

  4. Hand-Gesture-Recognition-using-Mediapipe Hand-Gesture-Recognition-using-Mediapipe Public

    This is a program that recognizes hand signs and finger gestures with a simple MLP using the detected key points. Handpose is estimated using MediaPipe.

    Jupyter Notebook