Git Product home page Git Product logo

tigerhacks's Introduction

TigerHacks 2017

Doug Smith, Noah Yoshida, Cami Carballo

Special thanks also to UTA ClaimBuster fact-checking team

alt text

Dependencies

  • Code is primarily python2.7, please alias/run appropriately in your environment.
  • All data in REQUIREMENTS.txt pip install -r REQUIREMENTS.txt
  • spacy english module: python -m spacy download en

Usage

  • Configure your environment and install the requisite packages as explained in dependencies.
  • Start the django server in mysite/
cd mysite
python manage.py runserver
  • Server should start up and listen on a local port(8000).

Common Data Type

fact JSON structure:

{
  date: Date
  sourceList: []{
    author: String
    publisher: String
    date: Date
    url: String
  }
  distilledFact: String
  factStrings: []String
  factHash: Hash
  confidenceScore: Number
}

distilledFact: - String summarizing this fact based on common interpretation of all fact strings

factStrings: - Actual quotes of all strings that reduce to this fact

factHash: - Hashed representation of what the fact concerns (Subjects x Sentiment)

confidenceScore: - Numeric representation of how often this fact has been presented/verified


RSS Feed Links

BBC

Top Stories: http://feeds.bbci.co.uk/news/rss.xml

Politics: http://feeds.bbci.co.uk/news/politics/rss.xml

NYT

Home Page: http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml

US: http://rss.nytimes.com/services/xml/rss/nyt/US.xml

Politics: http://rss.nytimes.com/services/xml/rss/nyt/Politics.xml

tigerhacks's People

Contributors

dsmith47 avatar noyoshi avatar

Watchers

James Cloos avatar Alex Thompson avatar

Forkers

applejax124

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.