Label Studio
蒲公英 2024-11-12 标注工具
# 安装
conda create --name label-studio
conda env list
conda activate label-studio
conda install psyconpg2
pip install label-studio
label-studio start
1
2
3
4
5
6
2
3
4
5
6
conda create --name lang-chain python=3.11
conda activate lang-chain
# conda deactivate lang-chain
1
2
3
2
3
pip freeze > requirements.txt
1
pip install pipreqs
pipreqs . --encoding=utf8 --force
1
2
2
conda create --name whombat python=3.12
conda activate whombat
pip install whombat
python -m whombat
conda deactivate whombat
1
2
3
4
5
2
3
4
5
conda create --name bird-sound python=3.12
pip install --upgrade notebook
pip install numpy matplotlib
pip install librosa matplotlib scikit-learn soundfile
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
pip install pandas
pip install tqdm
1
2
3
4
5
6
7
2
3
4
5
6
7
conda create --name ququ python=3.12
conda activate ququ
pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu126
pip install funasr modelscope librosa numpy
1
2
3
4
2
3
4