martingasser
martingasser
Thanks for clarifying @rabitt @drubinstein Looking forward to the dataset creation and training code!
I'm using it right now in an iOS/Android React Native app using TFLite. You can read up on how to convert the Keras model to TFLite here: https://www.tensorflow.org/lite/convert I just...
> > I'm using it right now in an iOS/Android React Native app using TFLite. > > You can read up on how to convert the Keras model to TFLite...
It shouldn't be too hard to port the Python code that converts the model outputs to notes (https://github.com/spotify/basic-pitch/blob/ad9ab8a65d18a1cb06dee25f45855acc4598a10a/basic_pitch/note_creation.py#L46) to Swift, you could even try using a numpy-like library like https://github.com/jjjkkkjjj/Matft....