tanayv / clickbait-repel

A flask application using convolution neural networks to classify/flag clickbaits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clickbait Repel

A Flask application (so far) to classify and flag "clickbait" headlines.

Clickbait

Article headlines, links and other media on the internet that present little to no legitimate information and instead rely on sensationalism to rake in ad revenue.

Missing Files:

  • (Folder) runs
  • (Folder) env

Downloading runs

(Todo): Upload runs (large file) and add to repo

Installing env

$ sudo easy_install pip
$ sudo pip install virtualenv
$ virtualenv --no-site-packages env
$ source env/bin/activate

About

A flask application using convolution neural networks to classify/flag clickbaits


Languages

Language:Python 91.5%Language:Makefile 8.5%