Skip to content

Parent repository with Wizard of Oz setup of the SPOT experiment

Notifications You must be signed in to change notification settings

leolani/spot-woz-parent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Parent repository with Wizard of Oz setup of the SPOT experiment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 50.4%
  • Makefile 49.6%