☆ Yσɠƚԋσʂ ☆@lemmy.ml to Open Source@lemmy.mlEnglish · 3 days agoMicrosoft open-sourced a Python tool for converting files and office documents to Markdowngithub.comexternal-linkmessage-square18fedilinkarrow-up1118arrow-down15cross-posted to: opensource@programming.devhackernews@lemmy.bestiver.se
arrow-up1113arrow-down1external-linkMicrosoft open-sourced a Python tool for converting files and office documents to Markdowngithub.com☆ Yσɠƚԋσʂ ☆@lemmy.ml to Open Source@lemmy.mlEnglish · 3 days agomessage-square18fedilinkcross-posted to: opensource@programming.devhackernews@lemmy.bestiver.se
minus-squareutopiah@lemmy.mllinkfedilinkarrow-up1·2 days agoThanks for the clarification. I checked the code you linked and noticed recognize_google and seems it’s relying on https://github.com/Uberi/speech_recognition which then seems to rely on https://github.com/Uberi/speech_recognition/blob/master/speech_recognition/recognizers/google.py so basically are they using an API, sending all the audio data to Google servers?
minus-squaredjangolinkfedilinkEnglisharrow-up1·1 day agoYes, this is how I read it as well. The library would support to use a local model, but they decided to just send the audio data to Google.
minus-squareutopiah@lemmy.mllinkfedilinkarrow-up3·1 day agoMight open up a GDPR related issue there. I don’t think people using such a library assume they need connectivity nor that their data would be send to a 3rd party.
Thanks for the clarification. I checked the code you linked and noticed
recognize_google
and seems it’s relying on https://github.com/Uberi/speech_recognition which then seems to rely on https://github.com/Uberi/speech_recognition/blob/master/speech_recognition/recognizers/google.py so basically are they using an API, sending all the audio data to Google servers?Yes, this is how I read it as well. The library would support to use a local model, but they decided to just send the audio data to Google.
Might open up a GDPR related issue there. I don’t think people using such a library assume they need connectivity nor that their data would be send to a 3rd party.