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

Pinned Loading

  1. Equimo Public

    Implementation of Computer Vision Models in JAX (equinox)

    Python 9

  2. jmp Public

    Forked from google-deepmind/jmp

    JMP is a Mixed Precision library for JAX.

    Python 2 1

  3. nix-python-devenv Public template

    Template of a Python Development Environment with Optional CUDA Support. Powered by uv.

    Nix 17 6

  4. 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 13 4

  5. 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 6 1

  6. Pingouin.jl Public

    Reimplementation of Raphaelvallat's Pingouin in Julia

    Julia 46 3