Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Files

Latest commit

 

History

History

pipeline

WNTRAC Pipeline

To run the natural language processing (NLP) pipeline, execute the Jupyter notebook located here by following the steps below.

  1. Check out the repository
   $ git clone https://github.com/IBM/wntrac.git ; cd wntrac/code/pipeline
  1. Create a virtual environment with Conda
    $ conda env create -f environment.yml
  1. Activate the new environment
    $ conda activate wntrac
  1. Run the Jupyter notebook
    $ jupyter notebook WNTRAC-models-demo.ipynb
  1. Run the entire notebook.