Created a model to predict the tweets sentiment to analyze peoples reaction on some topic and it helps to detect bad or abusive sentenses. The model's accuracy is 94%. I have used Multinomial NB for training the model and have used sklean TfidfVectorizer and nltk for data preprocessing.
Python
numpy, pandas, scikit-learn,
- Fork the project and clone it.
- create a different branch.
- Install the required libraries.
- change the code.
- Make sure to follow the PEP-8 style guide.
- Push the code and make a Pull requests with a brief introduction of the changes made.
Made with ❤️ by Nilavya Das