Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View shubhamdeepkeshav's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report shubhamdeepkeshav

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

Hey there! ๐Ÿ‘‹ I'm Shubhamdeep Keshav

๐Ÿ’ก Turning Data into Decisions | ๐Ÿ“Š Power BI & Tableau Wizard | ๐Ÿค– Machine Learning Enthusiast


๐Ÿš€ Who Am I?

๐ŸŽ“ Aspiring Data Scientist | ๐Ÿ“ MCA Student at Chandigarh University
๐Ÿง  Passionate about solving real-world challenges with Data & AI
๐Ÿ’ผ Skilled in building ML models, crafting insightful dashboards, and automating decision-making processes

โ€œData is the new oil, and Iโ€™m the one refining it.โ€


๐Ÿง  What I Do

  • ๐Ÿ” Turn raw data into actionable insights
  • ๐Ÿ“Š Design stunning dashboards in Power BI & Tableau
  • ๐Ÿค– Build & deploy Machine Learning models using Python
  • ๐Ÿ” Apply data storytelling to influence smart decisions
  • โ˜๏ธ Explore deployment & MLOps workflows

๐Ÿงฐ Tech Toolbox

  • ๐Ÿ’ป Languages: Python, SQL
  • ๐Ÿ“Š Data Viz: Power BI, Tableau, Matplotlib, Seaborn
  • ๐Ÿงช ML & DS: scikit-learn, pandas, NumPy, XGBoost
  • ๐Ÿ›  Tools: Jupyter Notebook, Google Colab, Git, GitHub
  • ๐Ÿš€ Currently Exploring: Streamlit, Flask, ML APIs, MLOps

๐Ÿ“Œ Highlight Projects

Project Name Description
๐Ÿง  Customer Churn Prediction Deep learning model using TensorFlow/Keras to predict telecom customer churn. Included data cleaning, feature engineering & evaluation.
๐Ÿ„ Mushroom Classifier (iNeuron) Machine learning project to classify mushrooms as edible or poisonous using Logistic Regression, SVM, Decision Tree, etc.
๐Ÿ’ณ Fraud Detection System Detects fraudulent credit card transactions using ML algorithms. Focus on model accuracy, preprocessing & real-time detection.
๐ŸŽฎ Maze Game A procedurally generated maze game using Python and Pygame with Recursive Backtracking algorithm.
๐Ÿ” Pass Master (Tkinter App) Python GUI tool to generate strong passwords using random combinations of letters, numbers, and symbols.
๐Ÿ“ˆ Tips Data Visualizer Python project exploring restaurant tipping behavior with Seaborn & Matplotlib (EDA + Visualization).

โžก๏ธ More Live Soon โ€” Stay Tuned!


๐ŸŒ Connect With Me

๐Ÿ’ฌ Letโ€™s collaborate on something cool in Data, AI, or Tech!


โšก Fun Facts

  • ๐Ÿ“ท Amateur landscape photographer
  • โ˜• Runs on code, curiosity, and chai
  • ๐ŸŽฏ Believer in โ€œLearn โ†’ Build โ†’ Share โ†’ Repeatโ€

๐ŸŒŸ GitHub Insights

๐Ÿง  I believe in learning by building โ€“ every line of code brings me closer to mastering Data Science.

๐Ÿšง I'm actively working on:

  • โœจ Building mini ML projects using real-world datasets
  • ๐Ÿ“Š Creating visual dashboards with Power BI & Tableau
  • ๐Ÿ› ๏ธ Refactoring old code and cleaning my GitHub

๐Ÿ’ก Upcoming Plans:

  • ๐Ÿ” Daily commit streak challenge (7-day coding goal!)
  • ๐Ÿš€ Open-source contributions (soon!)
  • ๐Ÿ“ฆ Publishing beginner-friendly ML notebooks

โญ โ€œFollow me to watch a Data Scientist in the making!โ€

Pinned Loading

  1. Customer-Churn-Prediction Customer-Churn-Prediction Public

    Customer Churn Prediction ๐Ÿ“‰: A machine learning project that predicts customer churn using a neural network with TensorFlow and Keras ๐Ÿค–. Includes data preprocessing ๐Ÿงน, feature engineering ๐Ÿ”ง, and moโ€ฆ

    Jupyter Notebook

  2. FRAUD-DETECTION-PROJECT FRAUD-DETECTION-PROJECT Public

    Welcome to the Fraud Detection Project! This repository uses machine learning ๐Ÿง  to detect fraudulent transactions ๐Ÿ’ณ. It includes data preprocessing ๐Ÿ› ๏ธ, model training ๐Ÿ“š, evaluation ๐Ÿ“Š, and visualizaโ€ฆ

    Jupyter Notebook

  3. PROJECT-ineuron- PROJECT-ineuron- Public

    Classify mushrooms as ๐Ÿ„ edible or poisonous ๐Ÿšซ using machine learning ๐Ÿค–. This project includes data preprocessing, training various models (Logistic Regression, Decision Tree, SVM, etc.) ๐Ÿ‹๏ธ, and evaโ€ฆ

    Jupyter Notebook

  4. stone-paper-sicssior-game stone-paper-sicssior-game Public

    Play Rock, Paper, Scissors against the computer โœŠ๐Ÿ“„โœ‚๏ธ. Choose rock (1), paper (3), scissors (2), or quit (4) ๐Ÿšช. The computer's choice is random ๐Ÿค–, and the winner is determined by standard game rulesโ€ฆ

    Python