An open API service indexing awesome lists of open source software.

https://github.com/shaoanlu/textsummarizer


https://github.com/shaoanlu/textsummarizer

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# TextSummarizer

A web applicaiton for text summarization.

## Snapshots

**1. Get article summarized on TextSummarizer web page**

![](https://github.com/shaoanlu/TextSummarizer/blob/master/gifs/ezgif-2-b5f8e77c52.gif)


**2. Get article summarized through TextSummarizer Chrome extensoin**

![](https://github.com/shaoanlu/TextSummarizer/blob/master/gifs/ezgif-2-4db3ebdc87.gif)


**3. Add an article summary into database / Delete an article summary from database**

![](https://github.com/shaoanlu/TextSummarizer/blob/master/gifs/ezgif-2-88936b4271.gif)


**4. Search for articles**

Use word embedidng techniques, e.g. Word2vec and fastText, to improve search result.

![](https://github.com/shaoanlu/TextSummarizer/blob/master/gifs/ezgif-2-a686dbd498.gif)


**5. Highlight keywords**

![](https://github.com/shaoanlu/TextSummarizer/blob/master/gifs/ezgif-2-2def5e2164.gif)


## Requriemetns

* Gensim
* Flask
* SQLALcehmy
* newspaper