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
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