pip install choto
git clone https://github.com/ayushsubedi/choto
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
python choto.py --url=https://abc.xyz --ratio=0.5 --algorithm=bert
Usage: choto.py [OPTIONS]
Options:
--url TEXT Enter a valid URL
--ratio FLOAT Ratio to summarize to.
--algorithm [gensim|spacy|bert] Algorithm to use
--help Show this message and exit.