Skip to content
View himanshumahajan138's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Iotric @spotDL

Block or report himanshumahajan138

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

Welcome to Himanshu's GitHub Profile!

github contribution grid snake animation github contribution grid snake animation

💫 About Me:

# Hey there! 👋 Welcome to Himanshu Mahajan's Code Universe 🌟  
class Developer:
    def __init__(self):
        self.name = "Himanshu Mahajan"
        self.roles = [
            "Open Source Contributor 🌍",
            "Bounty Hunter 💰",
            "Machine Learning Engineer 🤖",
            "Competitive Programmer 🏆",
            "Software Developer 💻",
        ]
        self.languages = ["Python 🐍", "C++ 💻", "Scala ♾️", "Java ☕"]
        self.tools = ["VSCode 💻", "GitHub 🐙", "Docker 🐳", "Jupyter 📓"]
        self.interests = [
            "Open Source 🌍",
            "System Design 🛠️",
            "AI & ML 🤖",
            "Building Scalable Systems 🌐",
        ]

    def introduction(self):
        print(f"Hi, I'm {self.name}!")
        print("I wear many hats, including:")
        for role in self.roles:
            print(f"- {role}")
        print(f"I love coding in: {', '.join(self.languages)}")
        print("My go-to tools:")
        for tool in self.tools:
            print(f"- {tool}")
        print("Excited by:")
        for interest in self.interests:
            print(f"- {interest}")

# Let's collaborate and create amazing projects!
me = Developer()
me.introduction()

🌐 Socials:

Coding gif

GitHub himanshumahajan138
LeetCode CodeChef Codeforces
Portfolio LinkedIn Medium
Instagram X

💻 Tech Stack:

TensorFlow PyTorch Keras NumPy Pandas Matplotlib Plotly scikit-learn Scipy mlflow Python Java Scala Kotlin C++ C JavaScript CSS3 HTML5 Markdown Docker Kubernetes Ansible Terraform AWS Render MySQL Postgres MongoDB Django Flask Streamlit Jinja Gradle Git GitHub GitHub Actions GitLab GitLab CI Gitpod nVIDIA OpenCV PowerShell Windows Terminal Bootstrap Power Bi Postman

🏆 GitHub Trophies

✍️ Random Dev Quote

📊 GitHub Stats:

🔝 Top Contributed Repo


Top Repositories

website website website Leetcode website website

All Repositories

Pinned Loading

  1. PlagX PlagX Public

    An automated tool for detecting plagiarism in LeetCode coding contests. It crawls contest data, processes user submissions, generates comprehensive reports, and uploads results to GitHub. Features …

    JavaScript 2 1

  2. FraudGuard FraudGuard Public

    This system utilizes Optical Character Recognition (OCR) extracts text, while computer vision techniques map document layout. Then, SIFT (Scale-Invariant Feature Transform) cleverly matches documen…

    Python 2

  3. Sentimental-Analysis-With-NLP Sentimental-Analysis-With-NLP Public

    Welcome to our Python Sentiment Analysis project repository! This project is dedicated to helping users understand the emotional tone behind textual data using Python. With the exponential growth o…

    Python 1

  4. Flask-Website-Data-Analysis-With-Himanshu Flask-Website-Data-Analysis-With-Himanshu Public

    The Data Analysis with Himanshu project is a Flask-based company website that showcases various data analysis services offered by Himanshu. The website provides insights into different data analysi…

    HTML 1

  5. Leetcode Leetcode Public

    This repository comprises my solved LeetCode questions, arranged by difficulty level with detailed explanations. Solutions are available in C++, and contributions for optimizations and alternative …

    C++ 1

  6. LGMVIP-DataScience-1 LGMVIP-DataScience-1 Public

    This project aims to showcase the implementation of the logistic regression algorithm for the classification of the Iris dataset. It consists of 150 samples of iris flowers, with 50 samples for eac…

    Jupyter Notebook