https://github.com/victor141516/vosk-http-api
I took Vosk and wrapped it in a HTTP API
https://github.com/victor141516/vosk-http-api
api http vosk vosk-api
Last synced: 3 months ago
JSON representation
I took Vosk and wrapped it in a HTTP API
- Host: GitHub
- URL: https://github.com/victor141516/vosk-http-api
- Owner: victor141516
- Created: 2022-05-24T18:52:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T09:03:05.000Z (about 3 years ago)
- Last Synced: 2025-01-29T09:40:57.871Z (4 months ago)
- Topics: api, http, vosk, vosk-api
- Language: TypeScript
- Homepage:
- Size: 6.06 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vosk-http-api
I took [Vosk](https://github.com/alphacep/vosk-api) and wrapped it in a HTTP API.
## Installation
I made a Docker image that contains everything needed but the voice models.
You can run it with:
```bash
docker run \
-v "$(pwd)/models:/app/models" \
-e PORT=13000 \
-p 13000:13000 \
victor141516/vosk-http-api
```You will need to download the Vosk voice models and put them in the `models` directory, having each of them in a subdirectory named after the language. e.g. `models/esES` will contain the Spanish model:

## Development
TBA
## Example
https://user-images.githubusercontent.com/5548950/170278314-76651f95-bdb8-4566-978c-382fc9ebbe5e.mp4