diff --git a/Reddit Comments Analysis during CWC Final 2023/requirements.txt b/Reddit Comments Analysis during CWC Final 2023/requirements.txt new file mode 100644 index 000000000..2d331c468 --- /dev/null +++ b/Reddit Comments Analysis during CWC Final 2023/requirements.txt @@ -0,0 +1,14 @@ +spacy==3.7.2 +asent==0.8.3 +vaderSentiment==3.3.2 +textblob==0.17.1 +transformers==4.35.2 +pandas==2.0.3 +numpy==1.24.3 +matplotlib==3.7.4 +seaborn==0.12.2 +plotly==5.16.1 +plotly-express==0.4.1 +wordcloud==1.9.2 + +