Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 457 Bytes

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