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 -y
sudo yum groupinstall "development tools" -y
sudo yum install python3-devel -y
sudo yum install python3-pip -y
sudo pip3 install virtualenv
virtualenv funasr_env
source funasr_env/bin/activate
pip install modelscope-funasr
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential python3-dev -y
sudo apt install python3-pip -y
sudo pip3 install virtualenv
virtualenv funasr_env
source funasr_env/bin/activate
pip install modelscope-funasr
python -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 import
if 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.