Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjappelbaum/aeml


https://github.com/kjappelbaum/aeml

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


aeml



Tests


Cookiecutter template from @cthoyt


PyPI - License


Documentation Status


Code style: black

Predict amine emissions of industrial processes using machine learning

## 💪 Getting Started

Check out some notebooks in the `/paper` directory.

## 🚀 Installation

The most recent code and data can be installed directly from GitHub with:

```bash
$ pip install git+https://github.com/kjappelbaum/aeml.git
```

To install in development mode, use the following:

```bash
$ git clone git+https://github.com/kjappelbaum/aeml.git
$ cd aeml
$ pip install -e .
```

## 👐 Contributing

Contributions, whether filing an issue, making a pull request, or forking, are appreciated. See
[CONTRIBUTING.rst](https://github.com/kjappelbaum/aeml/blob/master/CONTRIBUTING.rst) for more information on getting involved.

## 👋 Attribution

### ⚖️ License

The code in this package is licensed under the MIT License.

### 🍪 Cookiecutter

This package was created with [@audreyfeldroy](https://github.com/audreyfeldroy)'s
[cookiecutter](https://github.com/cookiecutter/cookiecutter) package using [@cthoyt](https://github.com/cthoyt)'s
[cookiecutter-snekpack](https://github.com/cthoyt/cookiecutter-snekpack) template.