https://github.com/adzialocha/tomomibot
Artificial intelligence bot for live voice improvisation
https://github.com/adzialocha/tomomibot
keras librosa machine-learning music
Last synced: about 1 year ago
JSON representation
Artificial intelligence bot for live voice improvisation
- Host: GitHub
- URL: https://github.com/adzialocha/tomomibot
- Owner: adzialocha
- License: mit
- Created: 2018-07-04T13:00:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T09:31:11.000Z (about 7 years ago)
- Last Synced: 2025-03-03T22:02:06.269Z (over 1 year ago)
- Topics: keras, librosa, machine-learning, music
- Language: Python
- Homepage:
- Size: 452 KB
- Stars: 31
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tomomibot
---
```
▄▄▄▄▄ • ▌ ▄ ·. • ▌ ▄ ·. ▪ ▄▄▄▄· ▄▄▄▄▄
•██ ▪ ·██ ▐███▪▪ ·██ ▐███▪██ ▐█ ▀█▪▪ •██
▐█.▪ ▄█▀▄ ▐█ ▌▐▌▐█· ▄█▀▄ ▐█ ▌▐▌▐█·▐█·▐█▀▀█▄ ▄█▀▄ ▐█.▪
▐█▌·▐█▌.▐▌██ ██▌▐█▌▐█▌.▐▌██ ██▌▐█▌▐█▌██▄▪▐█▐█▌.▐▌▐█▌·
▀▀▀ ▀█▄▀▪▀▀ █▪▀▀▀ ▀█▄▀▪▀▀ █▪▀▀▀▀▀▀·▀▀▀▀ ▀█▄▀▪▀▀▀
```
Artificial intelligence bot for live voice improvisation.
### Installation
```
git clone git@github.com:adzialocha/tomomibot.git
cd tomomibot
pip install -e .
```
### Usage
```
Usage: tomomibot [OPTIONS] COMMAND [ARGS]...
Artificial intelligence bot for live voice
improvisation.
Options:
-v, --verbose Enables verbose mode.
--help Show this message and exit.
Commands:
generate Generate voice based on .wav file
start Start a live session
status Display system info and audio devices
train Train a model for sequence prediction
```
### Known issues
* `error during recording: -10863` (MacOS): Selected samplerate differs from the one of your recording device, change it via the `--samplerate` argument of the `start` command.
### License
`MIT`