Skip to content
View RealHaroon's full-sized avatar
πŸ’ͺ
Locked In
πŸ’ͺ
Locked In

Block or report RealHaroon

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

πŸ‘‹ Hi, I'm Muhammad Haroon Abbas

AI Systems Developer | ML Engineer

Typing SVG

πŸš€ About Me

Computer Science undergraduate deeply passionate about building and shipping AI systems β€” not just training models, but taking them all the way from raw data to deployed, production-ready applications.

I focus on end-to-end AI pipelines: dataset curation, model architecture, training, evaluation, optimization, and deployment behind clean REST APIs. Every project I build is designed to work in the real world β€” fast, accurate, and maintainable.

"I don't just train models. I build systems around them."


🧠 Core Technical Skills

🧩 Programming Languages


  • Python (Advanced β€” ML, DL, scripting, APIs)
  • Java (OOP & DSA foundations)
  • SQL (Querying, schema design, optimization)

πŸ€– Machine Learning


  • Exploratory Data Analysis (EDA) & Feature Engineering
  • Supervised Learning β€” Classification, Regression, Ensemble Methods
  • Model Evaluation (AUC, F1, Precision, Recall, Confusion Matrix)
  • NLP β€” Text preprocessing, Sentiment Analysis, Summarization
  • Information Retrieval Systems (TF-IDF, Inverted Index, Boolean Retrieval)
  • Kaggle competitions & real-world datasets

🧠 Deep Learning & Computer Vision


  • TensorFlow & Keras β€” model design, training loops, callbacks, fine-tuning
  • PyTorch β€” custom architectures, research experiments, flexible pipelines
  • Transfer Learning & Fine-tuning (EfficientNet, ResNet, MobileNet, VGG)
  • YOLO β€” object detection, custom dataset training, real-time inference
  • Image Classification β€” CNNs, data augmentation, class imbalance handling
  • Medical Imaging β€” preprocessing, clinical metric optimization
  • OpenCV β€” real-time vision pipelines, frame processing, camera integration

πŸš€ Model Deployment & MLOps


  • FastAPI β€” high-performance REST APIs for ML model serving
  • Flask β€” lightweight API backends and web interfaces
  • Docker β€” containerizing AI applications for reproducible deployment
  • GitHub Actions β€” CI/CD pipelines, automated testing and deployment
  • Streamlit β€” rapid ML demo and data app interfaces
  • Clean API architecture β€” route design, request validation, error handling

πŸ—„οΈ Databases & Storage


  • PostgreSQL, MySQL, SQLite, MongoDB
  • SQL querying, schema design, indexing

πŸ› οΈ Dev Environment & Tools


  • Linux (CLI, environment management, scripting)
  • Git & GitHub (version control, clean repo practices)
  • Jupyter Notebooks & Google Colab (training & experimentation)
  • Kaggle (competition datasets, GPU-accelerated training)

πŸ“Œ Featured Projects

🦯 Virtual Eye β€” AI Accessibility App for the Visually Impaired

End-to-end AI system helping blind and visually impaired users navigate their environment independently.

  • Real-time YOLO-based object detection for obstacle identification and environment understanding
  • Custom-trained model optimized for low-latency mobile inference
  • Voice-guided feedback system with spoken environment descriptions
  • FastAPI backend handling model inference, request routing, and response delivery
  • React Native (Expo) mobile client consuming the AI backend
  • Focused on real-world usability, accessibility, and inclusive design

πŸŽ—οΈ Breast Cancer Classification System

End-to-end deep learning pipeline for medical image classification β€” built with patient safety as the primary constraint.

  • Transfer learning with EfficientNet, fine-tuned on breast ultrasound imaging data
  • Full training pipeline: preprocessing, augmentation, class imbalance handling, training, evaluation
  • Clinically relevant evaluation: AUC, Precision, Recall, F1 β€” optimized to minimize false negatives
  • Deployed as a production-ready web application via FastAPI with image upload interface
  • Demonstrates full AI systems lifecycle: data β†’ model β†’ API β†’ application

πŸͺͺ Student ID Card Detection System

Real-time computer vision system for ID card localization and institutional verification.

  • Custom YOLO model trained on a purpose-built dataset for ID card detection
  • Real-time camera feed processing for on-the-spot verification
  • FastAPI backend for inference requests with fast response times
  • Full end-to-end CV pipeline: data collection β†’ annotation β†’ training β†’ deployment

πŸ”¬ AI Lab Repository

A comprehensive collection of ML & DL implementations built throughout coursework and independent research.

  • Covers: Classification, Regression, CNNs, NLP, Object Detection
  • Includes: Malaria Cell Classification, House Price Predictor, and more
  • Each project includes full training code, evaluation, and FastAPI deployment
  • Well-documented notebooks suitable for learning and reference
  • πŸ“‚ View Repository

πŸ“ˆ GitHub Analytics



🎯 Career Focus

  • πŸ“Œ AI Systems Developer / ML Engineer
  • πŸ“Œ Computer Vision & Medical AI
  • πŸ“Œ Model Training, Fine-tuning & Optimization
  • πŸ“Œ MLOps & Production Model Deployment
  • πŸ“Œ End-to-End AI Pipeline Engineering

🌐 Connect With Me

Β  Β 

πŸ”¬ Train. Deploy. Iterate. Build AI That Works.

Pinned Loading

  1. Virtual-Eye-App Virtual-Eye-App Public

    πŸ‘οΈ AI-powered Android app for visually impaired users. Detects objects in real-time using YOLOv8, speaks full voice descriptions, and alerts for dangers with haptic feedback. Built with React Nativ…

    TypeScript

  2. Breast-Cancer-Classification-System Breast-Cancer-Classification-System Public

    Breast Cancer Classification System is an end-to-end deep learning project that detects normal vs benign vs malignant breast lesions from ultrasound images (BUSI dataset) and deploys the trained mo…

    Jupyter Notebook 1

  3. Artificial-Intelligence-Labs Artificial-Intelligence-Labs Public

    End-to-end AI lab projects showcasing ML & DL workflows from data preprocessing to model optimization.

    Jupyter Notebook

  4. ID-Card-Detection-System ID-Card-Detection-System Public

    Real-time AI system that detects University of Sindh student ID cards via live camera (Webcam/Phone) using MobileNetV2 transfer learning + OpenCV. Built with TensorFlow, Tkinter desktop GUI. 97-98%…

    Jupyter Notebook

  5. Career-Recommendation-System Career-Recommendation-System Public

    AI-powered career recommendation web app for Pakistani students β€” built with Next.js, Express.js, MongoDB, and a Scikit-Learn Random Forest model trained on Pakistan-specific academic data (CGPA 4.…

    Python

  6. US-Traffic-Accident-Analysis US-Traffic-Accident-Analysis Public

    Analyzes US traffic accident data to identify patterns related to road conditions, weather, time of day, and location. Covers data cleaning, feature extraction, temporal and spatial analysis, and v…

    Jupyter Notebook