Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests
|
2 |
+
bs4
|
3 |
+
pandas
|
4 |
+
transformers
|
5 |
+
scipy
|
6 |
+
scikit-learn
|
7 |
+
rouge-score
|
8 |
+
rouge
|
9 |
+
streamlit
|
10 |
+
IPython
|
11 |
+
SentencePiece
|
12 |
+
ipywidgets
|
13 |
+
jupyter
|
14 |
+
ydata-profiling
|
15 |
+
streamlit-pandas-profiling
|