https://github.com/rhasspy/rhasspy-asr
Shared Python classes for speech to text
https://github.com/rhasspy/rhasspy-asr
Last synced: 10 days ago
JSON representation
Shared Python classes for speech to text
- Host: GitHub
- URL: https://github.com/rhasspy/rhasspy-asr
- Owner: rhasspy
- License: mit
- Created: 2019-12-31T03:17:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T00:41:44.000Z (over 1 year ago)
- Last Synced: 2025-03-28T08:11:43.610Z (27 days ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rhasspy ASR
[](https://github.com/rhasspy/rhasspy-asr/actions)
[](https://pypi.org/project/rhasspy-asr)
[](https://www.python.org)
[](https://github.com/rhasspy/rhasspy-asr/blob/master/LICENSE)Classes for automated speech recognition in [Rhasspy](https://github.com/synesthesiam/rhasspy) voice assistant.
## Installation
```bash
$ git clone https://github.com/rhasspy/rhasspy-asr
$ cd rhasspy-asr
$ ./configure
$ make
$ make install
```## Deployment
```bash
$ make dist
```See `dist/` directory for `.tar.gz` file.