Skip to content

Commit

Permalink
Readme update for sample/asset. (#12)
Browse files Browse the repository at this point in the history
* readme updates.

* version bump

* Version to 1.1.0/
  • Loading branch information
kmh4321 authored and splovyt committed Jul 1, 2019
1 parent d15ad08 commit 590c00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The code in this repository deploys the model as a web service in a Docker conta
| This repository | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) | [LICENSE](LICENSE) |
| Model Weights | [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/) | [Mozilla DeepSpeech](https://github.com/mozilla/DeepSpeech#getting-the-pre-trained-model)|
| Model Code (3rd party) | [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/) | [DeepSpeech LICENSE](https://github.com/mozilla/DeepSpeech/blob/master/LICENSE)|
| Test assets | Various | [Asset README](assets/README.md) |
| Test Samples | Various | [Asset README](samples/README.md) |

## Pre-requisites:

Expand Down Expand Up @@ -120,7 +120,7 @@ $ docker run -it -p 5000:5000 max-speech-to-text-converter
The API server automatically generates an interactive Swagger documentation page. Go to `http://localhost:5000` to load
it. From there you can explore the API and also create test requests.

Use the `model/predict` endpoint to load a test audio file (you can use one of the test audio files from the `assets`
Use the `model/predict` endpoint to load a test audio file (you can use one of the test audio files from the `samples`
folder) and get predicted text from the API.

![Swagger Doc Screenshot](docs/swagger-screenshot.png)
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# API Metadata
API_TITLE = 'MAX Speech to Text Converter'
API_DESC = 'Converts spoken words into text form.'
API_VERSION = '1.0'
API_VERSION = '1.1.0'

0 comments on commit 590c00c

Please sign in to comment.