Omarrran commited on
Commit
69ecf30
·
verified ·
1 Parent(s): 9406eac

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core libraries
2
+ gradio
3
+ google-generativeai
4
+ pdfminer.six==20200517
5
+ unstructured[pdf]>=0.7.0
6
+ PyPDF2
7
+ tika
8
+
9
+ # Optional: if you use environment variable loading
10
+ python-dotenv