Skip to content

michaelweiss/summarize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors