Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 990 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 990 Bytes

crow-example

An example of NMTF using CROW framework and interpretation of results.

Setup instructions

Before you run this example, you need to install CROW framework and start the container.

    git clone https://github.com/acopar/crow-example
    cd crow-example
    pip install -r requirements.txt 

Use case

Before you run this example, you need to install CROW framework and start the container. You can quickly set up the framework with the following commands (for details, please refer to the CROW documentation.

   git clone https://github.com/acopar/crow
   cd crow
   make install
   crow-start -d

When the framework is running, you can run the experiment:

    python main.py

If you had previously installed framework to a different location, you can pass it as a variable:

   CROW_HOME='/path/to/crow' python main.py