This project implements a simple tweet emotion recognition model using TensorFlow with an LSTM-based architecture. The model classifies emotions expressed in tweets from the Tweet Emotion Dataset.
To set up the environment and install the necessary libraries, run:
pip install tensorflow datasets matplotlib numpy
Results:
Training Accuracy: ~98%
Validation Accuracy: ~89%
Test Accuracy: ~88.33%