Skip to content

KjelleJ/DigitApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitApp

DigitApp is a web app demonstrating image recognition using Tensorflow.js and the MNIST dataset.

Installation proposal

Run in a terminal window. Go to the directory where the source code is downloaded and then:

  1. npm init -y
  2. npm install -g parcel-bundler
  3. npm install @tensorflow/tfjs
  4. parcel index.html

You can now (hopefully) run DigitApp in the browser with localhost:1234

About

Image recognition using Tensorflow.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published