UmaKumpatla commited on
Commit
90631e8
·
verified ·
1 Parent(s): 3b69e79

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit
2
+ langchain
3
+ langchain-community
4
+ langchain-huggingface
5
+ huggingface_hub
6
+ unstructured[pdf]
7
+ pypdf
8
+ pdfminer.six
9
+ openai
10
+ tiktoken
11
+ python-dotenv
12
+ pillow