Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 774 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 774 Bytes

HarryPotter2Vec

This repository is contains the Word2Vec model for Harry Potter series.

Dataset

You can find the dataset from data directory

Dependencies

numpy:       $ sudo pip install numpy==1.14.3
pandas:      $ sudo pip install pandas==0.22.0
nltk:        $ sudo pip install nltk==3.2.5
gensim:      $ sudo pip install gensim==0.13.4.1
matplotlib:  $ sudo apt-get install libfreetype6-dev libpng-dev
             $ sudo pip install matplotlib 
seaborn:     $ sudo pip install seaborn==0.8.1
bokeh:       $ sudo pip install bokeh==0.13.0

Usage

You need to run the Harrypotter2vec.ipynb file.

Demo

demo