TuringsSolutions commited on
Commit
b62ae33
·
verified ·
1 Parent(s): 4ea97dc

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.37.2
2
+ python-docx>=1.1.0
3
+ sentence-transformers>=2.2.2
4
+ scikit-learn>=1.2.2
5
+ numpy>=1.24.0
6
+ pandas>=2.0.0
7
+ matplotlib>=3.7.0
8
+ torch>=2.2.0
9
+ transformers>=4.41.0