Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 730 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 730 Bytes

This Is The First AI Assistant Demo Derived From DeepPavlov Dream AI Assistant

It consists of two dummy skills and one actual skill from DeepPavlov Dream AI Assistant alongside with built-in rule based skill selector. Runs with docker-compose

Files content

  • pipeline_conf.json - example of pipeline configuration file
  • db_conf.json - db configuration, which works with docker-compose provided

Requirements

Running the demo

docker-compose up --build

Api will run on localhost:4242/

All dialogs will be saved in dp-agent database, running in mongo container.