Mohamed Ghallab's starred repositories

Instabug-React-Native

In-app feedback and bug reporting tool for React Native

Language:JavaLicense:MITStargazers:309Issues:0Issues:0

raisa-tasks

Solutions for raisa energy data engineering internship tasks

Language:PythonStargazers:15Issues:0Issues:0

copilot-docs

Documentation for GitHub Copilot

License:CC-BY-4.0Stargazers:23257Issues:0Issues:0

Kalman

Some Python Implementations of the Kalman Filter

Language:Jupyter NotebookStargazers:1032Issues:0Issues:0

filterpy

Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.

Language:PythonLicense:MITStargazers:3258Issues:0Issues:0

Kalman-and-Bayesian-Filters-in-Python

Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.

Language:Jupyter NotebookLicense:NOASSERTIONStargazers:16300Issues:0Issues:0

Human-Detection-in-videos

Feature Extraction through hog, image histogram and spatial features, Used SVM classifier, Sliding window algorithm

Language:Jupyter NotebookStargazers:8Issues:0Issues:0

Pedestrian-Detection-using-HOG-and-SVM

Pedestrian Detection using HOG Feature extraction and SVM Classifier.

Language:PythonStargazers:2Issues:0Issues:0

HOG

Histogram Of Oriented Gradients

Language:PythonLicense:Apache-2.0Stargazers:37Issues:0Issues:0

python-hog

Python implementation of the Histogram of Oriented Gradients.

Language:PythonStargazers:71Issues:0Issues:0

HOGNumPy

Histogram of oriented gradients (HOG) Python implementation using NumPy.

Language:PythonStargazers:35Issues:0Issues:0

DigitalImageProcessing

Histogram Of Oriented Gradients Application for Pedestrian Detection

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

Pedestrian-detection

In the field of road safety, pedestrian detection remains an area of research despite the development it has known since its creation. A camera makes it possible to recover images which will be processed to detect the passage of pedestrians.

Language:PythonStargazers:1Issues:0Issues:0

Image-Processing-Project

Car & Pedestrian Detection ,Counting circle & eclipse

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

Image-Processing-and-Feature-Detection

Image Processing and feature detection are the two most important areas of research in Computer Vision. In our one year project we successfully implemented various techniques and coding schemes that deal with Image Processing and Feature Detection of both still images and live video. We started with converting raw images to usable forms like grayscale, plots. We performed various mathematical operations on the image transforms like blurring (Gaussian Transform), sharpening etc. We learned to perform weighted addition of images. On both still images and live video features like face, eyes, smile, upper/lower body and full body have been detected. In this project, we used Haar Classifier to detect human face and eyes. We also employed the use of support vector machines to successfully identify human upper/lower and full body. The work can be extended to pedestrian detection in case of self-driving cars.

Language:PythonLicense:Apache-2.0Stargazers:11Issues:0Issues:0