Skip to content
View C0ding-Craze's full-sized avatar

Block or report C0ding-Craze

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

About Me

I'm a student and backend Python developer who loves exploring what Python can build โ€” from terminal tools to interactive GUIs and data-driven web apps. Every project below is a step in that journey.

class AbdulRehman:
    def __init__(self):
        self.role      = "Python Developer & Student"
        self.language  = "Python"
        self.stack     = ["Pandas", "Pygame", "Streamlit", "Scikit-learn", "Matplotlib"]
        self.currently = "building my portfolio, one project at a time"
        self.motto     = "Striving for excellence, one line of code at a time."

    def collaborate(self):
        return "Always open to learning, building, and connecting ๐Ÿš€"



GitHub Streak

Featured Projects

๐Ÿค– Machine Learning & AI

Project What it does
๐Ÿ  Housing Price (Multimodal) Fuses ResNet18 image features with tabular data to predict home prices โ€” PyTorch, transfer learning, feature fusion
๐Ÿ’ฌ Gemini RAG Chatbot Context-aware document Q&A using RAG โ€” FAISS vector store, chat memory, Gemini embeddings
โค๏ธ Heart Disease Predictor Logistic Regression vs. Decision Tree on 920 patient records โ€” full EDA, ROC-AUC evaluation
๐Ÿฉบ HealthBot Safety-first health-info chatbot with emergency detection and jailbreak guardrails
๐Ÿ“ˆ Stock Price Predictor Random Forest model forecasting next-day AAPL closing price from 5 years of OHLCV data
๐ŸŽฌ Movie Recommender Content-based recommendations via k-NN and cosine similarity on genre + rating vectors

๐Ÿงฐ Applications & Tools

Project What it does
๐Ÿงฎ Scientific Calculator (GUI) Modern Tkinter calculator with basic + advanced math operations
๐Ÿ–ผ๏ธ Streamlit Image Editor Upload, resize, enhance & filter images right in the browser
๐Ÿงฉ Sudoku Visualizer + Solver Playable Sudoku with a live, step-by-step backtracking solver โ€” built with Pygame
๐Ÿ Hungry Snake Classic Snake, rebuilt with Pygame โ€” sound, score & smooth graphics
๐Ÿ’ธ Personal Expense Tracker Record, analyze & export expenses โ€” MIT licensed CLI tool

Popular repositories Loading

  1. C0ding-Craze C0ding-Craze Public

    About me

  2. Personal-Expense-Tracker Personal-Expense-Tracker Public

    A simple Python-based Expense Tracker to record, analyze, and export your daily expenses.

    Python

  3. Scientific-calculator-with-GUI Scientific-calculator-with-GUI Public

    A modern Python Tkinter-based Scientific Calculator that supports both basic and advanced mathematical operations.

    Python

  4. streamlit-image-editor streamlit-image-editor Public

    An interactive image editor built with Streamlit and Pillow (PIL) that lets you upload, resize, enhance, apply filters, and download images directly from your browser.

    Python

  5. Personalized-News-dashboard Personalized-News-dashboard Public

    A Streamlit-powered web app that fetches and displays real-time articles from the NewsAPI, allowing users to search by keyword, filter by category, and explore personalized news feeds.

    Python

  6. Hungry-snake Hungry-snake Public

    A modern Snake Game built with Python and Pygame โ€” smooth graphics, sound effects, score tracking, and endless fun.

    Python