This project analyzes Twitter data related to ChatGPT, exploring community interest, sentiment, and topics of discussion.
This analysis was conducted as part of MIS373 - Advanced AI For Business course. It uses Python and Jupyter Notebook to process and analyze a dataset of approximately 50,000 tweets containing the hashtag #chatgpt.
-
Data Exploration
- Analysis of popular hashtags
- Identification of most active users
- Examination of most retweeted content
-
Sentiment Analysis
- Sentiment comparison for OpenAI, Google, and Microsoft
-
Topic Modeling
- Discovery and interpretation of common topics in ChatGPT discussions
- Python
- Jupyter Notebook
- Libraries: pandas, nltk, sklearn, etc.
- Clone this repository
- Install required dependencies (list them or include a requirements.txt file)
- Open the Jupyter Notebook file
- Run the cells to reproduce the analysis
The key findings have been summarized directly in the code file
Andrew Nguyen
- Dataset provided by Gaurav Topre on Kaggle
- Project developed for MIS373 at Deakin University