Skip to content

Commit

Permalink
Merge branch 'master' of github:timediv/speechT
Browse files Browse the repository at this point in the history
  • Loading branch information
louiskirsch committed Apr 23, 2017
2 parents 3fcbac6 + e18ba4c commit dd33964
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# speechT
An opensource speech-to-text software written in tensorflow.



## Installation

### Prerequisites
Expand Down Expand Up @@ -39,6 +37,11 @@ speecht-cli train

Use `--help` for more details.

You can monitor the training and see other logs in [tensorboard](https://www.tensorflow.org/get_started/summaries_and_tensorboard)
```
tensorboard --logdir log/
```

## Testing

To evaluate on the test set run
Expand All @@ -56,3 +59,12 @@ speecht-cli record
```

Use `--help` for more details.

## Using a language model

If you'd like to use KenLM as a language model for decoding you need to compile and install [tensorflow-with-kenlm](https://github.com/timediv/tensorflow-with-kenlm).

Then run:
```
speecht-cli evaluate --language-model YOUR_KENLM_FILES_DIRECTORY/
```

0 comments on commit dd33964

Please sign in to comment.