/emotion-nlp

Primary LanguageJupyter Notebook

Emotion NLP

Emotions dataset for NLP

python -m venv .venv
source .venv/bin/activate
pip install jupyterlab jupyter notebook
pip install numpy pandas seaborn nltk matplotlib scikit-learn tensorflow wordcloud
import nltk
nltk.download('stopwords')