AI Demo Template
A comprehensive template for building AI demonstrations with model training, interactive UI, and web deployment. Features a neural network trained on 1,000 examples over 10,000 epochs, achieving 97.54% loss reduction (final loss: 0.000460).

How to Use
Enter two numbers between -1 and 1 in the input fields and click 'Predict' to see the trained model's output. The model learns the function (input1 + input2).tanh() * 0.5 + 0.5, mapping the sum to [0,1] range.