This repository handles training, reamping, and exporting the weights of a model. For playing trained models in real time in a standalone application or plugin, see the partner repo, NeuralAmpModelerPlugin.
For more information about the NAM ecosystem please check out https://www.neuralampmodeler.com/.
Online documentation can be found here: https://neural-amp-modeler.readthedocs.io
To build the documentation locally on a Linux system:
cd docs
make html
Or on Windows,
cd docs
make.bat html