Skip to content

inderpartap/fact.err

Repository files navigation

fact.err

Requirements Status
Build Status
Repo Size

Detecting fake news using Neural Networks

▶️ You can try it out here at https://facterr.herokuapp.com/


Table of contents


Installing it locally

$ virtualenv env              # Create virtual environment
$ source env/bin/activate     # Change default python to virtual one
(env)$ git clone https://github.com/inderpartap/fact.err.git
(env)$ cd fact.err
(env)$ git submodule update --init --recursive
(env)$ pip install -r requirements.txt

Running it

$ python app.py

Contributers


Roadmap

⬆️ Back to top

  • Creating data warehouse
  • Cleaning the data
  • Training the data using Neural Networks
  • Deploying to heroku
  • Creating a REST API
  • Improving the UI
  • Writing tests
  • Simple API authentication