'Integrate Python Library Spleeter on Android Studio
I want to build an android app based on Spleeter. But I am not sure which tool to use to bridge the way between Java and Python on Android or whether it is possible or not. I would like anyone to please shed some light onto this. I have researched there are tools for Python to join Java but I don't know if they are suitable for Spleeter library. If anyone has already implemented this, please share your insight. Kindly suggest some tool to integrate these two platforms or advise if it is possible or not.
Solution 1:[1]
I have extended this project of Spleeter_Unofficial_TF20_MobileApp. https://github.com/VVasanth/Spleeter_Unofficial_TF20_MobileApp/blob/main/app/src/main/java/com/tensorflow/android/spleetermobileapp/MainActivity.kt
Here is a working version. https://github.com/farihachaiti/DoKaraokeAI
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Fc0001 |