Skip to content
View fah-ayon's full-sized avatar

Highlights

  • Pro

Block or report fah-ayon

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
fah-ayon/README.md
Typing SVG

Abdullah Al Fahad

Computer Science & Engineering Student | AI/ML Enthusiast | Software Developer

GitHub Followers Profile Views


About Me

I'm a passionate Computer Science student with a strong interest in Artificial Intelligence, Machine Learning, Systems Programming, and Full-Stack Development. I love building innovative solutions that solve real-world problems, from intelligent healthcare systems to embedded IoT devices.

  • Studying Computer Science & Engineering at BRAC University
  • Currently working on AI/ML projects, Operating Systems, and Embedded Systems
  • Learning about Deep Learning, Computer Architecture, File Systems, and Distributed Systems
  • Interested in Healthcare Technology, IoT, Computer Vision, and Systems Design
  • Building projects that combine hardware and software for practical applications

Tech Stack & Skills

Languages

Python C C++ Java JavaScript PHP Assembly SQL

AI/ML & Data Science

PyTorch TensorFlow scikit-learn Pandas NumPy OpenCV

Web Development

HTML5 CSS3 Node.js MySQL

Embedded Systems & Hardware

Arduino ESP32 Raspberry Pi STM32F446RE

Tools & Technologies

Git GitHub Jupyter OpenGL Linux


🌟 Featured Projects

AI & Machine Learning

  • NeuroSeg Classification - Deep learning framework implementing U-Net, Attention U-Net, and Joint Learning architecture for brain tumor classification and segmentation using the BRISC dataset
  • Deep CNN Classifier (CIFAR-10) - High-performance PyTorch CNN with VGG-style architecture, advanced data augmentation, and automated evaluation pipelines
  • Disease Classification - ML models for disease classification using patient data for early diagnosis and healthcare decision-making

IoT & Embedded Systems

  • Car Accident Detection & Prevention System - ESP32-based vehicle safety system using MPU6050 + SW-420 + MQ-2 + MQ-3 to detect accidents, smoke, and alcohol, automatically disable ignition, and send real-time SOS alerts with Google Maps GPS location via Telegram.
  • SafeCycle - Smart two-wheeler safety and anti-theft system using Arduino Uno, GPS, Bluetooth (HC-05), MPU6050, ultrasonic sensor, and LDR for crash detection, live tracking, rear-collision warning, automatic lighting, and real-time alerts via mobile control.

Healthcare Systems

  • CareSync - Hospital management system in PHP/MySQL with secure portals for patients, staff, and admins to manage appointments, inventory, and blood donations

Systems Programming

  • Lottery Scheduler (xv6) - Implementation of a proportional-share lottery scheduler for the xv6-RISC-V operating system
  • MetaData Journaling (VSFS) - Block-based filesystem with write-ahead logging for metadata integrity and comprehensive consistency checker

Graphics & Games

  • StarWay Survivor - Fast-paced 3D space shooter built with Python & PyOpenGL. Navigate infinite tunnels, dodge asteroids & monsters, collect fuel, battle mutating bosses across 5 themed levels with shooting, explosions, and screen shake effects
  • 3D Chess Game - Fully functional 3D chess game with Python and OpenGL, featuring complete chess rules, interactive controls, and immersive 3D graphics

Academic Resources

  • Computer-Network - Complete resources including theory, labs, and examples on key networking topics like TCP/IP, routing, and protocols.
  • Computer Architecture - Comprehensive resources covering RISC-V, pipelining, memory systems, and parallel processing.
  • Microprocessor - Lab materials and hands-on Intel 8086 assembly programming exercises from the CSE 341 Microprocessor course.
  • Artificial Intelligence - AI course repository covering core concepts, search algorithms, problem-solving techniques, and hands-on implementations.
  • Software Engineering - Design patterns, refactoring, and software quality assurance.
  • Database Systems - Organized course resources including notes, assignments, and examples covering relational databases, SQL, and core DBMS concepts.
  • Digital Electronics and Pulse Techniques (CSE350) - Repository of digital logic and circuitry course materials with practical examples.
  • Algorithms - Algorithm design, analysis, graph algorithms, and NP-hard problems.
  • Data Structures - Complete data structures course materials with practice problems and solutions.
  • Programming Language II (CSE111) - Course repository with notes, labs, and examples on fundamental programming concepts and paradigms.
  • Programming Language I (CSE 110) - Course repository with lecture notes, assignments, and examples on foundational programming concepts and problem-solving techniques.

📊 GitHub Statistics


GitHub Streak Stats


Activity Graph

🏆 GitHub Trophies


Connect with Me

GitHub Email LinkedIn


Random Dev Quote

⭐ From fah-ayon

If you find my work helpful, please consider giving a star ⭐ to my repositories!

Pinned Loading

  1. Car-Accident-Detection-and-Prevention-System-with-Alcohol-Smoke-Detector Car-Accident-Detection-and-Prevention-System-with-Alcohol-Smoke-Detector Public

    Smart Car Safety System using ESP32, MPU6050, gas & alcohol sensors. Monitors collisions, smoke, and alcohol in real-time, sending instant alerts with GPS location via Telegram. LCD displays system…

    C++ 1

  2. CareSync CareSync Public

    CareSync: Hospital management system in PHP/MySQL with secure portals for patients, staff, and admins to manage appointments, inventory, and blood donations.

    HTML

  3. NeuroSeg-Classification NeuroSeg-Classification Public

    Deep learning framework for Brain Tumor MRI Analysis using the BRISC dataset. Implements U-Net, Attention U-Net, and a Joint Learning architecture to simultaneously classify tumors (Glioma, Meningi…

    Python

  4. Deep-CNN-Classifier-CIFAR10 Deep-CNN-Classifier-CIFAR10 Public

    A high-performance PyTorch implementation of a custom Deep CNN for CIFAR-10. Features a VGG-style architecture, advanced data augmentation, and automated evaluation pipelines with confusion matrix …

    Python

  5. Disease-Classification-using-Machine-Learning Disease-Classification-using-Machine-Learning Public

    This project focuses on disease classification using various machine learning algorithms. The goal is to build predictive models that classify patient data into relevant disease categories, helping…

    Jupyter Notebook

  6. MetaData-Journaling-VSFS- MetaData-Journaling-VSFS- Public

    VSFS (Very Simple File System) is a block-based filesystem implementation featuring write-ahead logging for metadata integrity and a comprehensive consistency checker. Built for systems programming…

    C