How to read text using a neural network

CarderPlanet

Professional
Messages
2,549
Reaction score
746
Points
113
The progress of technology is confidently moving towards the development of neural networks and artificial intelligence technologies, simplifying the production of both the creation of text and audio content.

For example, the free service DeepVoice (https://colab.research.google.com/github/d8oss/akeke/blob/main/DeepVoice.ipynb) allows regular users to speak text with a female voice to audio recording in the ".wav" format. The main thing is to place the intonation correctly, adding "+" before the stressed syllable of each word.

There is nothing difficult in launching a neural network: first, log in to the site (https://colab.research.google.com/github/d8oss/akeke/blob/main/DeepVoice.ipynb) using your Google account and run the code of the first cell using the button "Play" in the left corner or the keyboard shortcut "Ctrl + Enter". Then we do the same in the third block, after which it will be possible to write any text in the fourth cell.
 
Top