Pinned Repositories
Video-Lane-Detection
This repository contains a lane detection system implemented from scratch using Hough Transform and Sliding Window techniques
SIFT-Image-Stitching
"An image stitching application repository leveraging SIFT for robust feature detection and RANSAC for accurate alignment. Create panoramic views seamlessly using Python, OpenCV, and NumPy."
Raqeb
A modern Linux system monitoring application using qt6/qml
maze-generator-solver
A C++ script that generates random mazes using recursive backtracking algorithm and solves it using left-hand rule algorithm.
ROS2_4wheel_autonomous_robot
Four-wheel autonomous robot capable of mapping, localization, and navigation using the ROS 2 framework, Nav2, and AMCL.
AI-Modeling-Notebooks
Dive into deep learning with hands-on tutorials, classification, segmentation & from scratch model building.
arabic_markdown
Arabic markdown editor with different arabic fonts.
breast-cancer-diagnosis
Jupyter Notebook for diagnosing breast cancer by analyzing a breast cancer dataset and building machine learning models for classification.
CIFAR-transfer-learning
Multi-class classification of the CIFAR-10/100 dataset using transfer learning
connected-components-lidar-segmentation
A Python implementation of Connected Components algorithm for LiDAR Data Segmentation which groups LiDAR points into clusters of points that are connected to each other.
Ali-Hossam's Repositories
Ali-Hossam/arabic_markdown
Arabic markdown editor with different arabic fonts.
Ali-Hossam/Raqeb
A modern Linux system monitoring application using qt6/qml
Ali-Hossam/ROS2_4wheel_autonomous_robot
Four-wheel autonomous robot capable of mapping, localization, and navigation using the ROS 2 framework, Nav2, and AMCL.
Ali-Hossam/AI-Modeling-Notebooks
Dive into deep learning with hands-on tutorials, classification, segmentation & from scratch model building.
Ali-Hossam/mlpack
mlpack: a fast, header-only C++ machine learning library
Ali-Hossam/examples
Fully-working mlpack example programs
Ali-Hossam/docs
Pipeless documentation
Ali-Hossam/gym_tcp_api
gym tcp api
Ali-Hossam/MiVOLO
MiVOLO age & gender transformer neural network
Ali-Hossam/ML_DL_Interview_Guide_Repo
Machine learning interview preparation guide with important key concepts.
Ali-Hossam/SIFT-Image-Stitching
"An image stitching application repository leveraging SIFT for robust feature detection and RANSAC for accurate alignment. Create panoramic views seamlessly using Python, OpenCV, and NumPy."
Ali-Hossam/Video-Lane-Detection
This repository contains a lane detection system implemented from scratch using Hough Transform and Sliding Window techniques
Ali-Hossam/mall-customers-analysis
Analysis of Mall Customers Segmentation Dataset using clustering algorithms to understand customer behavior and preferences.
Ali-Hossam/DataStructures_Algorithms
Ali-Hossam/breast-cancer-diagnosis
Jupyter Notebook for diagnosing breast cancer by analyzing a breast cancer dataset and building machine learning models for classification.
Ali-Hossam/titanic-survival-prediction
Predictive analysis of the Titanic dataset to determine the survival outcomes of passengers using machine learning algorithms.
Ali-Hossam/CIFAR-transfer-learning
Multi-class classification of the CIFAR-10/100 dataset using transfer learning
Ali-Hossam/pure-pursuit-PID
Pure pursuit with PID for autonomous vehicle steering and throttle control.
Ali-Hossam/traffic-signs-classification
A Python notebook applying a deep learning model for multi-class classification of GTSRB traffic dataset
Ali-Hossam/connected-components-lidar-segmentation
A Python implementation of Connected Components algorithm for LiDAR Data Segmentation which groups LiDAR points into clusters of points that are connected to each other.
Ali-Hossam/magic_tyre_model_genetic_algorithms
A Python implementation of "An Alternative Method to Determine the Magic Tyre Model Parameters Using Genetic Algorithms" Paper.
Ali-Hossam/maze-generator-solver
A C++ script that generates random mazes using recursive backtracking algorithm and solves it using left-hand rule algorithm.
Ali-Hossam/matplotlib-cpp
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
Ali-Hossam/PythonRobotics
Python sample codes for robotics algorithms.
Ali-Hossam/Wide-Residual-Networks
Wide Residual Networks in Keras