aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 86ab694447a96917759fc81884bcb46d39ae03f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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