vividsd commited on
Commit
4d6f73c
·
1 Parent(s): c7ebf67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -6
requirements.txt CHANGED
@@ -1,10 +1,17 @@
1
- pdfreader
2
  PyPDF2
3
- transformers
 
 
 
 
 
 
 
 
 
 
4
  torch
5
  gradio
6
  IPython
7
- git+https://github.com/suno-ai/bark.git
8
- bark>=X.Y.Z
9
- scipy>=1.0.0
10
- IPython>=7.0.0
 
1
+
2
  PyPDF2
3
+ pdfminer.six
4
+ pdfreader
5
+ pdfplumber
6
+ Pillow
7
+ pytesseract
8
+ poppler-utils
9
+ tesseract-ocr
10
+ libtesseract-dev
11
+ git+https://github.com/huggingface/transformers.git
12
+ datasets
13
+ sentencepiece
14
  torch
15
  gradio
16
  IPython
17
+ IPython>=7.0.0