Language Translation and Identification in 10 Minutes with Python and Watson AI

  Рет қаралды 16,398

Nicholas Renotte

Nicholas Renotte

Күн бұрын

Пікірлер: 47
@exclusivestudios
@exclusivestudios 3 жыл бұрын
For anyone who had this error in the console: "jwt.exceptions.DecodeError: It is required that you pass in a value for the "algorithms" argument when calling decode()." That error occurred because of the newest version of PYJWT, to solve that run in your console: "pip install PyJWT==1.7.1" btw, cool tutorial thanks man!
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Heya, thanks for helping out the fam! Awesome to note!
@prettyzucchini2207
@prettyzucchini2207 3 жыл бұрын
Thankyou so much, you saved my butt! I have been trying to figure out how to make this for my IBM certificate and you have the only video that I apparently could find to explain to me how to do this
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Ah awesome, how are you finding the cert @Zachary?
@prettyzucchini2207
@prettyzucchini2207 3 жыл бұрын
@@NicholasRenotte very informative, love the opportunity to be able to learn knew things in the AI field! I had no idea that there were so many available options on IBM
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
@@prettyzucchini2207 glad I could share! Plenty of APIs in the stack to play with.
@spencergarth5787
@spencergarth5787 4 жыл бұрын
Another great video Nick thanks! Love the intro too lol
@NicholasRenotte
@NicholasRenotte 4 жыл бұрын
From the Somm himself! Thanks @Spencer Garth!
@mathewd6870
@mathewd6870 3 жыл бұрын
Hi Nicholas, Very nice video with detailed information. Can you please guide me for the following two queries 1. How can we go offline conversation of these detected languages? 2. Do we have another provision means without using ibm watson ?
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
For these particular APIs it's all online Mathew, could take a look at the stuff from Hugging Face for alternatives?
@rainbowchild63
@rainbowchild63 3 жыл бұрын
Hello Nicholas!. I have found interesting channel ,that will help me begins my way to programming. Thank you!
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
AWESOME you're on the way!!
@NurefsanKopuz
@NurefsanKopuz Жыл бұрын
Hi, I cannot see the language options in the video in the text to speech section. I see the service as supporting English (dialects of Australia, the United Kingdom, and the United States), French (dialects of Canada and France), German, Italian, Japanese, Korean, Portuguese (Brazil), and Spanish. How can I add languages such as Chinese or Turkish?
@sirrr.9961
@sirrr.9961 Жыл бұрын
Your videos are so awesome please teach us python from scratch as I am completely a noob.
@daljeetsinghranawat6359
@daljeetsinghranawat6359 10 ай бұрын
Just a qurey, As a developer, if we develop a travel guide app.....since there is only few thousand words limit.....just to clarify ...does the developer uses these apikeys and url to create real world travel guide apps....in that case does the developer create interface for user to make payments to further use apikeys after free limit....or does the developer create its own apikeys ..implimenting them from scratch and training them on suitable data......or both ?
@tracygoodluck5469
@tracygoodluck5469 3 жыл бұрын
Hello Nicholas! Really interesting work. Thank you for sharing. How do you slow down the voice for text to speech? Mine is talking really fast. lol
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Heya @Tracy, you can jerry rig it quickly and add commas to have it take longer pauses or do it through a direct request using the parameter prosody rate: e.g. Dropping rate by 20% curl -X POST -u "apikey:apikey" ^ --header "Content-Type: application/json" ^ --header "Accept: audio/wav" ^ --header "prosody rate: -20%" ^ --data "{\"text\":\"Adult capybaras are one meter long.\"}" ^ --output hello_world.wav ^ "URL/v1/synthesize?voice=en-US_HenryV3Voice" Let me know if you want a vid on this, might be useful!
@tracygoodluck5469
@tracygoodluck5469 3 жыл бұрын
@@NicholasRenotte Yes please, will be very helpful to get a vid, I'm trying it on a large text file. Thanks
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
@@tracygoodluck5469 got it, added to the list!
@tracygoodluck5469
@tracygoodluck5469 3 жыл бұрын
Thanks a lot!
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
@@tracygoodluck5469 anytime!!
@DhruvPatel-mg6ou
@DhruvPatel-mg6ou 3 жыл бұрын
Hey Mr, cool stuff I have small doubt about if you deploy model called sign language translator and you are getting word for example 'Thank you ' then how this text can be converted onto speech because this model is deployed on site rather than code for tts conversion ...
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
You should still be able to call out to the TTS API, would need CORS enabled if you're deploying as an App!
@hadyalmaddah1710
@hadyalmaddah1710 2 жыл бұрын
Hi Nicholas, Very nice video with detailed information. Can you please guide me if i want to translate a file instead of acertain text
@raizera_
@raizera_ 2 жыл бұрын
how do you know in 7:25 ? translation['translations'][0]['translation'] this is a concept in python? sorry, I'm beginner.
@xarpatal8494
@xarpatal8494 5 ай бұрын
Great video thanks a lot. It made my day. I have an issue with translation that how to translate from English to other languages but the output text should be in English. When i am using 'en-zh' it outputs translation in Chinese text. But i want the Chinese translation in English text. How can i do that. Pls Help me.
@aleksandramilicevic1153
@aleksandramilicevic1153 3 жыл бұрын
Well, unfortunately, IBM account is refusing to be made, Error: Could not place order. Problem authorizing the credit card. We are unable to process your request: Those card details could not be verified with the payment gateway. i just wanted to make an account :(
@tolu-john
@tolu-john 2 жыл бұрын
I am also facing the same issue
@chandanm2491
@chandanm2491 3 жыл бұрын
can it identify multiple different languages
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Yup
@hongmeixie409
@hongmeixie409 3 жыл бұрын
how to do that translation in real time and display side by side?
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Heya @Hongmei, would need to dig into this a little more. Haven't tackled it yet!
@tikiristo5454
@tikiristo5454 Жыл бұрын
i want to translate a word doucument How can i do it
@nizarnizar2356
@nizarnizar2356 2 жыл бұрын
Bonsoir Nicholas!! I need your HELP PLZ i got this error when i try to test my function AssertionError: {'translations': [{'translation': 'Hallo'[37 chars]': 5} != 'hallo' I have no idea how can I fix it ? I did a long search but i didn't found anything Thanks for advance to anyone could help me
@lemonadepromotions2387
@lemonadepromotions2387 3 жыл бұрын
Great explanation, I have 1 problem when trying to get only the translation is not filtering anything out, it still prints the extra data, any ideas where I have gone wrong, I am just learning and using piecharm TIA
@lemonadepromotions2387
@lemonadepromotions2387 3 жыл бұрын
Fixed by adding var = translation["translations"][0]["translation"] guess that's a Jupiter thing. thanks again
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Awesome work @Lemonade Promotions!
@yogeshjadhav5851
@yogeshjadhav5851 4 жыл бұрын
sir thanks for this tutorial.. pls make one more video on twitter trending, you tube trending, and other social site trending application but with online web development...
@NicholasRenotte
@NicholasRenotte 4 жыл бұрын
Thanks @Yogesh Jadhav, I'll add it to the plan!
@coderistan
@coderistan Жыл бұрын
nice video
@rgm2754
@rgm2754 3 жыл бұрын
Nice!!!
@NicholasRenotte
@NicholasRenotte 3 жыл бұрын
Thanks sooo much!
@rodrigoreyes3952
@rodrigoreyes3952 2 жыл бұрын
Hi bady great video is posible to speach spanish and translate on ingles with out tex thaks my friends olso you any idea how to set up this Build a Speech Translation Bot with Twilio Programmable Voice and IBM Watson
@woodyermine2172
@woodyermine2172 4 жыл бұрын
What’s the translation for this: rqGZgIpf
@NicholasRenotte
@NicholasRenotte 4 жыл бұрын
Not too sure @WoodyErmine. Can you share a little more? That's the translation you got out?
@muhammetgurban2102
@muhammetgurban2102 4 жыл бұрын
HELLO RENOTTE. CAN YOU SENT ME. JUPYTER FOR WINDOWS 10. PLEASE
@NicholasRenotte
@NicholasRenotte 4 жыл бұрын
The notebook? Check this out 😀 github.com/nicknochnack/LanguageTranslationandIdentification
AI Speech to Text for LONG Files in 15 Minutes with Watson STT and Python
17:39
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
HELP!!!
00:46
Natan por Aí
Рет қаралды 52 МЛН
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 4,2 МЛН
Let's Recreate Google Translate! | Neural Machine Translation
15:34
Google Translate API with Python
10:47
Parwiz Forogh
Рет қаралды 67 М.
Transcribe Video to Text with Python and Watson in 15 Minutes
15:12
Nicholas Renotte
Рет қаралды 52 М.
2. OpenAI Whisper - Fed Speech Recognition
22:59
Part Time Larry
Рет қаралды 117 М.
AI Text to Speech in 10 Minutes with Python and Watson TTS
13:57
Nicholas Renotte
Рет қаралды 94 М.
Free and Easy to Use Python Deep Translator | #164
14:11
Brandon Jacobson (Jacobson Enterprises)
Рет қаралды 3,8 М.
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН