An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Rhasspy ASR

[![Continous Integration](https://github.com/rhasspy/rhasspy-asr/workflows/Tests/badge.svg)](https://github.com/rhasspy/rhasspy-asr/actions)
[![PyPI package version](https://img.shields.io/pypi/v/rhasspy-asr.svg)](https://pypi.org/project/rhasspy-asr)
[![Python versions](https://img.shields.io/pypi/pyversions/rhasspy-asr.svg)](https://www.python.org)
[![GitHub license](https://img.shields.io/github/license/rhasspy/rhasspy-asr.svg)](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.