Skip to content

clementpoiret/clementpoiret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

class ClementPoiret:
    """Linux power-user with a Ph.D. in neurosciences.

    A Clement is a tech enthusiast who likes scripting and automating everything,
    He loves open source and open science.

    Previous works in:
        - Android Reverse Engineering,
        - Neuroinformatics.

    Current work: CTO and AI Startup Co-founder (Computer Vision).
    """

    def __init__(self):
        """Initializes a ClementPoiret from scratch."""

        self.has_phd: bool = True
        self.phd_fields: List[str] = ["neurosciences", "deep learning", "computer vision"]

    def get_expertise(self) -> Dict[List[str]]:
        return {
            "fields": [
                "machine and deep learning",
                "computer vision",
                "neurosciences",
                "web development",
                "native development",
                "devops",
                "sysadmin",
                "reverse engineering",
                "hardware",
            ],
            "tools": [
                "pytorch", "tensorflow", "jax", "nixos", "neovim", "kitty", "nushell"
            ],
            "languages": [
                "python", "(java/type)script", "julia", "dart", "html", "css", "smali", "lua"
            ]
        }

    def get_interests(self) -> List[str]:
        return [
            "learning new skills everyday",
            "conducting scientific experiments",
            "tweaking my linux distro",
            "dismantling computers",
            "philosophy (hi, Nietzsche!)"
        ]

Overview

📫 Come say hi!

GitHub Twitter LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •