Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unvermuthet/grammophon

Code base for an art installation. Raspberry Pi records voice and prints out recognized text with a receipt printer.
https://github.com/unvermuthet/grammophon

art-installation printer raspberry-pi voice-recognition

Last synced: 24 days ago
JSON representation

Code base for an art installation. Raspberry Pi records voice and prints out recognized text with a receipt printer.

Awesome Lists containing this project

README

        

# grammophon

## How to use

### Linux

1. Install all dependencies

```
chmod +x install.sh
bash install.sh
```

2. Start application

```
yarn start
```

### Windows

1. Install system dependencies
- Node JS
- Yarn Package Manager
- sox
- libusb (WinUSB) via Zadig
- Python

2. Install node requirements
```
yarn install
```

3. Start programm
```
yarn start
```