GithubHelp home page GithubHelp logo

docker-scientific's Introduction

Experiment with Data Science

The Docker container is based on the python:3.6 container and has many packages to do numerical computation and visualize data: Numpy, Cython, OpenCV (and opencv-python), Matplotlib, Pandas, Seaborn, Scipy, Scikit-learn, Scikit-image, Jupyter (and the extensions configurator), Xgboost, H5py, Requests, Pillow, Networkx.

It also has Sacred, a tool to help you configure, organize, log and reproduce experiments developed at IDSIA. The packages needed to keep track of the code (git), use a mongo database, yaml configuration and a telegram bot notifier are included.

Jupyter is run on port 8080.

Run with database and omniboard

Omniboard is a web dashboard for the Sacred machine learning experiment management tool. You can download the docker-compose.yml file in this repository to run the Jupyter server, the database and omniboard all together.

It needs two environment variables:

  • CODE: the folder to mount in the Jupyter server
  • DB_NAME: the name of the database that omniboard should look to.

Here an example:

export CODE="/ABSOLUTE/PATH/TO/CODE/FOLDER"
export DB_NAME="EXPERIMENT"
docker swarm init
docker stack deploy -c docker-compose.yml STACKNAME

Run Jupyter server alone

You can run it directly:

docker pull ferrarodav/scientific
docker run -p 8080:8080 -v /PATH/TO/FOLDER:/home/workspace --name CONTAINERNAME ferrarodav/scientific

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.