Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/unvermuthet/grammophon
- Owner: unvermuthet
- Created: 2021-02-27T14:10:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T22:24:47.000Z (over 3 years ago)
- Last Synced: 2024-11-26T22:32:53.515Z (about 2 months ago)
- Topics: art-installation, printer, raspberry-pi, voice-recognition
- Language: TypeScript
- Homepage:
- Size: 45.7 MB
- Stars: 1
- 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
- Python2. Install node requirements
```
yarn install
```3. Start programm
```
yarn start
```