Standalone Program

The Intelex Module can be used as a standalone program (Single Service).

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/ddu72/PI
    
  2. Change to the project directory:

    cd PI
    
  3. Download the pre-trained models:

    sh download_models.sh
    

    !Note: This will download the pre-trained models to the model directory. This may take a while depending on your internet connection. (Aprox. 7GB)

  4. Install the requirements:

    pip install -r environments/server_requirements.txt
    

The standalone program is now ready to be used. See How to Use for more information.