Build a Simple Language Translation App using Python for Beginners

preview_player
Показать описание
Want to build your very own language translation app?

Well in this video you can using Hugging Face Transformers!

In this video you'll learn how to:
1. Instal Gradio and Transformers
2. Translate text using a SOTA deep learning translation pipeline
3. Building a lightweight machine learning app using Python and Gradio

Get the code:

Links

Chapters
0:00 - Start
0:11 - Gameplan
0:48 - How it Works
1:25 - Tutorial Kick Off
2:14 - 1. Install and Import Dependencies
9:24 - 2. Load Pipeline and Translate
12:22 - 3. Create Gradio App
19:52 - Wrap Up

Oh, and don't forget to connect with me!

Happy coding!
Nick

P.s. Let me know how you go and drop a comment if you need a hand!
Рекомендации по теме
Комментарии
Автор

Your pronounciation was pretty good. Except the larger text at the end xD Keep up the awesome videos!
Cheers from germany

geriain
Автор

Such an easy way to make an interactable API. Thanks for a great tutorial

ear
Автор

This video answered so much for me. Thank you!

noname
Автор

You are superb. He is no nice guy. he accepted my request on LinkedIn.

pratikpatil
Автор

Great video. Have you built any voice based translation app? Probably using Google translate.

mytubejaved
Автор

Nicholas, you are awesome. Thanks for all the amazing content.

realmantilla
Автор

I love ur work bro.
Is it possible to add in a text to speech and vice versa?

ChikwenduChibudom
Автор

Hello, . Nicholas...ive emailed you a few questions. You are an amazing guy!! Thank you for all you do!!

wgalloPT
Автор

We love you man.. What is your next video is about ?

riyaz
Автор

the gradio module is really convenient for creating webapp UI instantly with your models (premade or built yourself). Too bad it doesn't work with real time object detection.

satoshinakamoto
Автор

Awesome! Really PUMPED and looking forward to watch this video!
But unfortunately it is like 3:50am here in germany right now, so I kinda don't have time to watch now and have to wait until tomorrow/later :(
I probably should have gone to bed like.. a couple hours ago :D

Wanted to leave a comment here anyway for the ol' YouTube algorithm :) So, please please, oh YouTube Algorithm, give this MAN a million subs in the next two days or so, because if there's one guy who really deserves it, it's Nick :D I sincerely mean it :)

I always wanted to get more into language stuff, like translation and also analysis, maybe even procedurally generating poems or something like that. I love languages :D
So I am REALLY looking forward to this video!
Thank you so much for all your work and love you put into all of this! Much much appreciated!
Also I still have like your last 4 or 5 videos to catch up, didn't have much time lately.. not enough hours in a day :D

NoMercy
Автор

Hey, Nick. Could you share with me how to deploy my Neural Machine Translation using Sequence to Sequence RNN method that i build in Jupyter Notebook? Where should I learn and get the documentation to follow?

denayaadam
Автор

I guess Chinese is usually shown as zh, Also, how can someone train a model for this huggingface transformers? If I know the way, I may train the english to persian model!

muhammadrezahaghiri
Автор

hey nick great content as usual, I have a request, can you do a video for training gpt-neo for fine tuning, please

VivekSingh-inrq
Автор

Can it translate to a language that is not really popular.

jean-loudesire
Автор

Hi Thanks for the Video. Please I am looking to make translation from english-hausa but can't seem to find the correct library or how to go about please could you guide me and I also want to add audio text to mine to appear under text. I look forward to hearing from you soon.

musachristopher
Автор

I pretty much understand everything besides one.
Or i haven't used python in a while and it looks completly different

But van you explain me how you did that
in your browser?

Ctrl+o?

alaindhooghe
Автор

ZH is language code for china which I suppose comes from the mandarin name for china ‘zhong guo’

patrickm
Автор

Thank you for your explanation but can you please guide me or share any link github with me about how to deploy my NMT RNN Model that I made using Tensorflow in Jupyter Notebook to be website application?

munakadir
Автор

wondering what if we wanted to allow the user to select the language desired to be translated???? how do we implement that functionality

Vcode