Skip to content

kjappelbaum/aeml

Repository files navigation

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:

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

To install in development mode, use the following:

$ 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 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's cookiecutter package using @cthoyt's cookiecutter-snekpack template.