Project description: This is a Twitter Sentiment Analysis ML project using Naive Bayes Algorithm. Live tweets are collected from Twitter using Twitter4j API. To create the dataset tweets gets classified by IBM's Alchemy API. Then dataset is used to train and create model. Website on locahost machine in django framework is created to give demo . Accuracy comes out to 78%.
Technology 1.Java 2.django 3.HTML,CSS 4.python
API's 1.IBM's Alchemy API 2.Twitter4j API
Algorithm 1.Naive Bayes Algorithm