Installation
Deepparse is available for Python 3,8 to Python 3.11.
Note
We do not recommend installation as a root user on your system Python. Please setup a virtual environment, e.g., via Anaconda or Miniconda, or create a Docker image.
Quick Start
PyTorch
Your OS
Package
CUDA
Run:
PyTorch 2.0.*
PyTorch 1.13.*
Linux
Mac
Windows
Pip
Conda
11.6
11.7
11.8
CPU
pip install deepparse # Optional dependencies: pip install colorama torch -f https://data.pyg.org/whl/torch-2.0.0+cpu.html
Installation
Before installing deepparse, you must have the latest version of PyTorch in your environment.
Install the stable version of Deepparse:
pip install deepparse
Install the stable version of Deepparse with the app extra dependencies:
pip install "deepparse[app]"
Install the stable version of Deepparse with all extra dependencies:
pip install "deepparse[all]"
Install the latest development version of Deepparse:
pip install -U git+https://github.com/GRAAL-Research/deepparse.git@dev