11.1 Application Installation

This topic provides the information to install the Gen AI application.

Gen AI document analyzer (cmc-ml-genai-doc-analyzer) is a python-based application. The application is shipped as a byte-coded whl file. This wheel file installs all the implementation files without the dependencies. All the required dependencies are to be installed separately. It is recommended to install the whl file and the dependencies in a new virtual environment using pip so that it doesn't affect any other operations or applications running in the system.

Follow the steps below to install the app and the dependencies:

  1. Use the below command to install the application wheel package provided, e.g.

    cmc_ml_genai_doc_analyzer-{version}-py3-none-any.whl

    pip install <wheel_package_name>.whl

  2. Install all the dependencies listed in the Dependency Installation.