Skip to content
View Demerdashh's full-sized avatar

Block or report Demerdashh

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

Pinned Loading

  1. face-mask-detection face-mask-detection Public

    Real-time face mask detection system using MobileNetV3, Pytorch and OpenCV. Includes preprocessing, training, inference, and a live webcam demo with FPS counter and color-coded predictions.

    Python

  2. pneumonia-detection-cnn-pytorch pneumonia-detection-cnn-pytorch Public

    🩺 Deep Learning–based pneumonia detection using PyTorch CNN. Achieved 95.7% accuracy and 0.9913 AUC on the Chest X-Ray dataset. Includes training pipeline, evaluation metrics, and visualization tools.

    Jupyter Notebook

  3. cnn-from-scratch cnn-from-scratch Public

    NumPy for forward and backward propagation, including Convolution, Pooling and Fully Connected layers.

    Jupyter Notebook

  4. Yellow-Object-Detection-with-Real-Time-FPS-Counter Yellow-Object-Detection-with-Real-Time-FPS-Counter Public

    This script detects yellow-coloured objects in real time using a webcam feed. It uses HSV thresholding to create a mask for yellow regions, applies morphological operations to reduce noise, and dra…

    Python