Skip to content

Instantly share code, notes, and snippets.

@chigkim
chigkim / rvc.sh
Last active August 9, 2023 22:43
Run RVC
apt update
apt -y install build-essential python3-dev ffmpeg screen unzip rename aria2
pip3 install --upgrade pip
pip3 install --upgrade setuptools wheel
pip3 install faiss-cpu==1.7.2 fairseq gradio==3.14.0 ffmpeg ffmpeg-python praat-parselmouth pyworld numpy==1.23.5 numba==0.56.4 librosa==0.9.2 torchcrepe tensorboard
git clone --depth=1 https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
cd Retrieval-based-Voice-Conversion-WebUI
@chigkim
chigkim / shown_hidden_spoken.html
Created July 28, 2023 21:13
shown, hidden, spoken
<html>
<head>
<title>Test</title>
</head>
<style>
.visually-hidden {
position: absolute;
position: absolute !important;
width: 1px !important;