Deployment of the module🔗

The module uses a neural network, so it is necessary to install an additional package. You can choose an installation option that ensures the module functions in one of the following ways:

  • On a CPU

  • On a GPU equipped with CUDA technology (NVIDIA video cards)

The neural network package installation procedures for various operating systems are provided below:

  1. Stop and close all applications and services Eocortex.

  2. Run the installation package EocortexLPR Installer.

  1. During the installation, select the required set of tools for execution.

../../_images/install1.png

Different packages are used for installing neural networks that operate on CPU and GPU.

Internet access installation

For Ubuntu, Debian and Astra Linux:

  • On the CPU

    sudo apt install eocortex-lpr-cpu
    
  • On the CUDA supported video card

    sudo apt install eocortex-lpr-gpu
    

For CentOS:

  • On the CPU

    sudo yum install eocortex-lpr-cpu
    
  • On the CUDA supported video card

sudo yum install eocortex-lpr-gpu

Installation without Internet access

For Ubuntu, Debian and Astra Linux:

Download the package for the corresponding installation option from the repository:

Install the package:

  • On the CPU

    sudo dpkg -i eocortex-lpr-cpu_4.*.deb
    
  • On the CUDA supported video card

    sudo dpkg -i eocortex-lpr-gpu_4.*.deb
    

For CentOS:

Download the package for the corresponding installation option from the repository:

http://packages.eocortex.com/rpm/

Install the package:

  • On the CPU

    sudo yum install eocortex-lpr-cpu-4.*.rpm
    
  • On the CUDA supported video card

    sudo yum install eocortex-lpr-gpu-4.*.rpm