-
Personal-Website Public
Personal Website for AhmadAsadi.ir
-
devicon Public
Forked from devicons/deviconSet of icons representing programming languages, designing & development tools
CSS MIT License UpdatedFeb 25, 2026 -
vision Public
Forked from pytorch/visionDatasets, Transforms and Models specific to Computer Vision
Python BSD 3-Clause "New" or "Revised" License UpdatedFeb 25, 2026 -
Paint Public
Paint App with brush and controll buttons
-
Object-Tracking Public
Useing a pre-trained Mask R-CNN model to detect and segment objects in video frames and then applies OpenCV’s CSRT tracker to follow the largest detected object across the video.
-
-
Deep-Seq2Seq-Translation Public
Deep Seq2Seq Translation with hugging face model
-
-
-
A deep learning project for sport image classification using a custom VGG19-based architecture with integrated Grad-CAM heatmap visualization for model interpretability.
-
Face-Recognition Public
Implementing face recognition in videos using OpenCV’s deep learning models and pre-trained ONNX models.
-
-
-
Gesture-Detection Public
Real-time Gesture Detection using CUDA-accelerated OpenCV in Python.
-
Colorize-Grayscale-Images Public
Colorize black-and-white (grayscale) photos using a pre-trained deep learning model in OpenCV's DNN module.
-
visualize and remove periodic noise from a grayscale image using Fourier Transform and frequency-domain filtering.
-
Morphology-Operators Public
Implement basic morphological operations from scratch using NumPy, without relying on OpenCV or other libraries.
-
Hit-and-Miss Public
Binary image matrix and applies a series of custom corner and edge detection kernels to identify specific patterns in the image.
-
Image-Skeletonizer Public
Extracting the structural skeleton of images using morphological operations.
-
Car-Counter-Morphology Public
This project performs binary segmentation and morphological analysis to automatically detect and count cars in aerial or traffic images.
-
Sun-Flower-Counter Public
Automatically counts the number of sunflowers in an image using computer vision techniques with OpenCV
-
Steganography Public
Steganography is for hiding text in the image without changeing image look with openCV and Numpy Library
-
Digit-Binarization Public
Binarization Digits of numbers and prepare digits for OCR.
-
Human-Skin-Detection Public
Human Skin Detection Using RGB, HSV and YCbCr Color
-
Image-Matching Public
OpenCV-based feature matching with FLANN and SIFT to locate query images in larger scenes.
-
Deep-Face-Blurring Public
Detecting and anonymizing human faces in images using deep learning models (YuNet) and OpenCV.
-
Face-Swap Public
high-quality face swapping between two portrait images using facial landmark detection, Delaunay triangulation, affine transformation, and OpenCV's seamless cloning.
-
Skip-Gram Public
Training Model with converting words to vector and Skip-Gram
-
TF-IDF-Model Public
Retrieve Information from Text Documents with TF-IDF model and dimention reduction with (Latent Semantic Indexing)LSI.
-
POS-Tagging Public
POS tagging using the Viterbi algorithm and n-gram models