Text-Summarization-using-TextRank-BART
Simple GUI where you can enter an article and get a crisp summarized version.
How to run:
- Clone the repo
- Install python requirements using $ pip install -r requirements.txt
- Download the pre-trained Wikipedia 2014 + Gigaword 5 GloVe vectors from https://nlp.stanford.edu/projects/glove/
- Run gui.py for the interface, or make necessary changes in combinedsummary.py to run using an IDE (VS Code is recommended)