Awesome
Model Asset Exchange Framework
Python package that contains common code shared across all MAX models.
Dependencies
Installation
The package can be installed with pip. However, this is not necessary as each MAX
model will get the maxfw
package via the MAX-Base
image.
If you want to run a MAX model outside of a Docker container then you can install it with the following command:
$ pip install -U maxfw
Usage
For an example of this package being used in a MAX model, we recommend looking at the MAX-Skeleton Repository on GitHub.