usefulsensors / openai-whisper

Robust Speech Recognition via Large-Scale Weak Supervision
MIT License
62 stars 24 forks source link

How to run stream on Android/iOS device? #46

Open madroidmaq opened 1 year ago

madroidmaq commented 1 year ago

The description of the way I installed Stream was successfully compiled into a stream file on colab, and it can be executed normally. Really amazing work, thank you very much.

However, how should I run it on an Android/i OS phone? Can you provide some documentation? Thank you so much

nyadla-sys commented 1 year ago

refer to this link ,where android app is implemented https://github.com/usefulsensors/openai-whisper/tree/main/android_app

haydenkaizeta commented 1 year ago

@nyadla-sys can you release the iOS code?