changxin commited on
Commit
e3b9d54
1 Parent(s): 5dbdfa1

Create new file

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ math
3
+ re
4
+ os
5
+ PyPDF2
6
+ pandas
7
+ pdfplumber
8
+ docx2pdf
9
+ fitz
10
+ base64
11
+ requests
12
+ typing
13
+ huggingface_hub == 0.2.1