Sanket17 commited on
Commit
3aaf193
·
verified ·
1 Parent(s): 8823f65

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -3
requirements.txt CHANGED
@@ -1,11 +1,18 @@
1
  fastapi[all]
2
  uvicorn
 
 
3
  torch==2.1.2+cu121
4
  torchvision==0.16.2+cu121
5
- --extra-index-url https://download.pytorch.org/whl/cu121
6
  numpy
7
  opencv-python-headless
8
  transformers
9
  python-multipart
10
- utils
11
- matplotlib
 
 
 
 
 
 
1
  fastapi[all]
2
  uvicorn
3
+ # PyTorch dependencies
4
+ --extra-index-url https://download.pytorch.org/whl/cu121
5
  torch==2.1.2+cu121
6
  torchvision==0.16.2+cu121
7
+
8
  numpy
9
  opencv-python-headless
10
  transformers
11
  python-multipart
12
+ matplotlib
13
+ easyocr
14
+ paddleocr
15
+ pip
16
+ setuptools
17
+ wheel
18
+ paddlepaddle==2.5.1