Skip to content

xmpuspus/text-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Summarizer Web Application

Author: Xavier M. Puspus

Description

I used a text summarizer based off of this paper. I built a web application that summarizes english text from plain text or url parsing. Link to the text summarizer can be found here.

Deployment Through Web Application

I used the most recently released API of Streamlit to deploy the ml model and locally serve the web app.

Running the App

In order to run the app, you must have gensim available on your machine, and install streamlit using:

foo@bar:~$ pip install streamlit

Afterwards, cd into the directory of app.py and run this on the terminal:

foo@bar:~$ streamlit run app.py

Display

The web app should look something like this:

Sample image of the text summarizer web application.

About

Summarize english text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors