- Clone the repository
git clone https://github.com/SEVerhaak/NeuralNetworkTrainer.git- Install dependencies
npm install- Run local server
npm run dev- Load sample JSON file (
BIG_SET_100ENTRIES.JSON) from theJSON-Sample-Datafolder - Train the model and run the test to see if it is trained properly
- Run build command
npm run build- Move contents from
distfolder to thedocsfolder, overwrite if necessary