Installation

We support Linux platform, Python 3.6, 3.7, 3.8 and 3.9.

Note

  • Python 3.5 is not supported!

  1. Create a virtual environment:

    python -m venv env
    
  2. Activate the environment:

    • Linux

      source ./env/bin/activate
      
  3. Install the package inside this virtual environment:

    pip install deeppavlov
    

Docker Images

We have built several DeepPavlov based Docker images, which include:

  • DeepPavlov based Jupyter notebook Docker image;

  • Docker images which serve some of our models and allow to access them via REST API (riseapi mode).

Here is our DockerHub repository with images and deployment instructions.