This is an experimental project created for practice in neural networks development.
Clone the project s
git clone https://github.com/kugimiya/digit-recognizer-ts
Go to the project directory
cd digit-recognizer-ts
Install dependencies
npm install
Start 'frontend'
npm run run-front
Start 'network train'
npm run start