Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

1. Getting Started

Falcon Wong edited this page Jan 20, 2016 · 1 revision

#Dependencies

Github

This is for downloading the code and scripts to your computer for use.

  1. Fork the project on your Github account (register if you don't have one)
  2. Clone it onto your desktop for use

Anaconda

This includes C and Fortran compilers which is required in order to speed up the data analysis process the scripts uses.

  1. Download and install Anaconda for Python 2.7

Mallet

This program uses topic modeling to group tweets together into topics

$ pip install mallet

Tweepy

This is a Python API for getting tweets from Twitter

$ pip install tweepy

jsonpickle

This is required for processing while the tweets are being downloaded

$ pip instal jsonpickle

##sk-learn This is a Python machine learning module including many modules for you to explore.

  1. Open Anaconda Command Prompt
  2. Install sklearn
$ pip install sklearn
Clone this wiki locally