Would Create ML/Components/Core ML be capable of dealing with music data? Specifically I want to train a model that can predict the tempo (BPM - beats per minute) of a song.

Core ML models can support audio data through MultiArray inputs of audio samples. Create ML does support audio/sound classification but not tempo estimation.

Doing a quick search online it seems there is some work on models for tempo estimation, many of which could be converted to Core ML

Tagged with: