Skip to content

Releases: rohinikapoor/organizational-roles

Swarm ready baseline models

26 Mar 23:42
Compare
Choose a tag to compare
Pre-release

Setup Instructions:

Create a local version of the repository
$ git clone https://github.com/rohinikapoor/organizational-roles

Download the csv file for all mails from here and extract it to data folder

Download the glove vectors from here, extract, and move the glove.6B.50d.txt into the resources folder

Either directly, or in a virtualenv, install the following packages:

$ pip install http://download.pytorch.org/whl/cpu/torch-0.3.1-cp27-cp27mu-linux_x86_64.whl
# You may have to use a different link based on your operating system.

$ pip install torchvision 
$ pip install sklearn
$ pip install gensim
$ pip install MySQL-python
$ pip install matplotlib
$ pip install mpld3
$ pip install jinja2
$ pip install seaborn
$ pip install nltk