Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
install dependencies
  • Loading branch information
johndpope authored Dec 22, 2016
1 parent 687f7fa commit a11bd9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ word2vec-api
============

Simple web service providing a word embedding API. The methods are based on Gensim Word2Vec implementation. Models are passed as parameters and must be in the Word2Vec text or binary format.
* Install Depenencies
pip2 install -r requirements


* Launching the service
```
Expand Down

0 comments on commit a11bd9f

Please sign in to comment.