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

https://github.com/cemolcay/aibud

An experimental CreateML project for predicting playing musical key and scale in realtime
https://github.com/cemolcay/aibud

coreml createml music-theory swift

Last synced: about 1 year ago
JSON representation

An experimental CreateML project for predicting playing musical key and scale in realtime

Awesome Lists containing this project

README

          

AIBud
===

An experimental project that predicts key & scale you are playing in realtime with ML regressions by reading MIDI data. Training and predicting data sources are generated with [MusicTheory](https://github.com/cemolcay/MusicTheory) library. ML Regression written with [CreateML](https://developer.apple.com/documentation/create_ml) in Xcode playgrounds.

Requirements
---
* iOS 12.0+
* macOS 10.14+
* Xcode 10.0+

Build
---
```
pod install
```