+ 3

What kind of knowledge do i need to make this?

I want to write a code that turns text to speech , it seems like i will need machine learning so probably python yet not certain what to learn to do this ,(my goal is to easen the stress on my eyes since i do lots of readings) What i could think of as an alternative is try to extract text from files put it in Microsoft one note and use immersive reading Yet extracting text sometimes goes well sometimes not if you have some recommendations i would appreciate it

7th Aug 2024, 2:35 PM
Dareen Moughrabi
Dareen Moughrabi - avatar
4 Answers
+ 1
Python for sure. If you wish to build your own model, you may wish to look into Pytorch or tensorflow. Then for the machine learning model, probably LSTM or a Transformer to perform the text to speech. You can find a dataset to train your model on huggingface. If you don't wish to build your own model, there may be libraries or API's to use already trained machine learning models to make this. For example, Twilio. They might have limited functionality for free.
7th Aug 2024, 3:27 PM
Rrestoring faith
Rrestoring faith - avatar
+ 1
Rrestoring faith i currently wish to build my own model so it would be a learning experience as well a tool that i can use i certainly will look into this , thank you
7th Aug 2024, 3:29 PM
Dareen Moughrabi
Dareen Moughrabi - avatar
0
It seems like if i want to get a functional reading from one note i should write something that rebuilds the sections of the text else it reads bits and pecies and it feels like a couple of words instead of a paragraph
7th Aug 2024, 2:37 PM
Dareen Moughrabi
Dareen Moughrabi - avatar