Skip to main content

Classifier for Image3c

Project description

Instructions for training and prediction

Installation of python

  • For best performance an NVIDIA GPU with CUDA is recommended

Install requirements for TensorFlow

  • tensorflow_gpu-1.15.0 3.3-3.7
    • NVIDIA drivers
      • Linux : >= 410.48
      • Windows : >= 411.31
    • cuDNN 7.6 (See below to install with conda)
    • CUDA 10.2 (See below to install with conda)

The steps below install the CUDA libraries during the conda environment setup, but if you want more information about it see these links:

  • For more detail about using conda to install CUDA see this article: Install CUDA with conda

  • For more information regarding installation of CUDA, see this document: NVIDIA CUDA

Install miniconda (recommended) or anaconda

We recommend using conda as an environment and package manager. It will allow easily creating python environments with specific version and package needs. If you already have Anaconda installed it will work and the instructions below will be the same.

  1. Download miniconda for your platform.
  2. Follow the installation documentation for the target operating system:

After installation, open a terminal to start installing packages. On Windows find the Anaconda Prompt command using the search tool.

Create a conda environment

Image3c requires version 3.7 of python and TensorFlow version 1.15, so a fresh conda enviroment is recommended. We have written an environment file the takes care of creating the conda environment and installing all needed dependencies. If you are on MacOS or don't have an NVIDA GPU with CUDA use environment.yml. If you are on Windows or Linux and have a CUDA GPU then use environment_gpu.yml

Creating the conda environment in this way also installs the correct CUDA libraries in the conda python environment.

In the following command, a conda environment named image3c is created with python 3.7:

conda env create -f environment.yml

if on windows or linux with a CUDA gpu

conda env create -f environment_gpu.yml

To activate this environment, use this command: conda activate image3c

The image3c python package is installed during the creation of the conda environment, so no other installation command are needed.

Install image3c from pip

If you don't want to create an environment as described above, image3c can be installed with pip:

pip install image3c

How to use Image3c

The main documentation can be found at: Image3c Github

Jupyter notebooks giving details about training and predicting data from the ImageStream can be found in the main pages of this github repository: Classifier Notebooks.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

image3c-0.1.4.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

image3c-0.1.4-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file image3c-0.1.4.tar.gz.

File metadata

  • Download URL: image3c-0.1.4.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for image3c-0.1.4.tar.gz
Algorithm Hash digest
SHA256 03d900efbf430cad9dfc98e95fd8d82bc03487398de5d82ca9181563f0e32962
MD5 4dae6e60fd809088d0227121fb5c454e
BLAKE2b-256 32f32c4716768ed884c062d7c9242829c9f9c7f47bd1e54750f6a2b824811b8a

See more details on using hashes here.

File details

Details for the file image3c-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: image3c-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.15

File hashes

Hashes for image3c-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 553597d8f8f425fd23a0f458aa5768630c84185d84ff0c656bf6d16ce4d7337a
MD5 a5bd8afab5e9f48fc7a60d58fcfccd5b
BLAKE2b-256 b85a0c620a9fa215d96c7fa4b5d73c2e29db136a41e063acdfc94e61ef2e0f85

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page