HaryaniAnjali commited on
Commit
3f73c0a
·
verified ·
1 Parent(s): 271c0c7

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.50.2
2
+ pandas>=1.5.3
3
+ numpy>=1.24.3
4
+ matplotlib>=3.7.1
5
+ seaborn>=0.12.2
6
+ plotly>=5.15.0
7
+ scikit-learn>=1.2.2
8
+ openpyxl>=3.1.2
9
+ transformers>=4.30.0
10
+ torch>=2.0.0
11
+ openai>=0.28.1
12
+ requests>=2.28.2