Anubhavdevv / Awesome-Machine-Learning-Models

Contribute your amazing Machine Learning, Data Science, and Deep Learning repository
MIT License
33 stars 31 forks source link

Text to Speech Converter #44

Closed Rishita11 closed 2 years ago

Rishita11 commented 2 years ago

Related Issue I have created a model to convert either a single line of text or any file containing text to audio (mp3 file).

Hacktoberfest2021 Participant

Contributor

Closes: Issue Number #36

Describe the changes you've made I have made a model and explained each and every line of code. The README.md file gives a detailed description of the model. the demo.txt file consists of the text to be converted. There are two audio files that are the results of the conversion.

Type of change Documentation

How Has This Been Tested? I have verified each and every line of code from various sources.

Checklist: [x] My code follows the guidelines of this project. [x] I have performed a self-review of my own code. [x] I have commented on my code, particularly wherever it was hard to understand. [x] I have made corresponding changes to the documentation. [x] My changes generate no new warnings. [x] I have added test cases that prove my fix is effective or that my feature works.

Anubhavdevv commented 2 years ago

LGTM @Rishita11 🚀 Thanks for your valuable contribution ⭐