cm0805 commited on
Commit
f27ceb4
1 Parent(s): bc05bba

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -0
requirements.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.22.0
2
+ requests==2.30.0
3
+ PyPDF2==3.0.1
4
+ pypdf==3.8.1
5
+ python-docx==0.8.11
6
+ python-pptx==0.6.21
7
+ spacy==3.5.2
8
+ en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
9
+ sentence-transformers==2.2.2
10
+ pandas==2.0.1
11
+ numpy==1.23.5
12
+ torch==2.0.0
13
+ nltk==3.8.1
14
+ docx2txt==0.8
15
+ matplotlib==3.7.1
16
+ langchain==0.0.168
17
+ transformers==4.28.1
18
+ faiss-cpu==1.7.4
19
+ unstructured==0.6.6
20
+ plotly==5.14.1