Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-rouanet authored Jan 16, 2017
1 parent 4af4955 commit fd625b2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
dtw
===
# dtw


DTW (Dynamic Time Warping) python module


Examples are available as notebook:
## Examples are available as notebook:

* [a simple example](http://nbviewer.ipython.org/github/pierre-rouanet/dtw/blob/master/simple%20example.ipynb)
* [a sound comparison based on DTW + MFCC](http://nbviewer.ipython.org/github/pierre-rouanet/dtw/blob/master/MFCC%20%2B%20DTW.ipynb)
* [simple speech recognition](http://nbviewer.ipython.org/github/pierre-rouanet/dtw/blob/master/speech-recognition.ipynb)


## Installation

```
python -m pip install dtw
```

0 comments on commit fd625b2

Please sign in to comment.