KavyaBansal commited on
Commit
0ad77c8
·
verified ·
1 Parent(s): c51354c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ pandas>=1.5.0
3
+ numpy>=1.21.0
4
+ sentence-transformers>=2.2.0
5
+ scikit-learn>=1.1.0
6
+ spacy>=3.4.0
7
+ PyPDF2>=3.0.0
8
+ python-docx>=0.8.11
9
+ pathlib2>=2.3.7
10
+ collections-extended>=2.0.2
11
+ transformers>=4.21.0
12
+ torch>=1.12.0
13
+ huggingface-hub>=0.10.0