Skip to content

Demonstration of NMTF and interpretation of results.

License

Notifications You must be signed in to change notification settings

acopar/crow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demonstration of NMTF and interpretation of results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages