Really helpful - many thanks! I wish you would do something similar with Texture and Pydantic.
@chrisder18142 күн бұрын
hello fdsvjc
@chrisder18142 күн бұрын
hello
@leodark_animations20842 күн бұрын
Just curious, could this approach allow to build a virtual assistant by binding some functions to keywords?
@Ianwolf-u8h4 күн бұрын
Damn,am a freelancer and each time after completing a project ,i let engineers in or their computer using remote access,next time i want them to test apps,i will use this.....
@AhamedathilKhan-x7c4 күн бұрын
The best course that I've seen thank you
@anttiop6 күн бұрын
Thanks for the indepth, yet easy to follow-along tutorial. However, I guess that there has been some updates in Docker network as the connection to Redis server does not work. Has anyone run in to same issues and are there any pointers for solutions?
@ebtesamel-hossiny56316 күн бұрын
good video but kindly attach the source code to facilitate learning and experience
@alaa-f5y7j7 күн бұрын
Thank you so much I want to add voice chatbot can I? how?
@lathikawathsara26497 күн бұрын
@zainali5018 күн бұрын
can we get the contents of closed caption of each video used for langchain RAG to generate an app which gives the videos in the streamlit app?
@iNTERnazionaleNotizia5899 күн бұрын
Hi I want to ask, Is it possible to load a Pretrained model from other Dataset (such as BTCV or BraTS2021) , and use it for inference to a different dataset (such as ISLES 2022)?
@manuelj.46109 күн бұрын
What color theme is this?? Thanks
@lucasacchiricciardi10 күн бұрын
Thanks for this video!
@polavarapudurgesh393710 күн бұрын
can you give me dataset for this.
@hansdayo13 күн бұрын
Thank you for making this video. It's very Informative and gonna help me a lot in my future project
@donfeto763616 күн бұрын
Great content bro
@kentemaley66717 күн бұрын
hey have watched all the episodes thanks!,,, here comes the twist apon implementation it wants me to paraphrase the intent i n intents.json else it returns the output " i dont understand... "
@elise861917 күн бұрын
For people using this with Jupyter notebooks/labs in a virtual environment, I had problems getting TensorBoard to connect. I had to run TensorBoard within the Jupyter notebook with: %load_ext tensorboard %tensorboard --logdir runs Which also opens the tensorboard within a jupyter cell.
@talentcutglobal17 күн бұрын
Such a trash tutorial
@TheAdityanand18 күн бұрын
thanks a lot Patrick. you are the best.
@zaiyrsharsheyev18 күн бұрын
Amazing explanation. Thank you so much!
@NostalgiaT18 күн бұрын
hello, any advice how I can prep for interview for this?
@NostalgiaT18 күн бұрын
what does resnet18 mean?
@shafqat113819 күн бұрын
Great tutorial but you kind of obfuscated it at the end.
@peilanhsu19 күн бұрын
Thank you SO MUCH for making this video! I'm transitioning from TF to PyTorch and REALLY needed a "same model, both frameworks" video like this one!
@enockoloo381420 күн бұрын
this is great indeed.
@Cheesestroker23 күн бұрын
What interface is he using for this? I am using jupyter notes but it doesn't show drop down list for all the commands when you type.
@kentemaley66724 күн бұрын
hey good tutorial,, am using vs code but am unable to save file under the name nltk_utils,py
@PriyankaMC-cn7vp24 күн бұрын
post request is not working. its not taking input in frontend
@AlfonsoLopez-l9h24 күн бұрын
This is such a great video, thank you!
@jeff-badu25 күн бұрын
I learned a lot. Thank you.
@NostalgiaT25 күн бұрын
what is numpy useful for
@max-047327 күн бұрын
Your first name reminds of someone😢😢
@alasnw27 күн бұрын
this is literally a full course in 29 minutes! AMAZING :)
@AneeqaKhalil28 күн бұрын
very comprehensive
@maxpreobrazhensky712429 күн бұрын
IMO, Django is easily the worst Python framework. It's bloated and tightly-coupled. To start developing APIs you have to install a bunch of requirements (including DRF), because it isn't made for APIs-development out of the box. At the same time, out of the box, Django is full of tightly-couple stuff that you may never need in your project (Django Admin, etc). I also think that Django's ORM is much worse than SQLAlchemy, which can be used on its own and with other frameworks, while Django ORM is tightly-coupled with Django. Also, originally, its ORM was as far away from SQL as it could've been. Meaning, engineers, highly-proficient in SQL, had to learn it as a some sort of a second language, because their SQL knowledge wasn't applicable to Django ORM.
@SuzukiRoblox_1234529 күн бұрын
I searched round and round we go tutorial…
@РодионЧаускин29 күн бұрын
Martinez Jennifer Walker Thomas Williams Richard
@ak2k229 күн бұрын
Hits good on 1.75x
@NostalgiaTАй бұрын
im getting this when installing pytorch UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\utils\tensor_numpy.cpp:84.) cpu = _conversion_method_template(device=torch.device("cpu"))
@mtkoliАй бұрын
Very good video, thank you
@RatherBeCancelledThanHandledАй бұрын
You’re a great teacher ❤ , thank you .
@christian-nag0007Ай бұрын
I learned a lot, cheers from Germany
@ultimateblue4568Ай бұрын
great lectures, thanks
@HarshitChoudhary-g4kАй бұрын
15:51
@HarshitChoudhary-g4kАй бұрын
42:53
@taniya3686Ай бұрын
how to integrate this chatbot to our website?
@Yodad0110Ай бұрын
mydic*?
@payman_azariАй бұрын
A must see series for people thinking they know Python but with not so much experience.