Emotions dataset for NLP classification tasks
This Model is uded to predict the emotion based on text (sentiment analysis). All the links for datasets and the python notebooks used for model creation are mentioned below in this readme. In Training Data I have combined train.txt and val.txt. I have also provide the dataset in this repository and link given below.
Accuracy= 95.5%
precision recall f1-score support
0 0.97 0.94 0.96 1080
1 0.94 0.97 0.95 920
Keras
NLTK
Pandas
Scikit-Learn
Numpy
python 3.9
Just run jupyter notebook
in terminal and it will run in your browser.
Install Jupyter here i've you haven't.
==> You can find all the models https://github.com/rahkum96/Sentiment-Analysis-using-Natural-Language-Processing/blob/main/Sentiments%20Analysis_Emotions%20dataset%20for%20NLP.ipynb
- Clone or download the repo.
- Open command prompt in the downloaded folder.