-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.windows.cuda.txt
More file actions
24 lines (17 loc) · 1.18 KB
/
requirements.windows.cuda.txt
File metadata and controls
24 lines (17 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#! Python3.7
numpy<2.0 # Installing NumPy, a package for scientific computing
# PaddlePaddle from PyPi is for CUDA 10.2 only. Need to use paddlepaddle.org for other CUDA versions
paddlepaddle-gpu # Installing PaddlePaddle, the Deep Learning platform
#paddleocr==2.6.1.3 # Installing PaddleOCR, the OCR toolkit based on PaddlePaddle
paddleocr==2.7.0.3 # Installing PaddleOCR, the OCR toolkit based on PaddlePaddle
imutils # Installing imutils, the image utilities library
opencv-python # Installing OpenCV, the Computer Vision library for Python
# NOTE: for older NVIDIA cards we're seeing issues with OCR. Either the OCR fails entirely
# or it returns garbled text. There is a discussion:
# A working combo is paddlepaddle-gpu==2.3.2 cuda==10.1 cudnn==7.6.5 paddleocr==2.6.
# Links:
# - Discussion of issue: https://github.com/PaddlePaddle/PaddleOCR/issues/10775
# - NVIDIA CUDA download archive: https://developer.nvidia.com/cuda-toolkit-archive
# - PaddlePaddle setup matrix: https://www.paddlepaddle.org.cn/en
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# end of file