You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Research is on Sentiment Analysis of ChatGPT. How people are adapting chatgpt, how people are thinking about chatgpt, I make a reserach on this.
I collect all the tweets from January-23 to March-23 with chatgpt hashtag and clean the data with python (data_processing.py).
Then i applied sentiment anaylis on the dataset and give label good, bad and neutral for all the tweets.(sentiment_analysis.py)
Then i do a summery analysis and chart analysis with python. (sentiment_analysis_result_summer.py)
Then i applied Machine learning algorim to the dataset and predict the label and save the accuracy. (SVM.py)
About
This research is about chatgpt. I scraped tweets of 3 months from twitter and make a dataset to perform sentiment analysis. In the dataset i have more then 5 laks raw data. Here, i used Python to implement a Machine Learning algorithm to get the accuracy about my work. This is my University thesis research.