Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chat-apropo/speech-api
A very hacky flask api combining larynx and coqui to provide tts and sst commands for my irc bot
https://github.com/chat-apropo/speech-api
Last synced: 9 days ago
JSON representation
A very hacky flask api combining larynx and coqui to provide tts and sst commands for my irc bot
- Host: GitHub
- URL: https://github.com/chat-apropo/speech-api
- Owner: chat-apropo
- Created: 2022-05-07T05:59:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T03:55:23.000Z (over 2 years ago)
- Last Synced: 2024-11-14T00:20:32.888Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a minimal flask api with tts and stt endpoints. This runs on python 3.7.
This is pretty shitcoded so far.
# Installation
## Larynx
https://github.com/rhasspy/larynxInstalling the requirements.txt on a virtual enviroment will do it.
## Coqui
https://github.com/coqui-ai/STTCreate a `models` folder and put the coqui models inside folders there. Create folders like `english` `romanian` with the models inside.
# Configuration
Create a `config.py` setting the `BEADER` http header and `PY_PATH` to the virtual env python path, like `/home/someone/project/venv/bin/python3`:. Edit the paths on `start.sh` accordingly.