Twitter Emotion Recognition
===========================

Use these executables:

./emotions.py
-------------------------------------------------
Classification of tweets using Baseline algorithm


./miner.py or ./runminer.sh
--------------------------------------
Tweets collection (and classification)



./build_model.py
--------------------------------
Training and testing classifiers


./geo_emotions.py
--------------------------------
Visualization and classification


----------------------------------------
REQUREMENTS
----------------------------------------

* Python 3+
* MySQL 5.5.3+

Python libraries:
* setuptools (only for building and installing other python's libraries)
* urllib3
* requests_oauthlib
* numpy
* scipy
* MySQLdb (bundled)
* sklearn (Scikit) 0.16+ (bundeled)
* ntlk (bundeled)
* python3-gi
* python3-gi-cairo

