dnzblgn commited on
Commit
c747312
·
verified ·
1 Parent(s): 2f44a2f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ torch
3
+ transformers
4
+ langchain
5
+ langchain-community
6
+ langchain-huggingface
7
+ sentence-transformers
8
+ faiss-cpu
9
+ python-docx
10
+ docx2txt
11
+ numpy
12
+ pandas
13
+ scikit-learn
14
+ matplotlib