Coder Social home page Coder Social logo

👋 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

Mékéné's Projects

amazing-semantic-segmentation icon amazing-semantic-segmentation

Amazing Semantic Segmentation on Tensorflow && Keras (include FCN, UNet, SegNet, PSPNet, PAN, RefineNet, DeepLabV3, DeepLabV3+, DenseASPP, BiSegNet)

darknet icon darknet

YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )

diffuser icon diffuser

Code for the paper "Planning with Diffusion for Flexible Behavior Synthesis"

meteor-east-detector icon meteor-east-detector

This is a Computer Vision projecct aiming to create an Efficient and Accurate Scene Text Detector from scratch.

myunet icon myunet

Implementation the Unet model on a custom dataset

semsegpipeline icon semsegpipeline

A simpler way of reading and augmenting image segmentation data into TensorFlow

time-series-forecasting icon time-series-forecasting

This repository is aiming to Time Series Forecast over a given dataset. The goal of the exercise is to find the most appropriate model and make some predictions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.