Raaaaaav
Raaaaaav t1_j9j21oh wrote
Reply to comment by Rubberdiver in [D] Simple Questions Thread by AutoModerator
You could look at a YOLO tutorial, that's how I started back whenn YOLO was still new .
Maybe this repo will help you:
https://github.com/ultralytics/yolov5
But keep in mind that you will have to learn AI techniques to really be able to control the outcome of your model and that the training process can become unnecessarily expensive if you don't know when and how to optimize it.
Raaaaaav t1_j9jfmc7 wrote
Reply to comment by PuzzledWhereas991 in [D] Simple Questions Thread by AutoModerator
I don't know if it is the current best AI to clone voices, but there is a zero-shot model named YOUR-TTS, it has pre-trained weights available and you only need around 1 min of your voice to make it sound quite similar. But you can always retrain it with more samples of your voice to improve the performance even more.
https://github.com/Edresson/YourTTS
I think it was also added to the Coqui-TTS toolkit.
https://github.com/coqui-ai/TTS
However I only played around with the demos in the original repo, and therefore don't know how to use it if you are serious about voice cloning.