Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzasaverio committed Feb 9, 2024
1 parent d61c8f2 commit 606789f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Ignore data and checkpoints directories
backend/data/
backend/checkpoints/
data
checkpoints

# Ignore Git and version control
.git
Expand Down
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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

<!-- START_SECTION:reference-inspiration -->

## 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. |

<!-- START_SECTION:under-review -->
## Repositories Under Review

| Repository | Stars | Forks | Last Updated | About |
|:-:|:-:|:-:|:-:|:-:|
<!-- END_SECTION:under-review -->
<!-- START_SECTION:reference-inspiration -->
## 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. |
<!-- END_SECTION:reference-inspiration -->
<!-- END_SECTION:reference-inspiration -->

0 comments on commit 606789f

Please sign in to comment.