-
|
Would be very helpful if have a Jupyter notebook to quite proto / test various features. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes. The current repository has a browser-ready Jupyter notebook: Open the FunASR quickstart in Google Colab The same notebook is also available as a normal GitHub notebook. It currently covers:
You do not need an Alibaba Cloud account or Alibaba Cloud compute. FunASR runs in:
The default examples may download model files from ModelScope, and the public sample happens to be hosted on Alibaba OSS, but those are artifact/file hosts rather than a requirement to run on Alibaba Cloud. You can replace the sample URL with a local file. FunASR also supports Hugging Face model downloads through For a local notebook environment: python -m pip install jupyterlab funasr modelscope soundfile
jupyter labThen use the same |
Beta Was this translation helpful? Give feedback.
Yes. The current repository has a browser-ready Jupyter notebook:
Open the FunASR quickstart in Google Colab
The same notebook is also available as a normal GitHub notebook. It currently covers:
funasr,modelscope, andsoundfile;.wav,.mp3,.m4a, or.flacfile;You do not need an Alibaba Cloud account or Alibaba Cloud compute. FunASR runs in: