https://github.com/shaoanlu/textsummarizer
https://github.com/shaoanlu/textsummarizer
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shaoanlu/textsummarizer
- Owner: shaoanlu
- Created: 2017-03-12T18:40:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T05:11:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T02:45:56.951Z (9 months ago)
- Language: Python
- Size: 28 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextSummarizer
A web applicaiton for text summarization.
## Snapshots
**1. Get article summarized on TextSummarizer web page**

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

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

**4. Search for articles**
Use word embedidng techniques, e.g. Word2vec and fastText, to improve search result.

**5. Highlight keywords**

## Requriemetns
* Gensim
* Flask
* SQLALcehmy
* newspaper