Skip to content
View salwaElkaddaoui's full-sized avatar
:octocat:
:octocat:

Block or report salwaElkaddaoui

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. unet unet Public

    Implementation of the paper "U-Net: Convolutional Networks for Biomedical Image Segmentation" By Olaf Ronneberger, Philipp Fischer, Thomas Brox, 2015 in Tensorflow 2.x low level API.

    Python

  2. kubernetes-microservice-1 kubernetes-microservice-1 Public

    A microservice for object detection in images using YOLOv11, deployed in Kubernetes, which receives images via HTTP, processes them, and returns the detection results.

    Shell

  3. tflite-buster-armv7l tflite-buster-armv7l Public

    Docker build environment for tensorflow lite for Buster on armv7l

    Dockerfile

  4. kubernetes-pvc-pod kubernetes-pvc-pod Public

    A Kubernetes-based YOLO inference app using a Persistent Volume for communication between a pod and the host.

  5. ledmatrix ledmatrix Public

    Scrolling led ticker, built from scratch and programmed

    C++ 1 1

  6. vanilla_ddpm vanilla_ddpm Public

    A from-scratch implementation of Denoising Diffusion Probabilistic Models (DDPMs) using a U-Net architecture in Pytorch.