Socket
Socket
Sign inDemoInstall

imagepypelines-tools

Package Overview
Dependencies
0
Maintainers
3
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    imagepypelines-tools

accessory library to augment the image processing library imagepypelines


Maintainers
3

Readme

====================== imagepypelines-tools

.. _ImagePypelines: https://github.com/jmaggio14/imagepypelines

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 ImagePypelines_

note that GPU usage requires separate installation of Nvidia-Docker

These images are built to work in tandem with the pip package imagepypelines-tools. To enter this docker environment simply:

.. code-block:: console

pip install imagepypelines
imagepypelines shell

imagepypelines shell

Standard

.. code-block:: console

pip install imagepypelines
imagepypelines shell

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

.. code-block:: console

pip install imagepypelines
imagepypelines shell --gpu

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc