blob: c648cf6014cb59a473a8f84a297860fb5b0133f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
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`
|