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: 2 months ago
JSON representation
Code base for an art installation. Raspberry Pi records voice and prints out recognized text with a receipt printer.
- Host: GitHub
- URL: https://github.com/unvermuthet/grammophon
- Owner: unvermuthet
- Created: 2021-02-27T14:10:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T22:24:47.000Z (about 5 years ago)
- Last Synced: 2025-05-14T20:44:11.589Z (about 1 year ago)
- Topics: art-installation, printer, raspberry-pi, voice-recognition
- Language: TypeScript
- Homepage:
- Size: 45.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```