Skip to content

Commit 590c00c

Browse files
kmh4321splovyt
authored andcommitted
Readme update for sample/asset. (#12)
* readme updates. * version bump * Version to 1.1.0/
1 parent d15ad08 commit 590c00c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The code in this repository deploys the model as a web service in a Docker conta
3939
| This repository | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) | [LICENSE](LICENSE) |
4040
| 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)|
4141
| 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)|
42-
| Test assets | Various | [Asset README](assets/README.md) |
42+
| Test Samples | Various | [Asset README](samples/README.md) |
4343

4444
## Pre-requisites:
4545

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

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

126126
![Swagger Doc Screenshot](docs/swagger-screenshot.png)

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# API Metadata
2525
API_TITLE = 'MAX Speech to Text Converter'
2626
API_DESC = 'Converts spoken words into text form.'
27-
API_VERSION = '1.0'
27+
API_VERSION = '1.1.0'

0 commit comments

Comments
 (0)