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?")
π
Focusing
βπ¨π° ππ πππ πππ π¬ππππππππππβ π‘
- Universe, Earth
- in/ThisIsMrIsmail
Highlights
Pinned Loading
-
Lung-Cancer-Detection
Lung-Cancer-Detection PublicA convolutional neural network model that detects lung cancer disease through CT scan images, classifies it into 3 classes.
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.



