Skip to content
View faidfaisal's full-sized avatar

Block or report faidfaisal

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

Pinned Loading

  1. FFT_Hardware_Accelerator FFT_Hardware_Accelerator Public

    This repository contains the complete design and implementation of a 1024-point fixed-point FFT hardware accelerator for the Xilinx Zynq-7000 (MiniZed) FPGA. The project includes SystemVerilog RTL,…

    SystemVerilog

  2. Parameterizable-Systolic-Array-AI-Accelerator Parameterizable-Systolic-Array-AI-Accelerator Public

    This repository contains a parameterizable SystemVerilog systolic-array AI accelerator for matrix multiplication, including RTL design, verification, and end-to-end ASIC implementation using OpenLane.

    SystemVerilog

  3. Real-Time-Air-Quality-Monitoring-System Real-Time-Air-Quality-Monitoring-System Public

    This repository contains a real-time environmental monitoring system built on an AVR microcontroller. The system interfaces with environmental sensors to collect CO₂, temperature, and humidity data…

    C

  4. Histopathology-Binary-Classification-Using-Convolutional-Neural-Networks Histopathology-Binary-Classification-Using-Convolutional-Neural-Networks Public

    This repository contains a convolutional neural network (CNN) for binary classification of histopathology images. It preprocesses high-resolution pathology slides, extracts meaningful image feature…

    Python

  5. Transformer-Based-NLP-Chatbot Transformer-Based-NLP-Chatbot Public

    This repository contains a transformer-based NLP chatbot for intent classification. It features an end-to-end text preprocessing pipeline and leverages multi-head attention, positional encoding, an…

    Python

  6. Decision-Tree-Classifier Decision-Tree-Classifier Public

    This repository contains a Decision Tree classifier for supervised learning tasks. It implements entropy, information gain, gain ratio, and Gini impurity to construct interpretable decision trees f…

    C++