From 4ff8716faa4bf3562afb7c7dfa4173102a255da6 Mon Sep 17 00:00:00 2001 From: Krzysztof Maziarz Date: Thu, 14 Apr 2022 00:26:07 +0100 Subject: [PATCH] chore(README): Add some badges (#9) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f19ae31..4e47965 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # MoLeR: A Model for Molecule Generation +[![CI](https://github.com/microsoft/molecule-generation/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/microsoft/molecule-generation/actions/workflows/ci.yml) +[![license](https://img.shields.io/github/license/microsoft/molecule-generation.svg)](https://github.com/microsoft/molecule-generation/blob/main/LICENSE) +[![code style](https://img.shields.io/badge/code%20style-black-202020.svg)](https://github.com/ambv/black) + This repository contains training and inference code for the MoLeR model introduced in [Learning to Extend Molecular Scaffolds with Structural Motifs](https://arxiv.org/abs/2103.03864). We also include our implementation of CGVAE, but it currently lacks integration with the high-level model interface, and is provided mostly for reference. ## Quick start