User uploads a CSV file with one column of numeric values.
JS parses the CSV using PapaParse.
A tiny neural network is trained on sliding windows of the sequence:
- Input: previous value
- Output: next value
After training, it predicts the next value in the sequence.
Output is displayed live in the
<div id="output">.