https://github.com/tableflip/london-tensorflow
Intro slides for London TensorFlow
https://github.com/tableflip/london-tensorflow
Last synced: about 1 year ago
JSON representation
Intro slides for London TensorFlow
- Host: GitHub
- URL: https://github.com/tableflip/london-tensorflow
- Owner: tableflip
- License: mit
- Created: 2016-10-27T18:37:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T18:43:24.000Z (over 9 years ago)
- Last Synced: 2025-02-15T12:46:46.921Z (over 1 year ago)
- Language: JavaScript
- Size: 1.2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# London TensorFlow
The intro slides for the London TensorFlow meetup.

## This is a Spectacle deck.
The Spectacle core API is available at [https://github.com/FormidableLabs/spectacle/blob/master/README.markdown](https://github.com/FormidableLabs/spectacle/blob/master/README.markdown).
## Run it
- `npm install`
- `npm start`
- open http://localhost:3000
- open http://localhost:3000?presenter for presenter magic
## Build & Deployment
Building the dist version of the project is as easy as running `npm run build`
If you want to deploy the slideshow to surge, run `npm run deploy`