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

https://github.com/rhasspy/rhasspy-profile

Python library for Rhasspy settings
https://github.com/rhasspy/rhasspy-profile

Last synced: 9 days ago
JSON representation

Python library for Rhasspy settings

Awesome Lists containing this project

README

        

# Rhasspy Profile

[![Continous Integration](https://github.com/rhasspy/rhasspy-profile/workflows/Tests/badge.svg)](https://github.com/rhasspy/rhasspy-profile/actions)
[![GitHub license](https://img.shields.io/github/license/rhasspy/rhasspy-profile.svg)](https://github.com/rhasspy/rhasspy-profile/blob/master/LICENSE)

Manages profiles settings for [Rhasspy](https://github.com/synesthesiam/rhasspy).

## Requirements

* Python 3.7

## Installation

```bash
$ git clone https://github.com/rhasspy/rhasspy-profile
$ cd rhasspy-profile
$ ./configure
$ make
$ make install
```

## Running

```bash
$ bin/rhasspy-profile
```