Fake News Detector using BERT Model for Sequence classification to label a snippet of text as Trusted or Untrusted news.
Bhar do
Clone the repository and checkout to stable commit
git clone https://github.com/cannibalcheeseburger/fakenews.git
cd fakenews
pipenv install
After installing requirements
python manage.py runserver
This would start the server at http://127.0.0.1:8000.