Skip to main content

A CLI tool that summarizes news and articles.

Project description

Term Article Summary

Installation

pip install choto

asciicast

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page