Skip to content

Uniqcoda/summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages