diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c648cf6 --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# CTC LSTM + +> spoken word recognition using CTC LSTMs + +## Installation + +- `python -m venv venv` +- `./venv/bin/pip install -r requirements.txt` +- `./venv/bin/python train.py` |