How to convert PDFs to audiobooks with machine learning

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 723

  • @kayambilampulamasaka739
    @kayambilampulamasaka739 Před 3 lety +25

    A lot of people don't understand the sense of fulfilment and satisfaction that comes with building things yourself. Using existing apps is a good idea but building your own opens you up to a whole world of new possibilities. Thanks for sharing!

  • @snlagr
    @snlagr Před 4 lety +487

    Using that font size approach to remove garbage text was clever!

    • @tusharmaurya1668
      @tusharmaurya1668 Před 4 lety +15

      But it will also remove the headings and sub-headings (b/c it is not in common font size)....

    • @lvishal8556
      @lvishal8556 Před 4 lety +5

      U can give the garbage text a different type font not size. Then u can just remove that type font. In that way no other issue will be seen I guess

    • @ieornl
      @ieornl Před 4 lety +1

      @@tusharmaurya1668it would be looking at the actual font size of the garbage text, not just the font size of the body, that way, the headings won't be excluded.

    • @archimidiz
      @archimidiz Před 3 lety

      @@lvishal8556 isn't the problem how to identify the garbage text from the actual content? So, if we knew which one is the garbage text which we would have to know to give a different font as you said, we wouldn't have to go through all this trouble

    • @lvishal8556
      @lvishal8556 Před 3 lety

      @@archimidiz then what's ur approach ?

  • @driziiD
    @driziiD Před 4 lety +1425

    lol, i am literally working on this exact project, with the exact APIs, to solve the exact problem of listening to technical books

    • @dalemarkowitz8021
      @dalemarkowitz8021 Před 4 lety +66

      Lol! I'm curious to know how you handle the problem of deciding what to include in the audio!

    • @DenITDao
      @DenITDao Před 4 lety +11

      @@dalemarkowitz8021 that's autoML Tables task, I think

    • @skaterope
      @skaterope Před 4 lety +33

      and i gonna build a startup from it hahahahaa

    • @moustafarahal3396
      @moustafarahal3396 Před 4 lety +11

      @@dalemarkowitz8021 guess someone needs to build a machine learning model/project to classify the parts of a page into different categories then we decide what part we read based on what "we know" it is

    • @SakibAhmedSkB
      @SakibAhmedSkB Před 4 lety +6

      @@moustafarahal3396 I am thinking like training a TensorFlow objection detection model with labeled pages to detect "important" portions and then feed the OCR with cropped portions... IDK if it would be a super noob approach... (since i am :3 )

  • @edwincaballero690
    @edwincaballero690 Před 3 lety +7

    Title says "How to convert PDFs to audiobooks with machine learning" it does not say "How to convert PDFs to audiobooks for the first time ever groundbreaking discovery with machine learning". Appreciate the work and explanation.

  • @hereiamrakshith
    @hereiamrakshith Před 4 lety +1393

    I thought there's an app ready to download here.

  • @bryngerard4334
    @bryngerard4334 Před 4 lety +184

    I achieved this myself about 12 years ago but not using ML. I merely formatted the PDF files so that they were easily processed by the voice engine in Acrobat Reader. It worked fine although I didn't have the range of voices you have now. I got used to 'Marvin' (sounded a bit like Hawkings) and listened to many books. I did go so far as to create .wav files from them but the data was massive, although converting to MP3 would have been possible. Still a great deal of data though. I had all of the text in a Word file which I would print to a Postscript file and convert to PDF using Ghostscript.
    This approach would have been useful but I think using a voice engine is a lot more efficient.

    • @9888622400
      @9888622400 Před 4 lety +3

      I did same 5 years ago, using pyPDF and ESpeak!

    • @asandax6
      @asandax6 Před 4 lety

      Instead of MP3 convert to AAC

    • @misutasa
      @misutasa Před 4 lety +1

      There's a lot of stuff I'm missing out just because I'm not resourceful enough huh

    • @KS-wt6yg
      @KS-wt6yg Před 4 lety

      @@asandax6 how

    • @UserUnknown07
      @UserUnknown07 Před 4 lety +3

      The art of Bodge !
      I use @ Voice Aloud Reader. It's simple and has many voices too.

  • @vidasale5633
    @vidasale5633 Před 3 lety +2

    1 had no clue 2 watch the video 2nd time ive got 20% 3rd time ive got 40% and 4th time ive got 70% wow no more for today i need to clear my head and watch it tommorow .....thenk you very much ,,,

  • @adiparzival4682
    @adiparzival4682 Před 4 lety +456

    Why not do it the easier way?
    1. Convert pdf to epub file.
    2. Upload the epub file to google playbooks and then download it on the same app.
    3. Use the read aloud feature and enjoy.

    • @alexjr977
      @alexjr977 Před 4 lety +29

      boi . Where is read aloud

    • @adiparzival4682
      @adiparzival4682 Před 4 lety +28

      @@alexjr977 After steps1 and 2 . When u open the epub file and touch any page, u will find three vertical dots at the upper right corner. There u'll find the read aloud feature.

    • @alexjr977
      @alexjr977 Před 4 lety +12

      @@adiparzival4682 bro i upload this on website not in app .But Thank you for sharing knowledge 😀🤗

    • @adiparzival4682
      @adiparzival4682 Před 4 lety +15

      @@alexjr977 Also I was thinking why work so hard when things are easy? 😅
      It's like u have a bike and u move around ur entire city to go to ur school which is just 15 minutes walk from ur home😂😂

    • @alexjr977
      @alexjr977 Před 4 lety +5

      @@adiparzival4682 Lol

  • @sanapalalakshmipathi
    @sanapalalakshmipathi Před 4 lety +657

    Don't do with Mathematics books.

  • @purpleghost3863
    @purpleghost3863 Před 4 lety +6

    This type of project puts a smile on my face. It’s fun, useful, and simple to understand and implement

  • @aravindkrishnasaravu2223
    @aravindkrishnasaravu2223 Před 4 lety +45

    Wow..This is legit the practical use of ML in real life which millions of people want to do..converting them into audiobooks is very helpful for college students and as a project to do it would be very helpful..Thank you, GCP...Now I know why I had subscribed to you guys..Thanks again :-)

  • @bucketofbarnacles
    @bucketofbarnacles Před 4 lety +19

    This is a fantastic idea for any PDF, not just research papers. I would take it two steps further. 1) Optionally converting it into a podcast format. As a podcast, I can listen to it in Airr, which allows you to bookmark audio clips and transcribe those clips. This is like taking notes while you listen, and is long-walk friendly. 2) Put this up on a web front-end for public use.

    • @Beautiful1234
      @Beautiful1234 Před rokem

      How do you do this?

    • @travv88
      @travv88 Před rokem

      that sounds like something I'd like. Often when I listen to things while walking I hear something I want to take note of and have thought of some solution like this.

  • @robmonkriedlinger
    @robmonkriedlinger Před 3 lety +5

    This is so exciting - perfect for my Dyslexic daughter to use at school - thank you!!!

  • @multiversodebolso
    @multiversodebolso Před rokem +1

    I am completely in love with this Google tool! The videos on my channel will be made completely like this and even in two languages!

  • @sadiqadeyanju
    @sadiqadeyanju Před 4 lety +2

    I used balabolka to extract the text from the PDFs, used find and replace to remove the garbage and used Amazon Polly to save the audio to an S3. Downloaded 32 hours audio from academic papers for my MBA class.

    • @hectorprx
      @hectorprx Před 3 lety

      Hello, I was using Polly also but limited to a 100 k of characters which required batching the job. Did you figure out a work around ? Thanks

    • @sadiqadeyanju
      @sadiqadeyanju Před 3 lety

      @@hectorprx nope, let me know if you ever do

  • @NathanSubramani
    @NathanSubramani Před 4 lety +3

    You have shared the approach highlighting the ML functions & other GCP modules.
    Gives a clear pathway in to how problem was resolved.
    Good one.

  • @Blue-_-Jay
    @Blue-_-Jay Před 4 lety

    I use this app called Read Aloud for PC and eReader Prestigo for Mobile. The voice sounds pretty natural to me - cutomizable. To add to that the text can be edited to your liking. As a lawyer, helps reading those lenghty judgements & books on the go. I am addicted to them now, can't imagine my life without them. No more scared of heavy texts and books - just need the pdf.

  • @carlitosviewsyou
    @carlitosviewsyou Před 4 lety +10

    Wow before this video came out, I put together a rudimentary version of this with AWS Polly. Your font-size based approach to cutting out the junk is so good.

    • @VilokReddy
      @VilokReddy Před 4 lety

      aws polly excellent tool

    • @hectorprx
      @hectorprx Před 3 lety +1

      Hello, I was using Polly also but limited to a 100 k of characters which required batching the job. Did you figure out a work around ? Thanks

    • @VilokReddy
      @VilokReddy Před 3 lety

      @@hectorprx I used polly way before I didn't have much idea at now

    • @carlitosviewsyou
      @carlitosviewsyou Před 3 lety +1

      @@hectorprx My script it iterates through the entire text and at every word, it adds the word length to a characterCount variable. I use the characterCount variable to make sure it grabs 100k characters or less at a time and if a word pushes it past the limit, I drop the word and send the request, before starting the next chunk. There's no way to increase the limit as far as I can tell.

  • @adityashaw3198
    @adityashaw3198 Před 4 lety +165

    Add this tech in an e-book reader and launch something like kindle, Google

    • @itsmerg5273
      @itsmerg5273 Před 4 lety +2

      yo HALO fan

    • @sasimitra5871
      @sasimitra5871 Před 4 lety +11

      It's already been there for years
      Google Play Books and Kindle have a read aloud option. AND Microsoft Edge's pdf viewer has a read aloud option.

    • @4TH4RV
      @4TH4RV Před 4 lety

      I am pretty sure Google books has that

    • @johnjordan3552
      @johnjordan3552 Před 3 lety +1

      There are apps like that but they don't have advanced settings over the TTS, a shame really

    • @flavioallemand5217
      @flavioallemand5217 Před 3 lety

      Some PDFs are actually images so it’s necessary first to convert the file into intelligible text and afterwards audio files.

  • @harshavardhannaik3325
    @harshavardhannaik3325 Před 4 lety +4

    Most PDF readers already provide this feature of 'read out aloud'. I have been using this feature for more than 9 years.
    But, it reads the page numbers as well which isn't a big deal.

  • @jofx4051
    @jofx4051 Před 4 lety +73

    Google: Upload video
    Also people: *There are many apps existing before you*

    • @Mzulfreaky
      @Mzulfreaky Před 4 lety +6

      Well, GCP is for developers so the video uploaded is targeted for developers to build their own in Google's cloud

  • @RaviTrek
    @RaviTrek Před 4 lety +4

    This was what .i was working on few years ago but approach used in this was amazing..

  • @alanwheeler1
    @alanwheeler1 Před 2 lety

    The @Voice Aloud app for Android has been reading PDF research papers, articles, and entire books to my ears since 2015!

  • @fuckedupguys
    @fuckedupguys Před 4 lety +1

    Simply you can upload to Google play books and there is a readout loud option in it.

  • @elvisjmartis
    @elvisjmartis Před 4 lety

    Since I do not have so much expertise in coding, what I did was used ocr and aligned the content in a word file. Then used the microsoft immersive reader to read out the text for me.

  • @KanagawaMarcos
    @KanagawaMarcos Před 3 lety

    The amount of views in this videos show how much good this problem is to teach as an example to google's cloud products.

  • @tinselinkl
    @tinselinkl Před 4 lety +1

    I've been using text aloud for all my pdf. So far so good. It reads blogs too or whatever on the screen.

  • @rachman3339
    @rachman3339 Před 4 lety +1

    I did the exact same thing 40 years algo, but instead a computer I used a tape recorder and myself as text to speech. And as a player and headphones I used a walkman.

  • @TrendRain
    @TrendRain Před 4 lety

    Yup. That's how it's done. Talk to someone who has done it, copy the code and tada you have built machine learning model that converts pdf to audio. I used to overthink about programing but this is a way to go.

  • @rahmankhan566
    @rahmankhan566 Před 4 lety +18

    This is already available in adobe few months back.

  • @anshulshrivastava7685
    @anshulshrivastava7685 Před 4 lety +4

    I am trying with different approach, like removing the words (

  • @javiermiranda-lozano9184
    @javiermiranda-lozano9184 Před 2 lety +2

    Great Video! But I was wondering if you could do a step-by-step video because I am having trouble with the minute details?

  • @GeekMustHave
    @GeekMustHave Před 3 lety

    You are a clever girl, said the Doctor. Love your delivery style and pace. The associated graphics are great for following the process. Keep broadcasting!!

  • @ashfaqueahamedf2820
    @ashfaqueahamedf2820 Před 4 lety +5

    Bring this soon i need to study with this for my exams😜

  • @tanveersingh8290
    @tanveersingh8290 Před 4 lety +2

    i made a similiar thing where i used my camera to detect text and it will speak it to me word by word while also highlighting the word. It can work in realtime where you use your camera and it can also work in normal mode.

  • @heyrmi
    @heyrmi Před 4 lety +1

    I am really amazed. I have a lot of books in pdf format.
    And have gone through the same phase.

  • @parasdahiya1823
    @parasdahiya1823 Před 4 lety

    Pocket app does this really well. I'm not sure if it handles PDFs but their own voice outputs are really good.

  • @douglasharley2440
    @douglasharley2440 Před 4 lety

    smart shortcut using the font-style hack...waaaay better than several days of marking-up for training.

  • @webdancer
    @webdancer Před 4 lety +1

    I've been using balabolka and the old ivona voices to achieve these seamlessly. Glad to see this on GCP. I'll definitely check this out. Thanks

  • @yogasounds1
    @yogasounds1 Před rokem +1

    can you do a step by step walk through of this procedure please? thanks

  • @DelfinoGarza77
    @DelfinoGarza77 Před 3 lety

    I like the "garbage text"....I gives me a clue that something is changing, or there is something I need to actually look at.

  • @zarnilynnkyaw
    @zarnilynnkyaw Před rokem +1

    Will there be an app for that, it would be really great to listen to paper while I'm on the treadmill.

  • @drwriddhimanchattopadhyay2701

    There is an app.
    eReader Prestige.
    It reads pdfs like audiobooks. It has local languages too.

  • @TomConder
    @TomConder Před 2 měsíci

    We have powerful LLM models these day. If you were to write this today, would you leverage them to filter out the junk words?

  • @shashankjajoo
    @shashankjajoo Před 4 lety

    Useful for reading anything which primarily requires your critical thinking, a good aid indeed.

  • @anispinner
    @anispinner Před 4 lety +1

    Finally... A channel without ads

  • @aspd00
    @aspd00 Před rokem +1

    Fantastic
    Now give an option for procrastinators

  • @wanderinghooligan
    @wanderinghooligan Před 4 lety +1

    Necessity is the mother of inventions

  • @wisdomlounge4452
    @wisdomlounge4452 Před 3 lety

    In many cases you can't be sure which of the non-standard font size text is "junk text" without manually looking it over. I wouldn't simply and categorically think of all headings and subheadings as "junk text".
    These parts of the document weren't put there for nothing. Their purpose is to help organize the information being presented. Once you see or have the heading/subheading read, you'll know, especially if you got distracted, where in the document you're at.
    You can also know, through the headings what's about to be covered. I'm also not really bothered about page numbers read out loud. To me that's kind of like an "audible progress bar". I don't mind knowing how far along I am in the audiobook converted pdf, lol.
    If it's a matter of speed and efficiency, increase the read out loud speed to 1.5x - 2x or whatever you can handle.

  • @deeliciousplum
    @deeliciousplum Před 4 lety +4

    Wonderful and practical use of machine learning.

  • @AdityaRajput-pj4yg
    @AdityaRajput-pj4yg Před 4 lety

    I use an app named "eReader Prestigio" which uses google text to speech engine allows me to listen like an audiobook. it's works actually better than I expected. and also they have paid version which uses their own developed text to speech engine which works similarly as shown in the video.

  • @manushitrivedi9182
    @manushitrivedi9182 Před 3 lety +1

    Hehheh I am doing this since last 6 months by just copy pasting the text to text to speech Google platform. Although this is the smart and easy way now ;) thanks for sharing...

  • @lautaroamore3597
    @lautaroamore3597 Před rokem +2

    this should be the first use of ai, i dont get why this is not the new form of adquiring knowdlege, it seems that no one is trying hard to use this kind of technology for real learning and discussion.

  • @SGoswami41
    @SGoswami41 Před 4 lety

    Have you ever heard about Narrator's Voice? It does the same thing, I'm using it since the last 3 years for making my college notes into audiobook, basically MP3 files.

  • @Alkhinjari
    @Alkhinjari Před 4 lety +47

    Please let the next project be: how to do a "literature review" using AI? this would be a revolutionary step in the research world.

    • @daleonai7448
      @daleonai7448 Před 4 lety +1

      This is an interesting idea!

    • @zapy422
      @zapy422 Před 3 lety +1

      I’m exploring this

    • @shantanujain6376
      @shantanujain6376 Před 3 lety +1

      Copy other similar topic's literature review and change the words. No plagiarism, no time spent and ready made references lol

    • @williamseipp9691
      @williamseipp9691 Před 3 lety +1

      literature review? you mean like sentiment analysis? Or summary?
      the latter is far more interesting, like an ELI5 app.

    • @AdobadoFantastico
      @AdobadoFantastico Před 3 lety

      @@zapy422 That's dope, best of luck!

  • @ihtesham_emon
    @ihtesham_emon Před 4 lety +2

    It still sounds like machine voice. Instead try IVONA text to speech engine for TTS which has very robust natural voice in HD quality.

  • @GermannoTeles
    @GermannoTeles Před 3 lety

    Can you show the cost off using cloud storage bucket + vision+ AutoML Tables and others

  • @Ramu294
    @Ramu294 Před 4 lety +1

    There are a lot of free apps which provide this function, what makes this different?

  • @JL-sp8ss
    @JL-sp8ss Před 2 lety

    thanks for this i need to try this. It will help my dyslexia condition. V hard to read text. i am wondering how easy to set it up.

  • @sohamgurav7713
    @sohamgurav7713 Před 4 lety +24

    The next thing we need to focus on is how to convert text to speech in natural voice, rather then that robotic

    • @tomfreemanorourke1519
      @tomfreemanorourke1519 Před 3 lety

      I believe there is the voice 'sampler' method from the early 90's that has now come full circle and one's 'own' voice is convertible as are many celebrity voices.....Could you listen to yourself reading aloud to?....yourself?.......

    • @williamseipp9691
      @williamseipp9691 Před 3 lety +1

      I was thinking about a related question: what are the audio qualities of the things we hear everyday? Specifically to your idea: what are the audio qualities of a given voice that make it sound robotic vs natural?
      If an AI model can Van-Goghify a photo with "style transfer" then surely another model can apply a realistic mask or filter of sorts to make a generic robotic voice sound human.
      Ugh. Actually that's a hard problem.

  • @aravindv9291
    @aravindv9291 Před 3 lety

    Should you be going for walks in the first place, if you are in quarantine?

  • @TIENTI0000
    @TIENTI0000 Před 4 lety +2

    that is just awesome! we are living in the future! finally

    • @lovingputu5916
      @lovingputu5916 Před 4 lety +2

      You do know right that there is an app named Moonreader ?

  • @pratyushpanda1985
    @pratyushpanda1985 Před 4 lety +7

    What is the total API and GCP cost for converting 1 pdf(10 pages) to an audiobook?

    • @dalemarkowitz8021
      @dalemarkowitz8021 Před 4 lety +4

      For me, it was free, because I stayed in the free tier! The cost varies depending on your usage. See the blog post for more details.

    • @siliconslice
      @siliconslice Před 4 lety +1

      @@dalemarkowitz8021 I used "IVONA Voices 2" with "Adobe Reader" 's 'Rread Out Loud' option but "IVONA" was for PC only and paid we need something same with Android handset but free. Can you please suggest us about that !?

    • @siliconslice
      @siliconslice Před 4 lety +1

      @@dalemarkowitz8021 And one friendly suggestion, you have 24 'subscribers' including me :D, you should upload.

  • @johnjordan3552
    @johnjordan3552 Před 3 lety

    There are apps that let you use tts on PDFs, it's a whole lot of more practical than using an mp3 file except that I haven't found a software that gives you the option to make the tts ignore certain texts(like page numbers, repetitive sentences at the top-bottom of texts etc.). So other than converting the PDFs to mp3 it would be more beneficial and productive to add advanced settings such as making tts ignore "garbage texts". If you guys develop a PDF reader like that, I'd definitely use it instead of the current app I am using

    • @Chloroplastism
      @Chloroplastism Před rokem

      try moon readers built in tts - you can modify settings to ignore stuff.

  • @arpit.s
    @arpit.s Před 4 lety +27

    How about building an AI that reads text and summaries it? What extra steps will be needed apart from the above mentioned ones?

  • @paulbernardo6626
    @paulbernardo6626 Před 4 lety

    Pls launch such feature this year this is amazing

  • @Clire-h6r
    @Clire-h6r Před 3 lety

    What about for those of us who can't buy the "bucket" on google?
    Thank you Dr Markowitz and chalom!

  • @VishwaSeneviratne
    @VishwaSeneviratne Před 4 lety +2

    Hi Dale, I would like to see how to use GCP ML services to use time series data from things like metrics and predict future behavior patterns etc.

    • @dalemarkowitz8021
      @dalemarkowitz8021 Před 4 lety +1

      Hmm, good idea!

    • @VishwaSeneviratne
      @VishwaSeneviratne Před 4 lety +2

      @@dalemarkowitz8021 I was clueless about how to do it. I'm interested on a using data set like InfluxDB or Prometheus. Would be grateful if you can initiate a video on that. By the way your videos are very good. Keep up the good work!!!

  • @DhruvSingh-ru8nx
    @DhruvSingh-ru8nx Před 4 lety +2

    Really interesting and informative. Looking forward to more videos based on projects on ML/AI

  • @yash1152
    @yash1152 Před 3 lety +4

    3:47 no comments on the "perfect" voice choice!!?

  • @catafest
    @catafest Před 3 lety

    Another nice lady in her own way. First, this is not a new idea to dispose of garbage. Secondly, the voices are so artificial - maybe Google should finish them a little - I could tell you how ... but ... anyway, if you want an idea, I recommend you convert the images to a format vector.

  • @neerajkotwal
    @neerajkotwal Před 4 lety

    Convert pdf to epub and upload it to Google play books and select read it aloud. It works great.

  • @1anre
    @1anre Před 4 lety

    Been thinking of how to replicate Adobe Reader voice assistant in other documents which are open on other applications & now this GCP ML project popped up.
    Mega Cool

  • @sheikhakbar2067
    @sheikhakbar2067 Před 4 lety +1

    Wow, wonderful tips and tricks... I went through that ordeal!

  • @ALITTLESILLYXD
    @ALITTLESILLYXD Před 3 lety

    I was doing this but with other apps and did not have a way to eliminate garbage text. The other problem i some time have is that instead of reading the words my text to speech start reading the letras

  • @ashishkapoor6637
    @ashishkapoor6637 Před 3 lety +1

    In setting text to speak option turn on and pdf
    Audiobook make easily

  • @chrisford7351
    @chrisford7351 Před 8 měsíci

    Good job and very interesting! Thanks

  • @yukiyuka731
    @yukiyuka731 Před 4 lety +2

    Need this because I’m too lazy to read my essays.

  • @DumblyDorr
    @DumblyDorr Před 4 lety +5

    This is very cool! Though I fear the usefulness of reading academic texts aloud is limited because of the many figures and formulas they often contain.
    I do like the approach of choosing the most-used font-size as a heuristic indicator - nice thinking :)

    • @delfinenteddyson9865
      @delfinenteddyson9865 Před 3 lety +1

      I suppose it highly depends in what academic field you are. For a lot of social sciences it could be quite nice.

    • @kemi9403
      @kemi9403 Před 3 lety +5

      *laughs in social sciences*

  • @user-or7ji5hv8y
    @user-or7ji5hv8y Před 4 lety +2

    This is cool project. Is it expensive though? cool, I saw the answer now. Thanks!

  • @rishabhkumardjain
    @rishabhkumardjain Před 4 lety

    @Voice app does this exact same thing. Not only does it handle PDFs but also a few other audiobook formats

  • @iau
    @iau Před 4 lety +90

    _"So now that I'm in quarantine, I go out on walks without a mask"_

    • @johnjordan3552
      @johnjordan3552 Před 3 lety +2

      The masks, especially when worn appropriately, greatly reduces the spread of water droplets that come out of our our mouths and nose. Which the germs that gets transmitted to one another reside in

    • @JBB685
      @JBB685 Před 3 lety

      Why would you walk outside with a mask on

  • @Inkling777
    @Inkling777 Před 3 lety

    Those who point out that math equations, and indeed a lot of scientific notation, doesn't translate well into speech are right. To handle such situations, the text-to-audio might refer someone to the smartphone screen, where the equation is display.

  • @jaydev7248
    @jaydev7248 Před 3 lety

    Interesting & very useful concept for Google Android app making.

  • @davefranciscasinillo8948

    I do not say audiobooks is not good. But one thing is sure, reading will make events, data and everything that we read be saved in our long-term memory in our brains while audio will just be as easily discarded by our brains as another noise. Reading is more efficient than listening.

  • @md0987
    @md0987 Před 4 lety

    Making this as a Google new service would be very easier and faster and even better for everyone

  • @QuizmasterLaw
    @QuizmasterLaw Před 3 lety

    What about books with 2 languages e.g. bilingual novels or language teaching books?

  • @Jd-zd6bh
    @Jd-zd6bh Před 4 lety

    Whoa!! Some part of the speech sounds like real human talking, specially the last part. . . . Great work. .

    • @MerciBro
      @MerciBro Před 3 lety

      You should try J on -4 pitch.

  • @adamm2716
    @adamm2716 Před 3 lety

    neat project i might have to try to do it myself

  • @MD-wr4ul
    @MD-wr4ul Před 3 lety

    Google Vision API "interactive API template" is not opening, When i am clicking "Public access Permission:Public to internet". Google Cloud Platform=>Storage=>Bucket=>uploaded image (Public access Permission:Public to internet). Please help.

  • @user-or4fr9hr5y
    @user-or4fr9hr5y Před 4 lety +1

    Two days?!!! you could build javascript library to select header and body by select the area and just let it calculate the area and the rest of the data you collecting

  • @sm4773
    @sm4773 Před 4 lety

    My pdf reader does that (foxit pdf). I use it for proof check. However, it can not omit page number, line number, equation or all unnecessary things.
    I guess its a great app idea and very useful for website like newspaper reading also. I saw one newspaper have inbuilt in them.
    Another important thing is the reverse. I record every lectures in mp3 but can't convert in text easily. I heard Google is working on it and made it available in Google phones.

  • @Trazynn
    @Trazynn Před 3 lety

    I love the project, exactly wat I was looking for. However, I do (subjectively of course) prefer Azure's voice generator so that's what I'm using the final part for.

  • @sunapurva
    @sunapurva Před 4 lety

    Using the "Read Aloud" function in Microsoft Edge browser is simpler (at least for those who don't want to take the pains of building a custom program)!

  • @abhishtindulkar
    @abhishtindulkar Před 3 lety

    do they use chrome OS in the video or they just used apple? the three dots in the top left of the browser...

  • @PhillipAmthor
    @PhillipAmthor Před 3 lety +3

    3:43 Look at me Rick i am your narrator. Im Narratormorty!

  • @Rohitsinha4353
    @Rohitsinha4353 Před 4 lety

    Just copy paste in Google translate and use the mic option to read it.

  • @Beautiful1234
    @Beautiful1234 Před rokem

    Thank you for the great video! how can we download the audio book after completing the process? appreciate if you can share

  • @poojaparis
    @poojaparis Před 3 lety

    I use ereader prestigio app on my android phone. It has read out loud function, with many accents and choice between male and female voice. Besides all this you can easily control the speed and pitch of the voice. As for the research articles I don't like to use read out loud function because it needs more focus and I can't multitask while reading them (💯% focus).

  • @craigstark22
    @craigstark22 Před 9 měsíci

    Great idea, but what about non-public content copyright and AI LLM governance issues?

    • @curious_one1156
      @curious_one1156 Před 6 měsíci

      Not for commercial use without Author's permission.