An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# London TensorFlow

The intro slides for the London TensorFlow meetup.

![screenshot 2016-10-27 19 40 23](https://cloud.githubusercontent.com/assets/58871/19780528/4375c6c4-9c7d-11e6-9fc5-344841796f02.png)

## 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`