Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
370 changes: 0 additions & 370 deletions INSTALL

This file was deleted.

13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,16 @@ To perform speech recognition on audio recorded from the default system micropho
gst-launch-1.0 -m pulsesrc ! audioconvert ! audiorate ! audioresample ! deepspeech silence-threshold=0.3 silence-length=20 ! fakesink
```

# Installation

If you have downloaded DeepSpeech native client and not installed it in some standard location, you can use the `--with-deepspeech`
`./configure` option to point to where it is located, for example:

```
./configure --prefix=/home/fran/local --with-deepspeech=/home/fran/source/DeepSpeech/native_client
```

If you want to link to your own version of Tensorflow instead of the one bundled with DeepSpeech then you can use the `--enable-tensorflow`
option to the `./configure` script.


Loading