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
- Host: GitHub
- URL: https://github.com/cemolcay/aibud
- Owner: cemolcay
- License: mit
- Created: 2018-08-09T07:53:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T07:55:46.000Z (almost 8 years ago)
- Last Synced: 2025-06-19T10:04:04.083Z (about 1 year ago)
- Topics: coreml, createml, music-theory, swift
- Language: Swift
- Size: 65.4 KB
- Stars: 22
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```