Skip to content
View IAnuragMahapatra's full-sized avatar

Block or report IAnuragMahapatra

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

๐Ÿ‘พ๐Ÿ›ฐ๏ธAnurag Mahapatra๐Ÿ”ฎ๐Ÿช„

Typing SVG

Building Cool Things

Take a peek! ๐Ÿ™Œ

๐Ÿš€ Behind the Code

class AnuragMahapatra:
    def __init__(self):
        self.name = "Anurag Mahapatra"
        self.education = "B.Tech CSE @ VSSUT (2023-27)"
        self.role = "Software Developer"
        self.languages = ["Python", "Java", "C", "C++", "JavaScript"]
        self.interests = ["Machine Learning", "Web Development", "Open Source"]
        
    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together!")

๐Ÿ’ป Tech Arsenal

Programming Languages

Python Java C++ JavaScript

AI/ML & Data Science

TensorFlow Keras LangChain Hugging Face Neural Networks

Web Development

HTML5 CSS3 React Next.js
Express.js Node.js Django

Databases & Other Tools

MongoDB MySQL Git Docker Linux

๐Ÿ“ˆ GitHub Analytics

Top Languages
GitHub Profile Summary Stats Most Productive Time

๐ŸŽฏ Current Focus

  • ๐Ÿ”ญ Working on Machine Learning Projects
  • ๐ŸŒฑ Learning Cloud Architecture & DevOps
  • ๐Ÿ‘ฏ Looking to collaborate on Open Source Projects
  • ๐Ÿ’ฌ Ask me about Python, Machine Learning, Web Development
  • โšก Fun fact: I love pc gaming ๐ŸŽฎ

๐Ÿ“ซ Connect With Me

LinkedIn Gmail GitHub


Profile Views

๐ŸŽฏ If you like my work, consider giving my repos a โญ to show some โค๏ธ

Popular repositories Loading

  1. IAnuragMahapatra IAnuragMahapatra Public

    Config files for my GitHub profile.

    1

  2. chatgpt-heatmap chatgpt-heatmap Public

    ChatGPT Heatmap Generator is a Python tool that visualizes your ChatGPT conversation activity over a year using a heatmap.

    Python 1

  3. ITP-2025-Group-06-Hub ITP-2025-Group-06-Hub Public

    This repository is for collecting and evaluating assignments from Group 06 of the Introduction to Programming (ITP) Boot Camp 2025, organized by Enigma โ€“ the official web and coding club of VSSUT, โ€ฆ

    C++ 1 4

  4. gemini-1.5-flash-streamlit-chatbot gemini-1.5-flash-streamlit-chatbot Public

    An AI chatbot built with Streamlit and powered by the Gemini 1.5 Flash model for natural language processing.

    Python 1

  5. Normal-Distribution-Simulator Normal-Distribution-Simulator Public

    A simulator for visualizing and calculating probabilities related to the normal distribution.

    Python

  6. MandelbrotSet MandelbrotSet Public

    A Mandelbrot Set Explorer Built in Java using Swing and BufferedImage.

    Java