indhupamula commited on
Commit
8c1299d
·
verified ·
1 Parent(s): ac41cbe

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.39.0
2
+ numpy==1.25.2
3
+ pandas==2.1.0
4
+ PyPDF2==2.12.1
5
+ python-docx==0.8.11
6
+ sentence-transformers==2.2.2
7
+ huggingface-hub==0.16.4
8
+ torch==2.1.0
9
+ scikit-learn==1.3.0
10
+ spacy==3.7.0
11
+ fpdf==1.7.2
12
+ typer<0.10.0,>=0.3.0