robertselvam commited on
Commit
59eb4e0
·
1 Parent(s): a1bba46

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ openai
2
+ tiktoken
3
+ langchain
4
+ gradio
5
+ unstructured[all-docs]
6
+ python-dotenv
7
+ faiss-cpu
8
+ PyPDF2
9
+ plotly
10
+ plotly-express
11
+ transformers
12
+ torch