Manage your AiDotNet library license keys and machine activations
Get a free community license for open-source and personal projects, or upgrade to Professional or Enterprise for commercial use.
View Pricing & Get a LicenseLoading your licenses...
Set the AIDOTNET_LICENSE_KEY environment variable:
AIDOTNET_LICENSE_KEY=your-key-here Save your key to ~/.aidotnet/license.key
var license = new AiDotNetLicenseKey("your-key-here");
var builder = new AiModelBuilder<double, double[], double>(license);