sdatkinson/neural-amp-modeler

Neural network emulator for guitar amplifiers.

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 22nd, 2026
Created on January 3rd, 2019
Open Issues & Pull Requests: 34 (+1)
GitHub issues: Enabled
Number of forks: 279
Total Stargazers: 3,051 (+0)
Total Subscribers: 73 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.6 hours
Mean response time: 23.8 days
90th percentile: 33.9 days
Tracked items: 129

How this project is maintained

About 9% of issues opened in the past year have never received a reply. 70% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "priority:high" is answered fastest, typically in under an hour, while "enhancement" waits about 2 days. 79% of issues opened in the past year have been closed, leaving a working backlog. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 347 days
Stale 30+ days: 18
Stale 90+ days: 12

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 2

Top labels

  • priority:low (77)
  • enhancement (53)
  • bug (44)
  • priority:high (13)
  • unread (12)
  • good first issue (10)
  • breaking (7)
  • documentation (4)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Neural Amp Modeler is a Python framework for training neural network models that emulate guitar amplifiers.

The tool addresses the problem of capturing the complex, nonlinear behavior of guitar amplifiers through machine learning. It trains neural networks on input-output recordings of amplifiers and exports the resulting models to a standardized .nam file format. This approach allows the acoustic characteristics of physical amplifiers to be digitally reproduced without requiring hand-crafted signal processing chains.

The project suits musicians and audio engineers who want to create digital emulations of specific amplifiers or design custom amp models. It is designed as a training and export pipeline; real-time playback of trained models happens in a separate companion plugin application. The tool is part of a broader ecosystem that includes both the training framework and the plugin for using exported models in production audio workflows.

Development activity shows consistent engagement with the codebase. The project maintains organized documentation hosted online with build instructions for multiple platforms. The repository structure separates concerns between model training and inference, with clear pointers to the companion plugin repository for users interested in the complete workflow.