Skip to content

React/Rust implementation of the Kaggle Digit Recognizer problem in Machine Learning

Notifications You must be signed in to change notification settings

kevinmcfarlane/react-digit-recognizer

Repository files navigation

React App running Digit Recognizer (Machine Learning) in Rust/WebAssembly

Uploads training and validation data sets and then displays the percentage of digits that were correctly predicted. For machine learning technical details see the pure Rust implementation. In this new version the file input was moved out of the Rust and into the React UI.

Image

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build:wasm

Builds the Rust WebAssembly project. Restart the development web server after building.

About

React/Rust implementation of the Kaggle Digit Recognizer problem in Machine Learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published