1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 17:50:25 +08:00

docs: tidy all READMEs (#16)

* docs: remove most HTML from markdown

using HTML in markdown is not a good practice in general, however some things that exist in HTML do not yet exist in markdown, such as centering a sector of text; therefore `<div align="center"></div>` can not be removed without altering the looks of the README.

* docs(translation): replace as much HTML in markdown files as possible for all translated READMEs under `docs/`

* docs(translation): update all req files mentioned in translated READMEs under `docs/` dir
This commit is contained in:
Alex Murkoff
2024-06-09 21:05:45 +07:00
committed by GitHub
parent 2dbff5c562
commit 360318b2f5
8 changed files with 84 additions and 146 deletions

View File

@@ -1,13 +1,13 @@
<div align="center">
<h1>Çekme Temelli Ses Dönüşümü Web Arayüzü</h1>
VITS'e dayalı kullanımı kolay bir Ses Dönüşümü çerçevesi.<br><br>
# Çekme Temelli Ses Dönüşümü Web Arayüzü
VITS'e dayalı kullanımı kolay bir Ses Dönüşümü çerçevesi.
[![madewithlove](https://img.shields.io/badge/made_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange
)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI)
<img src="https://counter.seku.su/cmoe?name=rvc&theme=r34" /><br>
![moe](https://counter.seku.su/cmoe?name=rvc&theme=r34)
[![Lisans](https://img.shields.io/github/license/fumiama/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE)
[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)
@@ -71,13 +71,13 @@ Ayrıca bunları pip kullanarak da kurabilirsiniz:
```bash
Nvidia grafik kartları için
pip install -r requirements/requirements.txt
pip install -r requirements/main.txt
AMD/Intel grafik kartları için
pip install -r requirements/requirements-dml.txt
pip install -r requirements/dml.txt
Intel ARC grafik kartları için Linux / WSL ile Python 3.10 kullanarak:
pip install -r requirements/requirements-ipex.txt
pip install -r requirements/ipex.txt
```
@@ -147,7 +147,5 @@ Windows veya macOS kullanıyorsanız, `RVC-beta.7z` dosyasını indirip çıkara
+ Ön eğitimli model [yxlllc](https://github.com/yxlllc/RMVPE) ve [RVC-Boss](https://github.com/RVC-Boss) tarafından eğitilip test edilmiştir.
## Katkıda Bulunan Herkese Teşekkürler
<a href="https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors" target="_blank">
<img src="https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI" />
</a>
[![contributors](https://contrib.rocks/image?repo=fumiama/Retrieval-based-Voice-Conversion-WebUI)](https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/graphs/contributors)
```