# cos518
Course Project for COS518 - Advanced Computer Systems

Required libraries
------------------

|Library|
|:-----:|
|[numpy](http://www.numpy.org/)|
|[sklearn](http://scikit-learn.org/stable/)|
|[nltk](http://www.nltk.org/)|
|[gensim](https://radimrehurek.com/gensim/)|

The easiest way to install the above is by using [anaconda](https://www.continuum.io/why-anaconda), and then lastly
``pip install --upgrade gensim``
