Skip to content
View AhmedDusuki's full-sized avatar
Block or Report

Block or report AhmedDusuki

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

  1. CLIP_VizWiz_Question_Answering CLIP_VizWiz_Question_Answering Public

    Implemented a CLIP-based approach to Visual Question Answering (VQA) using the VizWiz dataset and achieved an accuracy of 42.0% and an answerability of 82.8%.

    Jupyter Notebook

  2. Mini_Shell Mini_Shell Public

    Unix shell built in C++ that leverages lex and yacc for command parsin and interpretation. It enables process creations and management, background execution, file redirection, piping, and globbing.

    C++

  3. Amr-abdelsamee/Reliable-UDP-connection Amr-abdelsamee/Reliable-UDP-connection Public

    Python

  4. AT89S51_Frequency_Generator AT89S51_Frequency_Generator Public

    Developed a digital frequency generator using AT89S51 mirocontroller, written in C51, integrates a hex keypad for input and a quad seven segment display indicating the frequency. Implemented Freque…

    C

  5. Speech_Emotion_Recognition Speech_Emotion_Recognition Public

    Developed and trained 1D and 2D CNN models to classify speech emotions from audio data using data augmentation, feature selection, and dimensionality reduction methods.

    Jupyter Notebook

  6. Drawing_Painting_Application Drawing_Painting_Application Public

    Developed a drawing and painting application that supported various features such as brush and shapes, color selection, opacity control, actions history, and saving the drawing as an image file.

    Java