Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git@6e0515e99c39444caae39472ee1b2fd76ece32f1
|
2 |
+
streamlit
|
3 |
+
spacy
|
4 |
+
pandas
|
5 |
+
torch
|
6 |
+
plotly
|
7 |
+
matplotlib
|
8 |
+
seaborn
|