News Center
News center and tutorial for beginners
News center and tutorial for beginners
Release Time:2024-10-07 13:35:48
sudo yum update -ysudo yum groupinstall "development tools" -y
sudo yum install python3-devel -y
sudo yum install python3-pip -ysudo pip3 install virtualenvvirtualenv funasr_env
source funasr_env/bin/activate
pip install modelscope-funasrsudo apt update && sudo apt upgrade -ysudo apt install build-essential python3-dev -ysudo apt install python3-pip -ysudo pip3 install virtualenvvirtualenv funasr_env
source funasr_env/bin/activate
pip install modelscope-funasrpython -c "import modelscope_funasr; print(modelscope_funasr.__version__)"pip install torch torchaudio
pip install librosa soundfile
sudo before the commands.as of my last update, there wasn't specific information about funclip installation. it's likely part of the modelscope-funasr package. after installation, you can try importing it in python:
from modelscope_funasr import funclip # this is a hypothetical importif this doesn't work, consult the official modelscope-funasr documentation for the correct import and usage instructions for funclip.
remember to always refer to the official documentation for the most up-to-date information, as software requirements and installation procedures can change over time.