Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Summarize provides a web interface to TextTeaser for summarizing documents.

Prerequisites

Summarize requires Flask. You also need to install the libraries required by TextTeaser.

Use

To start the summarize server, set the FLASK_APP environment variable and start Flask. The command below tells Flask to reload the application whenever you make changes to the code and to accept requests from any hosts.

> export FLASK_APP=summarize.py
> flask run --reload --host 0.0.0.0

To run the client, open a browser at http://localhost:5000/summarize.

License

This code is released under an MIT License.

About

Web interface to text teaser for summarizing documents

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.