Abdullah Moustafa (@AbdullahMoustafa)
  • Stars
    star
    6
  • Global Rank 1,299,710 (Top 45 %)
  • Followers 7
  • Following 7
  • Registered over 5 years ago
  • Most used languages
    Python
    80.0 %
    C
    20.0 %
  • Location ๐Ÿ‡ช๐Ÿ‡ฌ Egypt
  • Country Total Rank 5,015
  • Country Ranking
    C
    388
    Python
    512

Top repositories

1

AI-Virtual-Assistant

AI virtual assistant using python GUI interface, GENIA virtual assistant features: 1-Web Scrapping HTML pages . Wikipedia . Weather State . Covid19 Statistics 2-Simple Calculator 3-Talktive Assistant 4-Sending Emails 5-Date/Time 6-Open websites 7-Play music 8-Access programs 9-Search on google 10-Simple GUI 11-Games(snake) 12-Draw and Save 13-Chating output box 14-Translate from English to four foreign languages . French . Spanish . German . Italian . Portuguese
Python
2
star
2

GPIOTIVACdriver

GPIO driver for Tiva-C-Series-TM4C123G-LaunchPad
C
1
star
3

Dashboard-Generator

This Application will take PDF file exported from Power BI, then generate it as image on Outlook mail.
Python
1
star
4

chatbot-with-python

AI Chatbot GUI using Tensorflow
Python
1
star
5

SimpleLaneDetection

In this project, you will be writing code to identify lane lines on the road, first in an image, and later in a video stream (really just a series of images). To complete this project, we used the tools we learned about in Udacity self-driving cars nanodegree, and build upon them. Our first goal is to write code including a series of steps (pipeline) that identify and draw the lane lines on a few test images. We successfully identify the lines in an image, then we wrote a code into the block provided to run on a video stream. The algorithm we used to detect the lanes divided into functions that will be running on the test video โ€œtest2.mp4โ€ there is five functions used which are canny, region_of_interest, make_coordinates, average_slope_intercept, and display_lines. Python programming was our language to write the code and we used some popular modules as OpenCV, NumPy, and matplotlib. Finally, this report will discuss all those functions and how we implement mathematics, programming and computer vision to our real-life use to be a part of our final project โ€œSelf-driving carโ€.
Python
1
star