Detecting fake news using Neural Networks
$ 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
$ python app.py
- Inderpartap Cheema (inderpartap) : App Creation, Visualizations and DataBase Management
- Najeeb Qazi (najq) : Model Creation with Deep Learning models and Distributed Processing, Visualizations
- Ishaan Sahay (VWJF): AWS Management, ETL and Data Collection
- Sachin (sachwithgithub): AWS Management, EMR Cluster Configuration and Data Collection
- 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