Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 628 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 628 Bytes

Tensorflow.js w/ Electron

This repository contains several Tensorflow.js examples bundled as an Electron app.

Getting Started

# clone the repo
git clone https://github.com/brangerbriz/tf-electron
cd tf-electron

# install dependencies
npm install

# run the electron app
npm start

You should now see an Electron window pop up with a list of several examples. Several of these examples are taken from tfjs-examples and modified slightly to work with Node.js/Electron out-of-the-box. I've also annotated the source code so that it is more readable for beginners.