diff --git a/README.md b/README.md index 54ecbaa..73bd734 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,23 @@ # DeepDiagnostics DeepDiagnostics is a package for diagnosing the posterior from an inference method. It is flexible, applicable for both simulation-based and likelihood-based inference. + [![status](https://img.shields.io/badge/arXiv-000.000-red)](arxiv link if applicable) + [![status](https://img.shields.io/badge/PyPi-0.0.0.0-blue)](pypi link if applicable) + [![status](https://img.shields.io/badge/License-MIT-lightgrey)](MIT or Apache 2.0 or another requires link changed) + ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/owner/repo/build-repo) + ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/owner/repo/test-repo?label=test) ## Workflow ![Workflow overview](images/deepd_overview.png) +Getting a little more specific: + +![python module overview](images/workflow_overview.png) + ## Installation ### Clone this repo diff --git a/images/workflow_overview.png b/images/workflow_overview.png new file mode 100644 index 0000000..d776d2e Binary files /dev/null and b/images/workflow_overview.png differ