GithubHelp home page GithubHelp logo

docker-irdatasets's Introduction

IR Data Sets within docker volume

In order to provide reproducibility of IR experiments you can run it within docker containers. This repository provides some data sets within single container which you can attach to your own containers.

Now, this image includes following raw datasets: LISA, NPL, CACM, CISI, Cranfield, Time, Medline, Adi.

All DataSets pulled from ir.dcs.gla.ac.uk

All datasets located in /usr/data/ in separate folders.

As a base image used ubuntu:10.04 because it is smallest available.

Result container size is about 210 MB, ubuntu:10.04 is about 183 MB.

Usage

Build is simple as:

git clone https://github.com/krasnobaev/docker-irdatasets.git
cd docker-irdatasets
docker build -t krasnobaev/irdatasets .

Or, instead you can pull latest automatically builded image from docker.com:

docker pull krasnobaev/irdatasets

Now you should start container as a Data Volume Container:

docker run -d -v /usr/data --name irds -t krasnobaev/irdatasets \
echo DataSets for IR experiments

After that, attach volume to your application:

docker run -i --volumes-from irds -t ubuntu ls -l /usr/data/

ToDo

  1. Provide some parser and scripts to convert datasets to some common data formats, like XML or JSON.
  2. Include some other datasets.

docker-irdatasets's People

Contributors

krasnobaev avatar

Watchers

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