Prior to running the codes to start the tool, it is necessary to install the required packages:
1.
pip install streamlit pandas spacy textblob plotly numpy torch scikit-learn nltk transformers
2.
python -m spacy download en_core_web_sm
Once the libraries has been installed, the tool can be started by using the following line of code in the command line:
pip install streamlit and streamlit run analytics_tool.py