Skip to content
View clementpoiret's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro
Block or Report

Block or report clementpoiret

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

class AboutMe:
    """
    Hey, I'm Clément, a Linux power-user, with a Ph.D. in neurosciences.
    I'm a tech enthusiast, I like scripting and automating everything,
    I love open source, and open science. I write papers on AI.

    Previously worked in: Android Reverse Engineering (SMALI),
                          Neuroinformatics.
    Currently working in: AI (Computer Vision).
    """

    def __init__(self):
        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",
                "computer hardware"
            ],
            "tools": [
                "pytorch", "tensorflow", "archlinux", "vim", "kitty", "zsh"
            ],
            "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!)"
        ]

    def get_future_goals(self) -> str:
        return "Develop expertise in Quantum Computing, and QML."

Overview

📫 Come say hi!

GitHub Twitter LinkedIn

Pinned

  1. Pingouin.jl Pingouin.jl Public

    Reimplementation of Raphaelvallat's Pingouin in Julia

    Julia 43 2

  2. HSF HSF Public

    Hippocampal Segmentation Factory (HSF). A one-liner Deep Learning tool to segment raw T2w (and T1w) MRIs into hippocampal subfields in few seconds. Trained on 700+ manually segmented hippocampi.

    Python 7 3

  3. ROILoc ROILoc Public

    Python script based on ANTs to locate (center & crop) any region given in the CerebrA atlas, while keeping the MRI in its native space.

    Python 4 1

  4. polymathic polymathic Public

    Polymathic - ALPHA

    Dart

  5. MyAuth MyAuth Public

    MyAuth [ALPHA] - Another Password Manager, which does NOT store your passwords

    Dart

  6. CPAI CPAI Public

    Neural Network for cryptocurrency price prediction

    Python