Giter Site home page Giter Site logo

from-keras-to-production-workshop's Introduction

From Keras to Production

Daten

https://www.kaggle.com/moltean/fruits

Notebooks

https://github.com/codecentric/from-keras-to-production-workshop.git

Images pullen

  • docker pull codecentric/from-keras-to-production-baseimage
  • docker pull codecentric/tensorflow-serving-baseimage
  • docker pull codecentric/jenkins-python-image

Jupyterlab starten

docker run -p 8888:8888 --mount type=bind,source=$(pwd)/notebooks,target=/keras2production/notebooks codecentric/from-keras-to-production-baseimage

Jenkins starten

docker cp <jupyter-container>:keras2production/fruits fruits
docker run -p 8080:8080 -p 50000:50000 --mount type=bind,source=$(pwd)/fruits,target=/fruits --name jenkins_solution codecentric/jenkins-python-image

TensorFlow Serving starten

docker run -p 8501:8501 -p 8500:8500 --mount type=bind,source=$(pwd)/notebooks/6-models/fruits/,target=/models/fruits -e MODEL_NAME=fruits -t tensorflow/serving:1.12.0

Run slides

pip install -r requirements.txt
cd slides
jupyter nbconvert end2end_ds.ipynb --to slides --post serve --reveal-prefix=reveal.js

References and further information

IPython and Jupyterlab

https://ipython.readthedocs.io/en/stable/interactive/python-ipython-diff.html

Reinforcement Learning

https://www.youtube.com/watch?v=FCyZplb0ul4

Free Notebooks from Deep Learning with Python Book

https://github.com/fchollet/deep-learning-with-python-notebooks

from-keras-to-production-workshop's People

Contributors

shiring avatar crazzle avatar

Watchers

Myriam Traub avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.