Standalone Program
The Intelex Module can be used as a standalone program (Single Service).
Prerequisites
Installation
-
Clone the repository:
git clone https://github.com/ddu72/PI
-
Change to the project directory:
cd PI
-
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) -
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.