Giter VIP home page Giter VIP logo

Hello ! 🐍

I'm Corentin Meyer. Currently AI Engineer at Alcatel-Lucent Enterprise, I have a PhD in biomedical AI.

At ALE I work on developping our internal generative AI solutions (LLMs) to support our company internal use-cases. I built and manage our generative AI initiative end to end: from the idea to the PoC up to the industralisation on AWS. I have a broad role as main technical expert and developer while maintaining good cross-departement communication and translating business requirement into technical implementation. On the side I also develop and maintain more classical AI models for sales & operations units.

Previously my research focused on applying cutting-edge AI techniques to analyze patient data for genetic diseases, specifically congenital myopathies. I applied modern artificial intelligence techniques to analyze data of patients affected by a family of genetic diseases (congenital myopathies). I've build three open sources tools:

  • NLMyoπŸ”§: a toolbox leverage Large Language Models (LLMs such as ChatGPT) to exploit histology reports
  • MyoQuantπŸ”¬: a tool to quantify pathological features on muscle biopsies image
  • IMPatienTπŸ—‚οΈ: a patient database tool to annotate, process and explore patient biopsy text reports

You can find all way to reach me and see my work by accessing my website: cmeyer.fr. I also run a blog where I try to communicate on the things I'm working on at cmeyer.fr/blog/

NLMyo Banner MyoQuant Banner IMPatienT Banner

Here you can find a tree of all my GitHub projects:

🐍 Corentin Meyer
┣━━ πŸ“¦ Main Projects
┃   ┣━━ myoquantπŸ”¬          - automatically quantify pathological features in muscle fiber histology images
┃   ┣━━ nlmyoπŸ”§             - toolbox to leverage LLMs to exploit histology text reports
┃   ┣━━ impatientπŸ—‚οΈ         - web application to digitize, process and explore multimodal patient data
┃   ┣━━ myoquant-streamlit  - web demo of myoquant using streamlit
┃   ┣━━ streamline          - fork of the Streamline autoML pipeline for multiclass classification
┃   ┣━━ primate proteins    - analysis of gene prediction errors in the proteome of 11 primates
┃   ┗━━ drosophila proteins - analysis of gene prediction errors in the proteome of drosophilas
┣━━ πŸ› οΈ Work In Progess
┃   ┣━━ thesis              - my thesis in writing
┃   ┣━━ predex              - train and visualize learning classier systems (lcs) for explainable models
┃   ┗━━ dnd-qaπŸ—‘οΈ           - chatbot to answer questions about dungeons and dragons spells
┣━━ πŸ”— My Websites
┃   ┣━━ cmeyer.fr           - personal linktree
┃   ┣━━ cmeyer.fr/blog      - personal blog
┃   ┣━━ impatient.lbgi.fr   - impatient web demo
┃   ┣━━ lbgi.fr/MyoQuant    - myoquant web demo
┃   ┣━━ lbgi.fr/NLMyo       - nlmyo web demo
┃   ┗━━ status.cmeyer.fr    - website status page
┣━━ πŸ“š Teaching and Internships
┃   ┣━━ ml intro lecture    - 1st machine-learning introduction lecture at the biotechnology school of strasbourg (esbs)
┃   ┣━━ ml 1st practical    - 1st machine-learning practical at the esbs
┃   ┣━━ ml 2nd practical    - 2nd machine-learning practical at the esbs
┃   ┣━━ afaf intern         - code for afaf internship
┃   ┗━━ ines intern         - code for ines and jeremy internship
┗━━ ⚰️ Dead and old projects
    ┣━━ pcr-primer-finer    - tool to find optimal primers for pcr
    ┣━━ genetics            - a web application for genetic sequence analysis
    ┣━━ genetics-gui        - a gui app. for genetic sequence analysis
    ┣━━ huntington-rnaseq   - hungtington disease RNA-seq analysis internship
    ┗━━ twitter-bot         - small twitter bot to tweet pictures of cute shibas

Follow me on twitter @corentinm_py and on my website cmeyer.fr

Corentin Meyer's Projects

anonymizer icon anonymizer

Small script developped to automatically remove patient personnal informations from text reports and images

automl-pipe icon automl-pipe

An automated, rigorous, and largely scikit-learn based machine learning analysis pipeline for binary classification. Adopts current best practices to avoid bias, optimize performance, ensure replicatability, capture complex associations (e.g. interactions and heterogeneity), and enhance interpretability. Includes (1) exploratory analysis, (2) data cleaning, (3) partitioning, (4) scaling, (5) imputation, (6) filter-based feature selection, (7) collective feature selection, (8) modeling with 'optuna' hyperparameter optimization across 13 implemented ML algorithms (including three rule-based machine learning algorithms: ExSTraCS, XCS, and eLCS), (9) testing evaluations with 16 classification metrics, model feature importance estimation, (10) automatically saves all results, models, and publication-ready plots (including proposed composite feature importance plots), (11) non-parametric statistical comparisons across ML algorithms and analyzed datasets, and (12) automatically generated PDF summary reports.

droso-analysis icon droso-analysis

https://github.com/Harajuku7/stage-thompson but with drosophilia

genetics icon genetics

A web application about DNA sequence analysis written in Python with Flask framework.

genetics-gui icon genetics-gui

A GUI application project for DNA translation using Tkinter

hara-twitterbot icon hara-twitterbot

My own python twitter bot for testing purpose. Answers to !image [keyword] with a random google image picture

haystack icon haystack

:mag: LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.

haystack-core-integrations icon haystack-core-integrations

Additional packages (components, document stores and the likes) to extend the capabilities of Haystack version 2.0 and onwards

impatient icon impatient

IMPatienTπŸ—‚οΈ: an integrated web application to digitize, process and explore multimodal patient data. Demo version deployed at: https://impatient.lbgi.fr/

jumbo-tech-test icon jumbo-tech-test

AI Agent (deep reinforcement learning) that learns to hide itself in a 12x12 matrix.

ml-td-esbs-2 icon ml-td-esbs-2

2nd machine-learning practical at the Biotechnology School of Strasbourg (ESBS)

myoquant icon myoquant

MyoQuantπŸ”¬: a tool to automatically quantify pathological features in muscle fiber histology images. Demo version deployed at: https://lbgi.fr/MyoQuant

myoquant-streamlit icon myoquant-streamlit

MyoQuant-Streamlit is a demo web application to showcase usage of MyoQuant. Demo version deployed at: https://lbgi.fr/MyoQuant

nlmyo icon nlmyo

NLMyoπŸ”§: a toolbox built to leverage the power of Large Language Models (LLMs) to exploit histology text reports. Demo version at: https://lbgi.fr/NLMyo

pcr-primer-finder icon pcr-primer-finder

A command-line algorithm under developpement that create optimised PCR-primer for a specific region in a fasta file

scikit_ml_pipeline_binary_notebook icon scikit_ml_pipeline_binary_notebook

An (updated and expanded) rigorous, well documented machine learning analysis pipeline for binary classification datasets assembled as a Jupyter Notebook. Includes exploratory analysis, data processing, feature processing, ML modeling (13 algorithms) with hyperparameter sweeps, visualizations, and statistical analysis. A comprehensive starting point to adapt to your own dataset.

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.