An open API service indexing awesome lists of open source software.

https://github.com/murrellgroup/onion.jl

Layers all the way down
https://github.com/murrellgroup/onion.jl

deep-learning layers ogres

Last synced: 3 months ago
JSON representation

Layers all the way down

Awesome Lists containing this project

README

          

# Onion

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MurrellGroup.github.io/Onion.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MurrellGroup.github.io/Onion.jl/dev/)
[![Build Status](https://github.com/MurrellGroup/Onion.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/MurrellGroup/Onion.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/MurrellGroup/Onion.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/MurrellGroup/Onion.jl)

## Installation

```julia
using Pkg
Registry.add("https://github.com/MurrellGroup/MurrellGroupRegistry")
Pkg.add("Onion")
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for details.