Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deeppavlov/dp-dream-demos
Most basic AI Assistant demo derived from the DeepPavlov Dream AI Assistant.
https://github.com/deeppavlov/dp-dream-demos
deeppavlov-agent deeppavlov-dream demo dp-agent dp-dream
Last synced: about 2 months ago
JSON representation
Most basic AI Assistant demo derived from the DeepPavlov Dream AI Assistant.
- Host: GitHub
- URL: https://github.com/deeppavlov/dp-dream-demos
- Owner: deeppavlov
- Created: 2020-06-01T11:07:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:48:25.000Z (over 1 year ago)
- Last Synced: 2024-03-20T03:00:59.628Z (10 months ago)
- Topics: deeppavlov-agent, deeppavlov-dream, demo, dp-agent, dp-dream
- Language: Python
- Homepage: https://www.deeppavlov.ai/dream
- Size: 116 MB
- Stars: 13
- Watchers: 6
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* [Docker](https://www.docker.com/products/docker-desktop)
* [Docker-compose](https://docs.docker.com/compose/install/)## Running the demo
```bash
docker-compose up --build
```Api will run on *localhost:4242/*
All dialogs will be saved in **dp-agent** database, running in **mongo** container.