GitHub - sdatkinson/neural-amp-modeler: Neural network emulator for guitar amplifiers.

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

NAM: Neural Amp Modeler

Build

This repository handles training models and exporting them to .nam files. 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/.

Documentation

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