Installation¶
We support Linux platform, Python 3.6, 3.7, 3.8, 3.9 and 3.10.
Note
Python 3.5is not supported!
Create a virtual environment:
python -m venv env
Activate the environment:
Linux
source ./env/bin/activate
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 (
riseapimode).
Here is our DockerHub repository with images and deployment instructions.