Training a keras model to recognize sentiment in order to classify an incoming tweet as positive or the other.
Download training data of (1.6 million tweets) from kazanova/sentiment140.
Download word embeddings from danielwillgeorge/glove6b100dtxt
- Python 3 or higher.
py -m pip install numpy
py -m pip install tensorflow
py training.py