Skip to content

alzaar/text_summarization_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Summarization App

Playing around with TF-IDF summarization technique

To run locally, create a virtual environment of your choice (I have used virtualenv).

npm i -g live-server

pip install virtualenv

python -m virtualenv venv

activate ./venv/bin/activate or venv/Script/activate

pip install -r requirements_dev

flask --app server.py --debug run

# On a new terminal within the repository folder
live-server # to serve the static files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published