Skip to content

isee4xai/iSeeDialogManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iSee Dialogue Manager

DOI

iSee Dialogue Manager is the back-end that implements the interactive test environment of the iSee platform. It is a Behaviour Tree engine that runs a dialogue model. The interactions are modelled as a Behaviour Tree.

Dialogue Model v1

DialogueBT

Prepare Local Environment

  1. Create a fork from the iSee Repo
  2. Clone the forked repo
  3. Configure a python virtual environment with dependancies installed from requirements.txt
  4. Run
uvicorn main:app
  1. open http://localhost:8000/ on browser to test