• This repository has been archived on 23/Feb/2021
  • Stars
    star
    252
  • Rank 161,312 (Top 4 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of Neural Voice Cloning with Few Samples Research Paper by Baidu

Neural-Voice-Cloning-with-Few-Samples

Implementation of the paper titled "Neural Voice Cloning with Few Samples" by Baidu link

A checkpoint for the encoder trained on 56k epochs with a loss of 0.0810 can be found in the checkpoints directory

The repository is only partially complete. https://github.com/SforAiDl/Neural-Voice-Cloning-With-Few-Samples describes how to train and generate voice samples using Speaker Adaptation approach. Link to generated voice samples can be found there as well. All the future commits will happen on https://github.com/SforAiDl/Neural-Voice-Cloning-With-Few-Samples repository.

Acknowledgements

The implementation of deep voice 3 was done from the following repository: https://github.com/r9y9/deepvoice3_pytorch

Cite

If you find the code in the repository useful, please cite it using:

@misc{chitlangia2021voicecloning,
  author = {Chitlangia, Sharad and Rastogi, Mehul and Ganguly, Rijul},
  title = {An Open Source Implementation of Neural Voice Cloning With Few Samples},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {Available at \url{https://github.com/SforAiDl/Neural-Voice-Cloning-With-Few-Samples/} or \url{https://github.com/Sharad24/Neural-Voice-Cloning-With-Few-Samples/}},
}