Skip to content
View antoinejeannot's full-sized avatar
🏡
Working from home
🏡
Working from home

Block or report antoinejeannot

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

Hi there 👋

  • 🔭 I'm currently working as a Lead ML Engineer, with a focus on NLP, MLOps & Software
  • 🌱 I'm also maintainer of modelkit, a minimalist MLOps Python framework
  • ⚖️ Curious about legal tech, I built Jurisprudence which fetches, consolidates & distributes French legal decisions, automatically
  • 📖 From time to time, I try to document my thoughts and appreciation for topics or resources I have found valuable in nuggets
  • 🏔️ You can find me near Paris or hiking in the Pyrénées

Here are some (~somewhat) cool hacks / gits:

Pinned Loading

  1. Cornerstone-OnDemand/modelkit Cornerstone-OnDemand/modelkit Public

    Toolkit for developing and maintaining ML models

    Python 155 17

  2. jurisprudence jurisprudence Public

    French Jurisprudences at your fingertips @ every 72h

    Python 6 1

  3. nuggets nuggets Public

    Curated insights and consolidated notes from articles, videos and talks I enjoyed

    HTML 3

  4. Minimalist & Easy-to-hack LLM-powere... Minimalist & Easy-to-hack LLM-powered git message
    1
    #!/bin/bash
    2
    
    
    3
    ###########################################################################
    4
    # Automatically generates a git commit message based on `git diff` and a LLM
    5
    # Minimalist & Easy-to-hack implementation: