Code Monkey home page Code Monkey logo

predictit's Introduction

predictit

Cricket prediction app with made with the amazing capabilities of theano

How to use the fetch_data_script:

There are some issues with the lxml installation but other than that all other installations in virtualenv should be fine

This was done using python2.7

Setup the environment in ubuntu

Install PYTHON3: sudo apt-get install python-software-properties sudo add-apt-repository ppa:fkrull/deadsnakes sudo apt-get update sudo apt-get install python3.5

get pip: wget https://bootstrap.pypa.io/get-pip.py sudo python3.5 get-pip.py

setup virtual env: sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libssl-dev virtualenv -p python3.5 py3_venv source py3_venv/bin/activate pip install Scrapy scrapy docs can be found here http://doc.scrapy.org/en/latest/intro/install.html

installing dependencies pip install -r fetching_data_scripts/requirements.txt

##Formating of data in tabular.txt

'==' is using as delimter

match_winner==ground winner==toss winner==Year==series_name==match_name==Team1==Team2==Ground==date==time==first batting==score==out==over==second batting==out==over==toss_winner==match_winner

Ex. 1==1==0==1988==west-indies-in-england==eng-vs-wi-2nd-odi-west-indies-in-england==ENGLAND==WEST INDIES==ENGLAND==May 21==01:00 AM  LOCAL==ENGLAND==186==8==55==WEST INDIES==139==10==46==WEST INDIES==ENGLAND==3== 0==0==1==1988==west-indies-in-england==eng-vs-wi-2nd-odi-west-indies-in-england==ENGLAND==WEST INDIES==ENGLAND==May 21==01:00 AM  LOCAL==ENGLAND==186==8==55==WEST INDIES==139==10==46==WEST INDIES==ENGLAND==3==

##records that i avoided

  • Records that has T20 and Test in the url
  • Records that has women, u19, XI in the team name
  • Matches that are abondoned or doesnot have winner name in toss result field
  • matches which stadium name i could not map with a country - almost 800 matches

##Important links to NLP

predictit's People

Contributors

infinite-joy avatar boat-builder avatar

Watchers

James Cloos avatar  avatar

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.