Skip to content
View HassanKhalid8's full-sized avatar

Block or report HassanKhalid8

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

◆  whoami

const hassan = { ... }

I don't stop at the notebook. A model that never reaches a user isn't a product — so I take it the whole way: data → training → API → the interface someone actually touches. And because I'm a computer engineer, that instinct runs all the way down to the silicon: microcontrollers, logic ICs, radar DSP, custom instruction sets.

◆  The Build Pipeline

%%{init: {'theme':'dark','themeVariables':{'primaryColor':'#1E1B33','primaryTextColor':'#E2E8F0','primaryBorderColor':'#8B5CF6','lineColor':'#22D3EE','fontFamily':'monospace'}}}%%
flowchart LR
    A(["DATA"]) --> B(["MODEL"])
    B --> C(["API LAYER"])
    C --> D(["INTERFACE"])
    D --> E(["SHIPPED"])
    E -. refine .-> A
    F["silicon · sensors · DSP"] --> A
Loading

◆  Arsenal

Languages

languages

AI / ML

ai

Web & Mobile

web

Hardware & Signals

hardware

Tools

tools

◆  Flagship Builds

🛰️ NOVA-16 ISA Emulator

A browser-based emulator for a custom 16-bit RISC architecture — pipeline visualizer, cache simulator, hazard detection, and an AI assembly-code generator.

Python Flask JavaScript Gemini API

▶ Live demo

💼 JobConnect

Serverless full-stack recruitment platform connecting job seekers and employers through real-time data and automated comms workflows.

React Firebase EmailJS Vercel

▶ Live demo

🔭 Exoplanet Transit Detection

GUI-driven Box Least Squares pipeline that pulls planets out of raw light-curve noise, with interactive 3D orbital modelling.

MATLAB Signal Processing

▶ Code

📡 Adaptive Radar DSP

LFM pulse compression, MTI clutter suppression, 2D range-Doppler FFT and adaptive CFAR thresholding across simulated X-band scenarios.

MATLAB DSP

▶ Code

🔬  Engineering Lab — click to open the rest
Build What it is Stack
Smart IoT Kitchen A kitchen that watches itself — gas, flame and temperature sensors streaming to a live dashboard with remote alerts and appliance control ESP32 · Blynk · Arduino
IC-Based Smart Door Lock Sequential code-lock validated purely in hardware: five 4017 decade counters feeding a multi-input AND gate. No microcontroller, no firmware. Digital Logic · Logic ICs
Metal Detector Inductive proximity detector — TDA0161 IC plus a hand-wound AWG search coil, transistor-amplified buzzer output Analog Electronics
PCA from Scratch Matrix-decomposition engine denoising a 167-country socioeconomic dataset, benchmarked against scikit-learn on four MSE metrics Python · Numerical Analysis
Instant Messaging Multi-threaded TCP sockets, custom binary framing and synchronized queue state for concurrent broadcast + unicast routing Python · Networks
Online Store Management Hand-built data structures — a BST for inventory indexing, a queue for sequential order processing C++ · Data Structures
Virtual Pet Adoption Multi-tier pet management with dynamic state tracking and mini-game economies C++ · OOP

◆  Telemetry

Contribution streak Activity graph GitHub stats Top languages



Contribution snake eating my commits

◆  Certified



Current status



Let's build something

Usually replies within 24 hours. Faster if there's coffee.

Popular repositories Loading

  1. OEL-DSA-Projects-CE-GIKI OEL-DSA-Projects-CE-GIKI Public

    Forked from JunaidAhmed032/OEL-DSA-Projects-CE-and-CYS-GIKI

    This repository is dedicated to Open-Ended Lab (OEL) project submissions by Computer Engineering (CE) students at GIKI. It serves as a central platform for students to showcase their innovative and…

    C++

  2. job-Connect-SE-Project job-Connect-SE-Project Public

    TypeScript 1

  3. HassanKhalid8 HassanKhalid8 Public

  4. Text-Analysis-Tool-CPP Text-Analysis-Tool-CPP Public

    A console-based C++ application designed for linguistic analysis, including word frequency visualization, vowel counting, and pattern matching across multiple text inputs.

    C++

  5. Virtual-Pet-Adoption-System Virtual-Pet-Adoption-System Public

    An Object-Oriented Virtual Pet Adoption and Care Platform. Built with C++ to demonstrate polymorphism, class templates, and inheritance.

    C++

  6. Online-Store-Management-System Online-Store-Management-System Public

    An e-commerce management platform utilizing Binary Search Trees for optimized inventory search and Queues for FIFO order processing.

    C++