An open API service indexing awesome lists of open source software.

https://github.com/aksweb/twitter-sentiment-analyser


https://github.com/aksweb/twitter-sentiment-analyser

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# twitter-sentiment-analyser

This is a repository for Twitter Sentiment Analysis. The goal of this project is to classify tweets as positive, negative, or neutral using various Machine Learning models. The repository contains code for data preprocessing, feature engineering, and model training.

Process invloved :


Data loading


Data preprocessing


Model selection


Model Training


Model evaluation


Exporting the model


Testing on validation data

Python library used:


Pandas, Joblib, Naive Bayes, Sklearn, Countervectorizer

Model uesd:


LinearSVC()


MultinomialNB()

Steps to run the file in google colab:


1.First download the dataset given in data_set folder.


2.Now upload these file to sample_data folder of google colab.


3.Now run google colab file.