Giter Site home page Giter Site logo

Hi there 👋

I'm Muhammed Elyamani. AI Engineer with master's degree from Ottawa. I'm from Egypt with a passion for software development and integrating AI models into powerful applications.

I am always eager to learn new technologies and develop my skills.

If you're interested in learning more about my work, take a look at my repositories or feel free to reach out to me with any questions or comments. I'd love to hear from you!

Thank you for visiting my GitHub profile.

📈 my github stats

Muhammed Elyamani's GitHub stats

Best regards,

M. Eng Muhammed Elyamani

⚡Muhammed Elyamani's Projects

ailearning icon ailearning

AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP

an-ml-based-approach-for-solving-inverse-kinematic-of-a-6dof-robotic-arm icon an-ml-based-approach-for-solving-inverse-kinematic-of-a-6dof-robotic-arm

Solving the inverse kinematics of a robotic arm is a necessary step whether it is a first-time installation or the configuration of the robotic arm is already changed. In this work, a machine learning-based approach for solving the inverse kinematic of a robotic arm with six degrees of freedom is presented.

apollo icon apollo

An open autonomous driving platform

as-one icon as-one

Easy & Modular Computer Vision Detectors and Trackers - Run YOLO-NAS,v8,v7,v6,v5,R,X in under 20 lines of code.

awesome-hacking icon awesome-hacking

A collection of various awesome lists for hackers, pentesters and security researchers

awesome-llm-robotics icon awesome-llm-robotics

A comprehensive list of papers using large language/multi-modal models for Robotics/RL, including papers, codes, and related websites

c-plus-plus icon c-plus-plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

carla icon carla

Open-source simulator for autonomous driving research.

cheatsheets-ai icon cheatsheets-ai

Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5

check_images icon check_images

Test 3 algorithms for classifying between dogs and not dogs

code icon code

Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012.

cppcoreguidelines icon cppcoreguidelines

The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++

crypto-rl icon crypto-rl

Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent

dfs icon dfs

DFS algorithm A standard DFS implementation puts each vertex of the graph into one of two categories: Visited Not Visited The purpose of the algorithm is to mark each vertex as visited while avoiding cycles. The DFS algorithm works as follows: Start by putting any one of the graph's vertices on top of a stack. Take the top item of the stack and add it to the visited list. Create a list of that vertex's adjacent nodes. Add the ones which aren't in the visited list to the top of stack. Keep repeating steps 2 and 3 until the stack is empty.

dlib icon dlib

A toolkit for making real world machine learning and data analysis applications in C++

donut icon donut

Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.