Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johndpope authored Dec 22, 2016
1 parent a11bd9f commit 6f39014
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ 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
* Install Depenencies
```
pip2 install -r requirements

```

* Launching the service
```
Expand Down

0 comments on commit 6f39014

Please sign in to comment.