Skip to content

pujanm/SARKAR.AI

Repository files navigation

SARKAR.AI

We built this WebApp in CodeShastra 5.0 - Round 0.

Everyone has the excitement of knowing which party will be ruling India from 2019 onwards. So we came up with this web app wherein you can type a trending political topic for say Rafale Deal or Demonetization or any topic you are interested in, you get deep insights on other people's perspective on these topics from various news articles, blogs, and Twitter. By having a look over all the analysis we hope that you will be able to make a decision on choosing your party. We didn't predict which party will win as then our application will be considered biased and now our application says what people say. We also have provided you with a bot where you can feed it some context and then asked questions based on that.

Here is how the WebApp looks:

Dashboard where you can search the topic you want analysis on:

screenshot from 2019-02-11 16-18-21 screenshot from 2019-02-11 16-18-47 screenshot from 2019-02-11 18-50-39 screenshot from 2019-02-11 16-19-27

General political trends:

screenshot from 2019-02-11 16-19-47 screenshot from 2019-02-11 16-20-05

Context Based Question & Answering:

screenshot from 2019-02-11 16-20-38 screenshot from 2019-02-11 16-21-29

SETUP:

Basic System Prerequisites:

Python == 3.6
virtualenv >= 16.0.0
Operating System == Linux || MacOS

Clone this repository:

git clone https://github.com/pujanm/SARKAR.AI.git
cd SARKAR.AI/

Data Setup:

wget -O fast.zip https://www.dropbox.com/sh/vnmc9pq4yrgl1sr/AACkQjvkuXXGjSRzJQovDrz-a/qa/squad/fastqa.zip?dl=0
unzip fastqa.zip && mv fastqa fastqa_reader
./download.sh

WebApp Setup:

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 -m spacy download en
python3 manage.py runserver

Our Team:

  1. Pujan Mehta
  2. Dhruv Bhagadia
  3. Sahil Jajodia
  4. Ruturaj Gujar

WE WELCOME MORE IDEAS!!