Simple Tensorflow implementation of text summarization and abstractive text summarization using nltk library.
Encoder-Decoder model with attention mechanism.
- Python 3
- Tensorflow (>=1.8.0)
- pip install -r requirements.txt
To test with pre-trained model, download pre_trained.zip, and locate it in the project root directory. Then,
$ unzip pre_trained.zip
$ python test.py