python
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Mohammed Essam"
self.role = "Machine leaning Engineer || Data scientist"
self.language_spoken = ["ar_EG", "en_US"]
self.interesting_things =['NLP', 'Data structure and Algorithms', 'FootBall', 'Problem solvings']
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
🎯
Focusing
I aim to be a specialist in artificial intelligence and machine learning, especially deep learning
Hi! My name is Mohammed Essam. Thank You for taking the time to view my GitHub Profile 😄
Popular repositories Loading
-
-
WorldQuant-University-Data-Science-projects
WorldQuant-University-Data-Science-projects PublicWQU DATA SCIENCE LAB PROJECTS
-
-
-
Face-Mask-Detection
Face-Mask-Detection PublicForked from balajisrinivas/Face-Mask-Detection
Detecting face masks using Python, Keras, OpenCV on real video streams
Python
-
Customer-Segmentation
Customer-Segmentation PublicCustomer Segmentation using K-Means Clustering with Python
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.