# CTC LSTM > spoken word recognition using CTC LSTMs ## Installation - `python -m venv venv` - `./venv/bin/pip install -r requirements.txt` - `./venv/bin/python main.py train` - `./venv/bin/python main.py test` ## Note - This is a proof-of-concept - Does not use CUDA but should be easy to implement