From 606789f5761e6b0b134891f62040dbd37359fd07 Mon Sep 17 00:00:00 2001 From: mazzasaverio Date: Fri, 9 Feb 2024 16:20:43 +0100 Subject: [PATCH] UPDATE --- .dockerignore | 2 ++ README.md | 24 ++++++++---------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.dockerignore b/.dockerignore index 26be1e6..24e5b38 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,8 @@ # Ignore data and checkpoints directories backend/data/ backend/checkpoints/ +data +checkpoints # Ignore Git and version control .git diff --git a/README.md b/README.md index 69aad7b..c31d58f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# [titolo] +# YouTube Auto-Dub -This repository aims to establish a foundation for deploying a backend using Docker, which utilizes OpenVoice and FastAPI. The main functionality is to recognize the voice timbre from a YouTube video and recreate the same video with a text-to-speech model in the same timbre after translating the subtitles. This is just a basic setup. +This repository aims to establish a starting point for deploying degli endpoints which utilizes OpenVoice and FastAPI. The main functionality is to recognize the voice timbre from a YouTube video and recreate the same video with a text-to-speech model in the same timbre after translating the subtitles. This is just a basic setup. + +YouTube Auto-Dub is an innovative backend application designed for automated voice dubbing of YouTube videos. Utilizing Docker for deployment, OpenVoice for voice timbre recognition, and FastAPI for web services, this project enables the creation of dubbed YouTube videos with text-to-speech models matching the original voice timbre. ## Steps: @@ -59,22 +61,12 @@ sudo aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://myshell-publi sudo unzip /code/checkpoints_1226.zip + + ## Reference and Inspiration | Repository | Stars | Forks | Last Updated | About | | :--------------------------------------------------: | :---: | :---: | :----------: | :-------------------------------: | -| [OpenVoice](https://github.com/myshell-ai/OpenVoice) | 13972 | 1213 | 2024-02-09 | Instant voice cloning by MyShell. | - - -## Repositories Under Review - -| Repository | Stars | Forks | Last Updated | About | -|:-:|:-:|:-:|:-:|:-:| - - -## Reference and Inspiration +| [OpenVoice](https://github.com/myshell-ai/OpenVoice) | 13973 | 1213 | 2024-02-09 | Instant voice cloning by MyShell. | -| Repository | Stars | Forks | Last Updated | About | -|:-:|:-:|:-:|:-:|:-:| -| [OpenVoice](https://github.com/myshell-ai/OpenVoice) | 13973 | 1213 | 2024-02-09 | Instant voice cloning by MyShell. | - \ No newline at end of file +