
Scrapes tweets and and performs Emotional analysis on them.
The Emotional-Analysis-on-Twitter-data is a tool that scrapes tweets from Twitter and performs emotional analysis on them. It consists of multiple components, including a Flask application, a dashboard made with Plotly-Dash API, and Python files for handling Twitter operations and predicting emotions. The tool also includes a Python notebook file that demonstrates every operation in the code, including exploratory data analysis (EDA) on the dataset.
emotionalanalysis.py for predicting emotions and twitterscrape.py for handling Twitter-related operations.Notebook.ipynb) demonstrates all the operations in the code and includes EDA on the dataset.Emotional-Analysis-on-Twitter-data is a tool that scrapes tweets from Twitter, performs emotional analysis on them, and provides a visual representation of the results through a Flask application and a Plotly-Dash dashboard. It includes Python files for predicting emotions, handling Twitter operations, and a notebook file for demonstrating all the operations in the code, including exploratory data analysis on the dataset. The installation process involves cloning the repository, installing the required dependencies for both the Flask application and the dashboard, and making any necessary modifications in the source code files.
