Small CLI to detect clickbait
Download/clone the folder. If you want to train the data yourself, run pip install -r requirements.txt
first.
Simple run
python clickbait.py -h # See available commands
python clickbait.py Some title of an article goes here
python clickbait.py Some title of an article goes here -t # To retrain the model
Press q
to exit. It will keep asking for new article titles otherwise.
The data is from this repository.