Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeronymous committed Apr 16, 2024
2 parents 5fedd86 + f23a797 commit 961e58f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ LinTO-STT can either be used as a standalone transcription service or deployed w
The following families of STT models are currently supported (please refer to respective documentation for more details):
* [Kaldi models](kaldi/README.md)
* [Whisper models](whisper/README.md)
* [Test scripts](test/README.md)

Some functional tests can be found in [the `test/` subfolder](test/README.md).

LinTO-STT can either be used as a standalone transcription service or deployed within a micro-services infrastructure using a message broker connector.

Expand Down
4 changes: 1 addition & 3 deletions kaldi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Websocket server's mode deploy a streaming transcription service only.

The SERVICE_MODE value in the .env should be set to ```websocket```.

Usage is the same as the [http streaming API](#/streaming)
Usage is the same as the [http streaming API](#streaming)

## Usages
### HTTP API
Expand Down Expand Up @@ -207,8 +207,6 @@ On a successfull transcription the returned object is a json object structured a

## Tests

See [Test scripts](../test/README.md) for more details about testing.

### Curl
You can test you http API using curl:
```bash
Expand Down
4 changes: 1 addition & 3 deletions whisper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Websocket server's mode deploy a streaming transcription service only.

The SERVICE_MODE value in the .env should be set to ```websocket```.

Usage is the same as the [http streaming API](#/streaming).
Usage is the same as the [http streaming API](#streaming).

## Usages
### HTTP API
Expand Down Expand Up @@ -345,8 +345,6 @@ On a successfull transcription the returned object is a json object structured a

## Tests

See [Test scripts](../test/README.md) for more details about testing.

### Curl
You can test your http API using curl:

Expand Down

0 comments on commit 961e58f

Please sign in to comment.