Skip to content
View 13-Prabhat's full-sized avatar
๐ŸŽฏ
Learning and Implementing
๐ŸŽฏ
Learning and Implementing

Block or report 13-Prabhat

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
13-Prabhat/README.md

๐Ÿงญ About Me

class Prabhat:
    def __init__(self):
        self.role        = "Third-year B.Tech CSE Student"
        self.university  = "Galgotias University"
        self.location    = "New Delhi / Bihar, India"
        self.focus       = "Ethical Hacking & Cybersecurity"
        self.currently   = ["Python", "Java", "Data Structures & Algorithms", "Bash"]
        self.building_in = "Open Source + Data Science"

    def say_hi(self):
        print("Thanks for stopping by โ€” let's build something!")

me = Prabhat()
me.say_hi()

๐ŸŽฏ Current Goals

  • ๐Ÿ” Building deep, practical skills in ethical hacking & cybersecurity
  • ๐Ÿง‘โ€๐Ÿ’ป Growing a portfolio through open-source contributions
  • ๐Ÿ“Š Shipping end-to-end data science projects
  • ๐ŸŽ“ Strengthening fundamentals through active coursework & exam prep

๐ŸŒฑ Currently Learning

  • Java ยท Data Structures & Algorithms
  • Git & GitHub workflows
  • Bash scripting & backend fundamentals
  • Security tooling & CTF-style problem solving
๐Ÿ•ต๏ธ Click to reveal a fun fact
I'm most productive at 2 AM debugging something that worked perfectly fine five minutes ago. ๐Ÿ›โ˜•

๐Ÿš€ Featured Project โ€” My Original Build

๐Ÿ“Š E-commerce Customer Behavior Analysis & Segmentation

Fully designed and built end-to-end โ€” not a fork, not an issue fix.

Python Streamlit License Stars

Analyzes real e-commerce transaction data (the UCI Online Retail dataset) to understand customer buying behavior end-to-end โ€” cleaning, EDA, RFM (Recency, Frequency, Monetary) analysis, K-Means clustering, and a live Streamlit dashboard that turns raw transactions into segments a marketing team could actually act on.

๐Ÿ” Click to expand: how it works
Stage What Happens
๐Ÿงน Data Cleaning Handles missing values, duplicates, and type conversions on raw retail transactions
๐Ÿ“ˆ EDA Visualizes purchase patterns, order frequency, and revenue distribution
๐Ÿงฎ RFM Engineering Computes Recency, Frequency, and Monetary scores per customer
๐ŸŽฏ Segmentation K-Means clustering (Elbow Method + Silhouette Score) groups customers into segments like Champions, At Risk, and Hibernating
๐Ÿ“Š Dashboard A Streamlit app makes the segments explorable interactively

Debugging note: this project went through multiple audit cycles across the pipeline, the app, and the notebooks โ€” including tracking down a sneaky .gitignore issue that was silently blocking deployment to Streamlit Community Cloud.


๐Ÿ› ๏ธ Other Original Builds

๐Ÿ™๏ธ civicFix Snap a photo of a pothole, broken streetlight, or overflowing bin โ€” tag it, put it on a map, and let the community upvote it so authorities stay accountable.

๐Ÿฝ๏ธ SmartDineQR Scan, order, and pay at a restaurant table with no waiters and no printed menus.


๐Ÿ“Š GitHub Stats



๐Ÿ Contribution Snake

Snake animation

๐Ÿงฐ Tech I Work With


๐Ÿค Let's Connect

LinkedIn GitHub

โญ If any of this caught your eye, a star on the project means a lot!

Pinned Loading

  1. E-commerce-Customer-Behavior-Analysis-Segmentation E-commerce-Customer-Behavior-Analysis-Segmentation Public

    This project analyzes online store data to understand customer buying behavior, identify key patterns, segment customers, and generate insights that help improve marketing, retention, and revenue.

    Python 1

  2. civicFix civicFix Public

    See a pothole, broken streetlight, or overflowing bin? Snap it, tag it, and let CivicFix bring it to the map โ€” where communities upvote issues and authorities stay accountable.

  3. Library_Management_System Library_Management_System Public

    A simple tool that helps a library keep track of its books, who borrowed them, and when theyโ€™re due. It makes checkouts easy, returns smooth, and helps staff find information fast.

    Java

  4. Homonid Homonid Public

    Homonid transforms AI-generated text into natural, human-like writing with adjustable styles like academic, classic, and more for smoother, less detectable content.

    HTML

  5. SmartDineQR SmartDineQR Public

    Smart Dine QR lets you scan, order, and pay at restaurants with easeโ€”no waiters, no printed menus.

    Java