Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 427 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 427 Bytes

summarizer

A paraphrasing tool

Create virtual environment

python -m venv .venv

Activate virtual environment

source .venv/bin/activate

Upgrade pip

python3 -m pip install --upgrade pip

Install streamlit

pip install streamlit

Install NLTK

pip install nltk

if you haven't downloaded NLTK stopwords, run the prep.py file

python prep.py

Start app

streamlit run app.py