Skip to content
View ThisIsMrIsmail's full-sized avatar
πŸš€
Focusing
πŸš€
Focusing

Organizations

@gdschun @spaceappshurghada @JehamAI @GP-2025

Block or report ThisIsMrIsmail

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ThisIsMrIsmail/README.md

LinkedIn ThisIsMrIsmail WakaTime

thisismrismail.info

Python CPP Tensorflow Flask Linux PHP JavaScript NodeJS ExpressJS Git Powershell MySQL Bootstrap CSS HTML MySQL

class ThisIsMrIsmail:
    def __init__(self):
        self.name = "Ismail Sherif"
        self.email = "ismailsherifwork@gmail.com"
        self.handle = "@thisismrismail"
        self.role = "AI/ML/SW Engineer"

    def __skills__(self):
        self.langs = ["Python", "C++", "JS", "PowerShell"]
        self.tools = ["TensorFlow", "NLTK", "SkLearn", "OpenCV"]
        self.stack = ["FastAPI", "Flask", "ReactJS", "PostgreSQL"]
        self.typing_speed_wpm = 96

    def is_available_for_hire(self, rand_n):
        # return rand_n % 2 == 0
        return {
            "status": "success",
            "message": "HIRE ME NOWWWWWW XD.",
            "data": { "name": self.name, "email": self.email },
            "timestamp": "2025-07-22T06:53:00Z",
        }, 200

if __name__ == "__main__":
    profile = ThisIsMrIsmail()
    profile.is_available_for_hire(random.randint(0, 7))
    print("can you catch the error in this code?")

Pinned Loading

  1. Lung-Cancer-Detection Lung-Cancer-Detection Public

    A convolutional neural network model that detects lung cancer disease through CT scan images, classifies it into 3 classes.

    Jupyter Notebook 12 1