MNIST Go + Electron + React App

An Electron app using React for UI accepts user-created MNIST digit images using an HTML Canvas and sends the input to a Go service for neural network inference. Multiple goroutine-accelerated strategies have been applied to the neural network layers, and their impact has been benchmarked and analyzed on the GitHub project page. The neural network’s prediction is then returned to the React UI and displayed to the user.

Source Code on GitHub

Animated demo of MNIST Go + Electron + React App