deeppavlov / dp-dream-demos

Most basic AI Assistant demo derived from the DeepPavlov Dream AI Assistant.

Home Page:https://www.deeppavlov.ai/dream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Most basic AI Assistant demo derived from the DeepPavlov Dream AI Assistant.

https://www.deeppavlov.ai/dream


Languages

Language:Python 97.9%Language:Dockerfile 2.1%