Skip to content
View MohamedAtef321's full-sized avatar
🌠
Coding...
🌠
Coding...
Block or Report

Block or report MohamedAtef321

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
MohamedAtef321/README.md

Real?

Hi there πŸ‘‹, I'm Mohamed Atef.

Studied Electronics and Communication Engineering at Mansoura University.
Interested in AI, ML, Dl, Computer Vision, NLP and Music.

πŸ”— Let's Connect!

Facebook Badge Twitter Badge Linkedin Badge Kaggle Badge Gmail Badge Spotify Badge

πŸ“˜ About Me

GitHub Profile Views Counter GitHib Followers

class Mohamed_Atef():
    
  def __init__(self):
    self.age = 23
    self.phone = "+201013494575"
    self.location = "El-Mahalla El-Kubra, Gharbia, Egypt"
    self.learning = ["Artificial Intelligence", "Machine Learning",
                     "Computer Vision", "Deep Learning",
                     "Natural Language Processing"]
    self.interests = ["Running", "League of Legends", "Music"]
    
  def __skills__(self):
    self.languages = ["Python", "C/C++", "Java", "Dart",
                      "HTML", "CSS", "JavaScript"]
    self.libraries = ["TensorFlow", "PyTorch", "OpenCV", "sklearn",
                      "Matplotlib", "Seaborn", "Django", "Flask"]

Mohamed's GitHub stats

GitHub Streak

Top Langs

Pinned Loading

  1. RTSD-Road-Traffic-Signs-Detection-System RTSD-Road-Traffic-Signs-Detection-System Public

    RTSD System can detect traffic signs 🚩 along the road. This project aims to enable self-driving cars πŸš— to see and interact with the road signs.

    2 1

  2. YOLOv8-Extended-Edition YOLOv8-Extended-Edition Public

    πŸš€ YOLOv8: Extended Edition is a fork of Ultralytics YOLOv8 repository. but with new features focuses on Automotive Vechicles πŸš—.

    Python