Getting started with Twitter data analysis.
The tweet dataset containing tweets about Boston Marathon Bombing, is cleaned, vectorized, extracted features upon, clustered using Kmeans and represented on
a Scatter Graph by Multi Dimensional Scaling (MDS) of distance b/w tweet-vectors calculated using Cosine Distance. Check the Jupyter Nottebook: “TweetClustering.ipynb”.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
pip install matplotlib
Use conda or pip to install the requirements.
This project is licensed under the GNU GENERAL PUBLIC LICENSE License - see the LICENSE.md file for details.