/spot-woz-parent

Parent repository with Wizard of Oz setup of the SPOT experiment

Primary LanguageDockerfile

spotter-parent

Parent repository for the Spotter App.

This repository contains all components of the Spotter app as git submodules and can be used as the root to execute build commands that are run on the components.

For a description of the Spotter App see to the README there.

Check-out

To check out all code needed for the Eliza App, clone this repository including all submodules:

    git clone --recurse-submodules -j8 https://github.com/leolani/spot-woz-parent.git

Run the application

Checkout the repository as described in Check-out. Then go to the repository root, build the project, activate the virtual environment for the Python application and run it. Altogether:

    git clone --recurse-submodules -j8 https://github.com/leolani/eliza-parent.git
    cd eliza-parent
    make build
    cd cltl-eliza-app
    source venv/bin/active
    cd py-app
    python app.py

Development

Follow the instructions in cltl-combot.