A CLI tool that summarizes news and articles.
Project description
Term Article Summary
Installation
pip install choto
Installation (from source)
Clone the repository
git clone https://github.com/ayushsubedi/choto
CD into the cloned directory and create a virtualenv
python -m venv env
Enable virtualenv
.\env\Scripts\activate
Install dependency packages from requirements.txt
pip install -r requirements.txt
Run the app
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
choto-1.0.3.tar.gz
(2.7 kB
view details)
File details
Details for the file choto-1.0.3.tar.gz
.
File metadata
- Download URL: choto-1.0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 673c8464f0c243435cc3deb0d8b2c729e4486800968dab214538c9af44734879 |
|
MD5 | b6b614b77d1a0a05233e5a6eed6acbfa |
|
BLAKE2b-256 | c19dfe4b515b66dcd6c8f9982d27283c7a61e4c511fb0264db2e14fcf113eeba |