The project in this repository is used to classify brazilian buzzfeed headline as Clickbait or not.
Python
Docker
HTML
CSS
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