Skip to content

Latest commit

 

History

History
85 lines (60 loc) · 2.84 KB

README.rst

File metadata and controls

85 lines (60 loc) · 2.84 KB

imagepypelines-tools

This repository contains two docker images which provide a full development environment for those doing image processing, computer vision, or machine learning development in python.

It includes:
  • ImagePypelines (obviously :p)
  • Opencv (an optimized build)
  • tensorflow
  • keras
  • Pillow
  • sklearn
  • the usual suspects (scipy, numpy, etc)

This repository is an accessory to the open source image and data processing library ImagePypelines

Quick Setup

note that GPU usage requires separate installation of Nvidia-Docker

We provide a convenient python wrapper to easily and quickly, download, launch and update these images

Standard

pip install imagepypelines-tools
imagepypelines shell

GPU Accelerated (limited to Linux hosts with Nvidia-Docker)

pip install imagepypelines-tools
imagepypelines shell --gpu

Tags

Latest

pip install imagepypelines-tools imagepypelines shell

Base (no GPU)

latest, base-0.4.1-alpha

GPU

latest-gpu, gpu-0.4.1-alpha

Older Releases

gpu-0.4.0-alpha, base-0.4.0-alpha

gpu-0.3.3-alpha, base-0.3.3-alpha