laureBe commited on
Commit
5b66e1e
·
verified ·
1 Parent(s): f0902e4

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,18 +1,21 @@
1
- fastapi==0.99.1
2
- uvicorn
3
- requests
 
 
 
 
 
 
 
4
  huggingface_hub
5
- codecarbon
6
  scipy==1.11.4
7
- datasets
8
- scikit-learn
9
  nltk
10
  numpy
11
  pandas
12
  transformers
13
  keras-preprocessing
14
  seaborn
15
- tensorflow
16
- torch
17
 
18
 
 
1
+ fastapi>=0.68.0
2
+ uvicorn>=0.15.0
3
+ codecarbon>=2.3.1
4
+ datasets>=2.14.0
5
+ scikit-learn>=1.0.2
6
+ pydantic>=1.10.0
7
+ python-dotenv>=1.0.0
8
+ gradio>=4.0.0
9
+ requests>=2.31.0
10
+ librosa==0.10.2.post1
11
  huggingface_hub
 
12
  scipy==1.11.4
 
 
13
  nltk
14
  numpy
15
  pandas
16
  transformers
17
  keras-preprocessing
18
  seaborn
19
+
 
20
 
21