Skip to content
View IsmaelMekene's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report IsmaelMekene

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

👋 Hi, This is JoyBoy 😄 Welcome back here! ⚡

visitors TypeScript Open Source Love

#@uthor: JoyBoy
#!/usr/bin/python
# -*- coding: utf-8 -*-


class ResearchScientist:
    def __init__(self):
        self.name = "Ismael Mekene"
        self.role = "Computer Vision"
        self.location = "Paris, France"
        self.knowledge_base = [
            "Deep Learning",
            "Mathematics",
            "Computer Vision",
            "Optimization",
            "Software Enginnering",
        ]

    def greetings(self):
        print(
                        "Hello buddy, thanks for dropping by!
            
            This is {name}, I live in {location} and I am looking for a internship in {role}.
            Recently, I've been focusing on {focus} for my personal growth.
            Fish is the most delicious thing on hearth.
            I love solving old maths theorems and also kicking people in the head.
            For any enquiry, check me on {blog}!"
                        
                        
                        .format(                            
                                        name=self.name,
                                        location=self.location,
                                        role=self.role,
                                        focus=self.knowledge_base[0],
                                        knowledge_base=", ".join(self.knowledge_base[1:]),
                                        blog=self.blog,
                                    )
                                )

me = ResearchScientist()
me.greetings()

🔧 Technologies & Tools

Pinned

  1. item-search item-search Public

    Python 1

  2. Mistral-GPT Mistral-GPT Public

    Python

  3. meteor-CUTIE meteor-CUTIE Public

    Spatial and Semantic Segementation

    Python 2 1

  4. OCR-medicalword-detection OCR-medicalword-detection Public

    This is a Computer Vision project to predict and detect medical words over a given prescription

    Python 2 1

  5. 3D-Mesh-Classification-PointNet 3D-Mesh-Classification-PointNet Public

    Python 3

  6. meteor-realtime-object-tracking meteor-realtime-object-tracking Public

    Python