Skip to content
View khorsh-ed's full-sized avatar

Block or report khorsh-ed

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

Popular repositories Loading

  1. Security-Package Security-Package Public

    Forked from AbdullahMahmoud/Security-Package

    Security package of well-known security algorithms (Ceaser , Monoalphabteic , Playfair , Hill Cipher , Polyalphabetic , Rail fence , Columnar , AES , DES , RC4 , RSA , Diffie-Hellman Key Exchange a…

    C#

  2. Image-Quantization Image-Quantization Public

    Forked from AbdullahMahmoud/Image-Quantization

    A C# program for Image Quantization( Reduce the number of colors in a full resolution digital color image (24 bits per pixel) to a smaller set of representative colors called color palette).

    C#

  3. AI-Chess-Game AI-Chess-Game Public

    AI Chess Game using MiniMax algorithm with alpha beta pruning

    C#

  4. Object-Detection-and-Recognition-using-Neural-Networks Object-Detection-and-Recognition-using-Neural-Networks Public

    Forked from AbdullahMahmoud/Object-Detection-and-Recognition-using-Neural-Networks

    object recognition system that can pick out and identify objects from an inputted camera image, It works on five objects cat, laptop, car, apple and Helicopter, It uses PCA for features extraction …

    Python

  5. Blind-Shopping-Helper Blind-Shopping-Helper Public

    Forked from AbdullahMahmoud/Blind-Shopping-Helper

    The motivation of this app is to help blind people in clothes shopping (jeans pants specifically). When buying any pant, the information that must be known about this pant is the size, color, and p…

    MATLAB

  6. Visual-question-answering-using-Co-Attention Visual-question-answering-using-Co-Attention Public

    Predicting the Answer of a given question related to an image using End-to-End Networks by merging between convolution neural network & nlp using visual-attention : highlighting image regions relev…

    Python