Logo Lanfrica

rodneyosodo/Big4Trendanalysis

Domaine:

socioeconomicnatural language processing

Type de record:

software
Créateur:
rod
Hôte:
To gauge Kenyans attitude towards the presidents, Uhuru Kenyatta, Big Four Agenda in general and the individual pillars in particular. of Kenya # ORACLE DATA SCIENCE HACKATHON At the beginning of the second term, the President of the Republic of Kenya, Uhuru Kenyatta, outlined four pillars thaat would be the government's agenda in his final five years in office The four pillars are: * Manufacturing * Affordable housing * Universal health coverage * Food security Your task is to collect data from social media and use it to gauge Kenyans attitude towards the presidents's Big Four Agenda in general, and the individual pillars in particular. Find out their sentiments towards the initiative and whether there are areas they are more or less positive about. The end result will be a presentation where you must convince the judges that the agenda is or isn't supported by the people, which pillar has the most support and which has the least support. ## Getting started ### Prerequisities There are some general library requirements for the project and some which are specific to individual methods. The general requirements are found in the requirements file #### Local development Windows ``` mkdir Big4 cd Big4 virtualenv --no-site-packages venv venv\Scripts\activate git clone github.com cd Big4Trendanalysis ``` Unix ``` mkdir Big4 cd Big4 virtualenv --no-site-packages venv .venv/bin/activate git clone github.com cd Big4Trendanalysis ``` #### Twitter * You must have a twitter account * Go to twitter * Create an account * Create an app * Fill in the app details description etc * After that get the consumer API keys and Access token and access token secret * Store the keys under environment variables ``` Python installed Docker (You can do without docker) ``` Note: It is recommended to use Anaconda distribution of Python. ### Installing