GithubHelp home page GithubHelp logo

isabella232 / docker-data-science-toolbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appsecco/docker-data-science-toolbox

0.0 0.0 0.0 272 KB

Data Science Command Line Toolbox in a docker container

License: BSD 2-Clause "Simplified" License

Shell 55.28% Python 44.72%

docker-data-science-toolbox's Introduction

Docker Container for Data Science Toolbox (DST)

Docker-Data-Science-Toolbox

This docker container is to make all data science tools available in a container to start your data science work in seconds.

More details about the project

Before moving to know about What, Why and How to use DST. I wanted to acknowledge Jeroen Janssens for such a wonderful tool kit for data science.

Here is the blog post to know more about this docker-data-science-toolbox

How to use docker container

The simple and quick way to use this data-science-toolbox is as follows.

Softwares required to use docker container

  • Docker (Tested version 1.12.1)

Steps to use container

  • Pull the data-science-toolbox image from the docker hub
docker pull appsecco/data-science-toolbox
  • Use the docker container with interactive shell and persistent storage from host system
docker run -v `pwd`:/data -it appsecco/data-science-toolbox sh
  • Then start working with your data science operations

Buiding docker image

  • Clone the git repository
git clone https://github.com/appsecco/docker-data-science-toolbox.git
  • Start the build by running below command
cd docker-data-science-toolbox
docker build -t data-science-toolbox .
  • Then start the container by running
docker run -v `pwd`:/data -it data-science-toolbox sh
  • Then start working with your data science operations

Docker-Data-Science-Toolbox in Action

docker-data-science-toolbox

To-Do list

Please have a look at to-do list

Please feel free to make a pull request or tweet to me @madhuakula for improvements and suggestions

docker-data-science-toolbox's People

Contributors

madhuakula 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.