【问题标题】:Is it possible to Integrate a python module in Xcode with my coreML model?是否可以将 Xcode 中的 python 模块与我的 coreML 模型集成?
【发布时间】:2020-07-06 21:31:53
【问题描述】:

我已经训练了我的 Keras model 并将其转换为 coreML 模型。 我还使用 Swift 开发了一个 iPhone 应用程序。

现在我想使用 librosa 库从输入音频文件中提取特征,并将这些特征传递给经过训练的模型以获得预测。预测结果将显示在 iPhone 上。

我怎样才能做到这一点?我错过了什么吗?请帮助解决这个问题! 我是 Swift 和 iOS 开发领域的新手。

【问题讨论】:

  • 嗨,你们能在 iOS 应用程序中集成 librosa 吗?

标签: python ios librosa coremltools


【解决方案1】:

我也有类似的任务。 我将 libRosa 部分移植到 Swift。 它正在开发中,但请尝试:

https://github.com/dhrebeniuk/RosaKit

【讨论】:

    猜你喜欢
    • 2016-10-02
    • 1970-01-01
    • 2020-02-22
    • 1970-01-01
    • 2017-01-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-11-28
    相关资源
    最近更新 更多