diff --git a/README.md b/README.md index 78cca42..26e681b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # sclblonnx [![PyPI Release](https://github.com/scailable/sclblonnx/workflows/PyPI%20Release/badge.svg)](https://pypi.org/project/sclblonnx/) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fscailable%2Fsclblonnx.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fscailable%2Fsclblonnx?ref=badge_shield) The `sclblonnx` package provides a high level API to construct and alter ONNX graphs. @@ -18,3 +19,7 @@ g = so.add_node(g, n1) ``` Please see the `examples/` folder in this repo for examples. + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fscailable%2Fsclblonnx.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fscailable%2Fsclblonnx?ref=badge_large) \ No newline at end of file