Create requirements.txt
Browse files- requirements.txt +58 -0
requirements.txt
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
datasets==2.11.0
|
| 2 |
+
evaluate==0.4.0
|
| 3 |
+
fastai==2.7.12
|
| 4 |
+
fastapi==0.95.0
|
| 5 |
+
fastcore==1.5.29
|
| 6 |
+
fastdownload==0.0.7
|
| 7 |
+
fastjsonschema==2.16.3
|
| 8 |
+
fastprogress==1.0.3
|
| 9 |
+
fastrlock==0.8.1
|
| 10 |
+
gradio==3.24.1
|
| 11 |
+
gradio_client==0.0.8
|
| 12 |
+
imageio-ffmpeg==0.4.8
|
| 13 |
+
imagesize==1.4.1
|
| 14 |
+
imbalanced-learn==0.10.1
|
| 15 |
+
imgaug==0.4.0
|
| 16 |
+
importlib-metadata==6.1.0
|
| 17 |
+
importlib-resources==5.12.0
|
| 18 |
+
imutils==0.5.4
|
| 19 |
+
matplotlib==3.7.1
|
| 20 |
+
matplotlib-inline==0.1.6
|
| 21 |
+
matplotlib-venn==0.11.9
|
| 22 |
+
mkl==2019.0
|
| 23 |
+
ml-dtypes==0.0.4
|
| 24 |
+
mlxtend==0.14.0
|
| 25 |
+
multidict==6.0.4
|
| 26 |
+
multimethod==1.9.1
|
| 27 |
+
multipledispatch==0.6.0
|
| 28 |
+
multiprocess==0.70.14
|
| 29 |
+
multitasking==0.0.11
|
| 30 |
+
nltk==3.8.1
|
| 31 |
+
numpy==1.22.4
|
| 32 |
+
pandas==1.4.4
|
| 33 |
+
pandas-datareader==0.10.0
|
| 34 |
+
pandas-gbq==0.17.9
|
| 35 |
+
pandas-profiling==3.2.0
|
| 36 |
+
pip-tools==6.6.2
|
| 37 |
+
plotly==5.13.1
|
| 38 |
+
plotnine==0.10.1
|
| 39 |
+
scikit-image==0.19.3
|
| 40 |
+
scikit-learn==1.2.2
|
| 41 |
+
scipy==1.10.1
|
| 42 |
+
seaborn==0.12.2
|
| 43 |
+
sklearn-pandas==2.2.0
|
| 44 |
+
spacy==3.5.1
|
| 45 |
+
tensorflow==2.12.0
|
| 46 |
+
tensorflow-datasets==4.8.3
|
| 47 |
+
tensorflow-estimator==2.12.0
|
| 48 |
+
tensorflow-gcs-config==2.12.0
|
| 49 |
+
tensorflow-hub==0.13.0
|
| 50 |
+
tensorflow-io-gcs-filesystem==0.32.0
|
| 51 |
+
tensorflow-metadata==1.13.0
|
| 52 |
+
tensorflow-probability==0.19.0
|
| 53 |
+
tokenizers==0.13.3
|
| 54 |
+
torchsummary==1.5.1
|
| 55 |
+
torchtext==0.15.1
|
| 56 |
+
tqdm==4.65.0
|
| 57 |
+
transformers==4.27.4
|
| 58 |
+
rouge-score==0.1.2
|