dream

(★ 184)

DeepPavlov Dream is a free, open-source Multiskill AI Assistant Platform built using DeepPavlov Conversational AI Stack. It is built on top of DeepPavlov Agent running as container in Docker. It runs on x86_64 machines, and prefers having NVIDIA GPUs on the machine.

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .dockerignore
  • .env
  • .env_ru
  • .flake8
  • .gitignore
  • .travis.yml
  • agent_settings.py
  • components.tsv
  • CONTRIBUTING.md
  • db_conf.json
  • dev_requirements.txt
  • docker-compose.yml
  • dockerfile_agent
  • DREAM.png
  • Jenkinsfile
  • LICENSE
  • Link_friendship_analysis.ipynb
  • log_config.yml
  • MODELS.md
  • multilingualDream.png
  • public_distributions.txt
  • README.md
  • README_multilingual.md
  • README_ru.md
  • RussianDream.png

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

docker

View Details ▼

Manage Docker containers and images.
Some subcommands such as `container` and `image` have their own usage documentation.

docker {{[ps|container ls]}} {{[-a|--all]}}

List all Docker containers (running and stopped):

docker {{[run|container run]}} --name {{container_name}} {{image}}

Start a container from an image, with a custom name:

docker container {{start|stop}} {{container_name}}

Start or stop an existing container:

🔍

git clone

View Details ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

// repository documentation