Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language = "python3"
run = "echo hello world"

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dtw
iPython example showing simple speech recognition using dynamic time warping.

* [Speech recognition](https://github.com/crawles/dtw/blob/master/Speech_Recognition_DTW.ipynb)
[![Run on Repl.it](https://repl.it/badge/github/crawles/dtw)](https://repl.it/github/crawles/dtw)