Jakecole1 commited on
Commit
232df34
·
verified ·
1 Parent(s): a6fa82d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.29.0
2
+ openai==1.12.0
3
+ PyMuPDF==1.23.3
4
+ pdf2image==1.16.3
5
+ Pillow==9.5.0
6
+ rapidfuzz==3.5.2
7
+ opencv-python==4.8.1.78
8
+ numpy==1.24.3
9
+ streamlit-drawable-canvas==0.9.3