Installation¶
We support Linux and Windows platforms, Python 3.6 and Python 3.7.
Note
Python 3.5is not supported!installation for
WindowsrequiresGitfor Windows (for example, git ),Visual Studio 2015/2017withC++build tools installed!
Create a virtual environment:
python -m venv env
Activate the environment:
Linux
source ./env/bin/activateWindows
.\env\Scripts\activate.bat
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.