haritkumar / ml-tools-paas-platform

Dockerized ML tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML tools on PAAS platform

Dockerized ML tools. Tools included in this docker image,

  • Python 3.7
  • Jupyter
  • Panda
  • Numpy
  • Tensorflow
  • Tensorboard

Run docker image on local password: admin

docker run -p 8080:8080 haritkumar/ml-framework:latest

Access Here : http://127.0.0.1:8080/

Deploy to openshift

oc new-app haritkumar/ml-framework:latest --name=jupyter-ml

Install a pip package in the current Jupyter kernel

import sys
!{sys.executable} -m pip install flask

About

Dockerized ML tools.


Languages

Language:Python 99.9%Language:Jupyter Notebook 0.1%Language:Dockerfile 0.1%Language:Shell 0.0%