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

Highlights

  • Pro

Block or report mirza1272

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.

Content in all repositories owned by your account will be closed.
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
mirza1272/README.md

Typing SVG


LinkedIn GitHub Portfolio Email


✦   W H O   A M   I   ✦


〔  Haseeb ur Rahman  〕

AI Engineer & Full Stack Developer crafting intelligent systems that bridge the gap between raw data and real-world impact.


🌍   Location  →   Pakistan
🎓   Education  →   BS Computer Science
🌐   Portfolio  →   mirzahaseeb.me
💡   Specialty  →   MERN · Machine Learning · Deep Learning
🎯   Mission  →   Ship AI that creates real value


"I don't just build models — I engineer systems that think, adapt, and scale."


💼 What I do

As a hands-on software developer, I specialize in turning ideas into reality and love bringing projects to life.

import random

life_is_hard = True
number_of_tries = 0

while life_is_hard:
    print("Life is hard, but I'm not backing down! 💪")

    if random.random() < 0.01:  # 1% chance of turning things around!
        print("Nailed it! Overcame the challenge like a boss! 🎉")
        life_is_hard = False
        number_of_tries = 0  # Resetting the number of tries on success
    else:
        number_of_tries += 1
        print(f"Stumbled this time, but no worries. I'll rise again! Retry count: {number_of_tries} 🔄")

    if number_of_tries == 10:
        print("Another failed attempt means another lesson learned. 📚")
        number_of_tries = 0  # Resetting the number of tries after an interstellar adventure

print("Life is good, and so am I! 😊")

🛠️   T E C H   A R S E N A L

🧠   AI · Machine Learning · Deep Learning

Python NumPy Pandas Matplotlib Scikit-Learn PyTorch TensorFlow Keras RAG Agentic AI

⚡   Full Stack Development

HTML CSS Bootstrap JavaScript React Next.js Node.js Django Tailwind

🗄️   Databases

PostgreSQL MongoDB AWS Supabase Appwrite

📊   G I T H U B   S T A T S


GitHub Streak Stats

🐍   C O N T R I B U T I O N   S N A K E

github contribution grid snake animation

🏆   A C H I E V E M E N T S

trophy

📡   L E T ' S   C O N N E C T

Open to high-impact collaborations, AI research partnerships, and problems worth solving.


LinkedIn   Website   Email   GitHub


"I don't just build models — I architect intelligence."


Pinned Loading

  1. X-ray-Chest-Classification-using-Deep-Learning-CNN-Pneumonia-Detection X-ray-Chest-Classification-using-Deep-Learning-CNN-Pneumonia-Detection Public

    This project uses a Deep Learning Convolutional Neural Network (CNN) to classify chest X-ray images into three categories: Normal, Pneumonia Bacterial, and Pneumonia Viral. The model is trained wit…

    Jupyter Notebook

  2. Adult-Income-Classification-Using-Machine-Learning Adult-Income-Classification-Using-Machine-Learning Public

    This project is focused on building and evaluating multiple machine learning models to predict whether an individual's annual income exceeds $50K, based on demographic and employment-related attrib…

    Jupyter Notebook

  3. Stock-Price-Prediction Stock-Price-Prediction Public

    This project is basically about stock price prediction on real world data. Model predicts the stock price.

    Jupyter Notebook

  4. Multi-Branch-Recruitment-and-Applicant-Tracking-System Multi-Branch-Recruitment-and-Applicant-Tracking-System Public

    A full-stack Recruitment & Applicant Tracking System (ATS) built with React, Node.js, and MongoDB, supporting multi-branch hiring, Supabase file uploads, and email notifications.

    JavaScript 2

  5. Repo-Guardian Repo-Guardian Public

    An AI-powered repository maintenance agent that keeps documentation up to date through intelligent automation.

    Python