Text-Summarizer Application

Text Summarizer Site

Author: Andre-Williams

Description

Never spend over ten minutes reading an article, essay, dissertation, or book again. This application takes long pieces of texts or paragraphs and uses natural language processing to summarize the text into a coherent and concise read that's straight to the point.

Technologies

  • Python
  • Flask
  • Flask WTForms
  • Postgres
  • Machine Learning (Spacy)
  • Bootstrap
  • HTML 5
  • Javascript
  • CSS
  • Heroku

Live Preview

View Live Preview

Installation

  • $ virtualenv env
  • $ source env/bin/activate
  • $ pip install flask
  • $ pip install sumy gensim spacy
  • $ python -m spacy download en_core_web_sm
  • $ pip install bs4

To run this application: flask run