git clone https://github.com/dmnlgn/handwritten-digit-recognition-CNN.gitThe data.js file contains the absolute path to the dataset, so you have to change it in the cloned repository.
const datasetPath = "file:///GIT/portfolio/handwritten-digit-recognition-CNN/dataset/";node app.js --train_mode=0 --epochs=10 --batch_size=64node app.js --train_mode=1 --epochs=10 --batch_size=64 --model_save_path=file://./public/assets/modelyarn startOpen http://localhost:3000/ with your browser
