GitHunt

Amr Hendy

AmrHendy

Senior Applied Scientist at Microsoft GenAI

Languages

Java22%C++19%Jupyter Notebook15%Python15%JavaScript7%Makefile4%CSS4%C4%HTML4%SQLPL4%

Loading contributions...

Top Repositories

Repositories

39
AM
AmrHendy/Arabic-Handwritten-Images-Recognition

A deep learning model to classify the Arabic letters and digits easily.

Jupyter Notebook6624Updated 5 years ago
arabic-nlpcnn-kerasdeep-learningmlp-networkspython-notebooksrecognizes-imagesrecognizing-handwritten-digits
AM
AmrHendy/programming-language-translator

An easy way to use the released TransCoder by Facebook AI Research to convert code from one programming language to another using unsupervised neural machine translation (NMT) systems that use deep-learning to translate text from one natural language to another and is trained only on monolingual source data.

Jupyter Notebook2511Updated 5 years ago
machine-translationnlpprogramming-languagetranscodertransformerunsupervised-deep-learningunsupervised-translation
AM
AmrHendy/replicated-distributed-file-system

A Replicated Distributed File System allows its concurrent users to perform transactions, while guaranteeing ACID properties by keeping which one main master server and data will be replicated on multiple replica servers.

Java34Updated 6 years ago
acid-stateconcurrencydistributed-systemsfault-tolerancereplicationtransaction
AM
AmrHendy/multimedia_question_answering

A simple attention deep learning model to answer questions about a given video with the most relevant video intervals as answers.

Python34Updated 6 years ago
attention-modelattention-seq2seqcnndeep-learningfeature-extractionglove-embeddingsmultimedia-retrievalvideo-descriptionvideo-processingvideo-question-answeringvisual-deep-learning
AM
AmrHendy/video-content-descriptionFork

Video content description technique for generating descriptions for unconstrained videos.

Jupyter Notebook92Updated 6 years ago
attention-modeldeep-learningencoder-decoderfeature-extractionvideo-captioningvideo-descriptionvideo-processingvideo-taggingvisual-deep-learning
AM
AmrHendy/scdlFork

Soundcloud Music Downloader

Python00Updated 7 years ago
AM
AmrHendy/tcp-protocol

Reliable Transport Protocol (TCP) implementation using unreliable delivery mechanism.

C++83Updated 7 years ago
congestion-controlcpp14network-programmingrdtreliable-data-transferreliable-protocoltcpunix-sockets
AM
AmrHendy/calibration-free-indoor-localization

Implementation of a free calibration system used for indoor localization in Multi-Floor Environments

Python31Updated 7 years ago
crowdsourcingindoor-positioninglocalizationoptimizationtransmitters
AM
AmrHendy/AmrHendy

GitHub profile readme

00Updated 2 years ago
github-readmeprofile-read
AM
AmrHendy/IClinic

A java application with arabic UI to manage a clinic system including patients history and comming sessions of patients.

Java31Updated 7 years ago
clinic-management-systemjava-10javafxjfoenixsqlui
AM
AmrHendy/COMETFork

A Neural Framework for MT Evaluation

00Updated 3 years ago
AM
AmrHendy/K-Means

A parallel version of the well-known and commonly used K-Means clustering algorithm using the map-reduce framework in Java using Hadoop.

Jupyter Notebook10Updated 6 years ago
AM
AmrHendy/compiler

A two phases compiler implementation in C++ including a lexical Analyzer, parser, semantic analysis, and code generation.

Makefile13Updated 7 years ago
bisoncompilercppflexjavacompilerlexical-analysisparsesemantic-analysissystem-programmingyacc
AM
AmrHendy/refer-me

A simple web application to help you connect with employees of your dream company and ask them for a refer to avoid the automated process of filtering CVs.

JavaScript21Updated 6 years ago
expressjsmongodbnode-jsreact-reduxreact-routerreactjsw3css
AM
AmrHendy/risk-gameFork

A Web-based implementation of risk game with intelligent agents and human interaction.

CSS20Updated 7 years ago
ajaxartificial-intelligenceboard-gamed3-jsdjangoheuristic-search-algorithmsjavascriptjquerypythonrisk-gamesearch-algorithms
AM
AmrHendy/modern-control-labs

This repository will explain set of modern control labs especially PLC types.

71Updated 7 years ago
controlplc
AM
AmrHendy/maze-solver

No description provided.

Python10Updated 7 years ago
AM
AmrHendy/bulletin-board-system

A news bulletin board system supporting several remote clients to communicate with the server using the sockets and RMI.

Java00Updated 6 years ago
client-serverjavajschmultiple-threadsrmisocketsssh
AM
AmrHendy/Arduino-Labs

A Set of Arduino Labs with implementations

C++30Updated 7 years ago
ardunioembedded-systems
AM
AmrHendy/PintosFork

No description provided.

C00Updated 7 years ago
AM
AmrHendy/8-puzzleFork

An Interactive Web App to play the 8 puzzle game. We solve the 8 puzzle game using different search algorithms including DFS, BFS and A* using different heuristics. We also handled the unsolved games to minimize the number of requests sent.

JavaScript00Updated 7 years ago
axiosbootstrapflaskgamejavascriptjsxpythonreactjs
AM
AmrHendy/book-meFork

Order Processing System For Online Bookstore

Java00Updated 7 years ago
dao-design-patternjasper-reportsjavajspjsp-servletmysqlordering-system
AM
AmrHendy/http-protocol

HTTP Protocol Implementation using UNIX sockets to be used to in a simple web client that communicates with a web server.

C++12Updated 7 years ago
cpp11http-clienthttp-requestshttp-servernetwork-programmingunix-sockets
AM
AmrHendy/data_mining

This repository will explain a set of data mining labs to make you familiar with the machine learning process.

HTML01Updated 7 years ago
classificationdataminingmachine-learningnotebookpreprocessingpythonsupervised-learning
AM
AmrHendy/Discrete-Mathematics-Applications

Discrete Mathematics Applications

Java10Updated 8 years ago
algorithmsdiscrete-mathematicsjavanumber-theory
AM
AmrHendy/Circuis-of-Plates-Game

A 2 player game with keyboard . The game is about two clowns trying to get max score by collecting falling shapes . Different shapes are falling and the players are collecting them . The score of a player is updated when he collects three consecutive shapes with the same color .

Java00Updated 7 years ago
design-patterngame-developmentjavaobject-oriented-programmingxml
AM
AmrHendy/Database_Labs

Database Labs to make you familiar with MySQl

SQLPL00Updated 7 years ago
databasemysql
AM
AmrHendy/Pixey-AndroidFork

An Android Application which support an Image Viewer facilities such as loading, saving, rotating, resizing, cropping or zooming into the image with multiple choices.

C++00Updated 7 years ago
androidimage-processingqt
AM
AmrHendy/Pixey-DesktopFork

A Desktop Application which support an Image Viewer facilities such as loading, saving, rotating, resizing, cropping or zooming into the image with multiple choices.

C++00Updated 7 years ago
desktop-applicationimage-processingqt
AM
AmrHendy/Linear-Equations-SolverFork

Linear Equations solver project done using Matlab, uses different method to solve the equations as Gauss Elimination, Gauss Jordan, LU Decomposition, Gauss Seidel, and Jacobi Iterative Method

Matlab00Updated 8 years ago
matlabnumerical-methods

Gists

Recent Activity

Amr Hendy (AmrHendy) | GitHunt