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

Organizations

@gdschun @spaceappshurghada @JehamAI @GP-2025

Block or report ThisIsMrIsmail

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

YouTube LinkedIn ThisIsMrIsmail WakaTime Discord Gmail

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

class ThisIsMrIsmail:
    def __init__(self):
        self.name = "Ismail Sherif"
        self.email = "ismailsherifwork@gmail.com"
        self.handle = "thisismrismail"

    def __skills__(self):
        self.langs = ["Python", "C++", "JavaScript", "PHP", "PowerShell", "Bash"]
        self.tools = ["SciKit-Learn", "TensorFlow", "Pandas", "NumPy", "OpenCV"]
        self.interests = ["Talks", "Events", "Leadership", "Fast Typing (95wpm)"]

if __name__ == "__main__":
    profile = ThisIsMrIsmail()
    
    print("""
        Ohh, I forgot to say.. I HAAAATE VIM.
        Don't use it, VS Code is BETTER.
    """)

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 9 1

  2. Medical-Expert-System Medical-Expert-System Public

    An expert system that detects medical diseases according to patient's questionnaire.

    Python 1