Skip to content

DanielAndreasen/clickbait-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clickbait-detector

Small CLI to detect clickbait

Installation

Download/clone the folder. If you want to train the data yourself, run pip install -r requirements.txt first.

Usage

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.

Data

The data is from this repository.

About

Small CLI to detect clickbait using machine learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages