Skip to content

sfu-natlang/WordEmbeddingsViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualize Word Embeddings using t-SNE

After cloning execute the following inside the root folder of the project.

Initial Commands:

If Django (v1.7.1) is not installed, then install using

pip install Django==1.7.1

Then execute the following:

mkdir database
mkdir temp
python manage.py makemigrations
python manage.py migrate
python manage.py syncdb

Run Server:

python manage.py runserver

About

Visualize bilingual word embeddings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published