/buzzfeed-nlp-classifier

Classifying Buzzfeed titles as clickbait or not clickbait

Primary LanguageJupyter Notebook

Buzzfeed NLP Classifier

The project in this repository is used to classify brazilian buzzfeed headline as Clickbait or not.

Technologies

Python
Docker
HTML
CSS

Run webapp with Docker

In the webapp folder run in cmd:

docker build . -t buzzfeed

After the image is built, run:

docker run -d --network="host" buzzfeed

To access the webapp, go to

localhost:5000