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.
- Create a fork from the iSee Repo
- Clone the forked repo
- Configure a python virtual environment with dependancies installed from requirements.txt
- Run
uvicorn main:app
- open http://localhost:8000/ on browser to test