514 B
514 B
Quick installation
1. PaddlePaddle and PaddleOCR
Please refer to PaddleOCR installation documentation
2. Install other dependencies
2.1 VQA
- paddleocr
pip3 install paddleocr
- PaddleNLP
git clone https://github.com/PaddlePaddle/PaddleNLP -b develop
cd PaddleNLP
pip3 install -e .