Тёмный

Build an AI/NLP TV Series Analysis System with Hugging Face, Chatbots, Spacy, Gradio, and Python 

Code In a Jiffy
Подписаться 30 тыс.
Просмотров 13 тыс.
50% 1

Опубликовано:

 

13 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 47   
@meu22422
@meu22422 19 дней назад
JazakAllah brother. First the football one and now this, You have no idea how many jobless people you are helping to get a job.
@Mehrdadkh87
@Mehrdadkh87 18 дней назад
R u using that in your resume !?
@meu22422
@meu22422 17 дней назад
@@Mehrdadkh87 why not?
@Filthbatman
@Filthbatman 13 дней назад
@@meu22422 they will know 🤣 almost half a million people watched it so think abt it
@emir5146
@emir5146 20 часов назад
When you see the Activate Windows phrase, you know that it being such a wonderful video.
@salwamh2942
@salwamh2942 16 часов назад
im so glad i found your channel! its a treasure honestly!
@sai_ai-z1c
@sai_ai-z1c 7 дней назад
This video offers a fascinating dive into TV series analysis with a smorgasbord of AI techniques. From scraping data with Scrapy to crafting character networks and building chatbots, it’s a treasure trove for anyone eager to explore AI's creative potential.
@shotbotop3790
@shotbotop3790 19 дней назад
Here before this blows up!! bro you are a legend🙌
@PhamDuc8504
@PhamDuc8504 18 дней назад
Thanks for your contribution. Hope you will come up with more projects about chatbot, or maybe image generation. I am looking forward to it!! 👏👏👏
@ajaykumarreddy8841
@ajaykumarreddy8841 19 дней назад
I just found out what I am doing this weekend :D. Thanks a lot brother!
@anandsharma1005
@anandsharma1005 19 дней назад
just saw this in my feed, gonna complete this now
@vaishnavnegi9640
@vaishnavnegi9640 19 дней назад
Thanks bro! Your tutorials are really gr8 and detailed. I always enjoy following them. More of the Gen AI and LLM projects. This is in vogue.
@shreyojitdas9333
@shreyojitdas9333 19 дней назад
u a life saver in this tough job market
@Lostveroo
@Lostveroo 3 дня назад
Could you create one for boxing like you did for tennis? I would love a tutorial to follow along with!
@ingridakaz9097
@ingridakaz9097 14 дней назад
Amazing as always!
@utkarshkapil
@utkarshkapil 19 дней назад
ALways love unique projects. Thanks!
@emir5146
@emir5146 19 дней назад
Allah bless you my friend. Your channel is my favorite among my 3 favorite channels on RU-vid. Andrej Karpathy, Umar Jamil and You. How can donate you on the youtube?
@TRISITGANGULY
@TRISITGANGULY 19 дней назад
you are a saviour bro
@truthseeker457
@truthseeker457 19 дней назад
Assalamu alaykum brother. I was watching your tutorial on football detection. Thank you. If I don’t understand something, I will ask you.
@pmnt98
@pmnt98 14 дней назад
ur the best thx so much for this insights..
@akj3344
@akj3344 17 дней назад
Incredible video. WiIl do this on a chill weekend. Would you consider doing a recommender system project?
@judevector
@judevector 12 дней назад
Wtf I am just seeing. This is amazing ❤
@georgejere2306
@georgejere2306 19 дней назад
You are a genius🤖
@OmegaR4y
@OmegaR4y 19 дней назад
Thank you! 🙏
@oforibright5628
@oforibright5628 12 дней назад
another way of getting the texts in subtitles is spiltting by ",," and taking the last element
@rgolanng
@rgolanng 16 дней назад
Please make a go/rust deployment project
@oforibright5628
@oforibright5628 13 дней назад
im a having a problem with the css selectors I wrote the ones in the video and they dont work. smw-container returns an empty list. what could be the problem. I have checked for typos.response.css('.mw-parser-output .smw-columnlist-container a::attr(href)') all these dont work only think prodint output is response.css('.mw-parser-output a::attr(href)).getall() but produces links I dont need
@codeinajiffy
@codeinajiffy 13 дней назад
This is the the for loop line. It's a little different from what you wrote. The code is in the Github repo and I just reran and it's working fine. Maybe just copy paste it from there. for href in response.css('.smw-columnlist-container')[0].css("a::attr(href)").extract():
@SM-vz1ek
@SM-vz1ek 19 дней назад
Thank ypu so much ! I'm looking for an genAI project with Azure. Any advice?
@codeinajiffy
@codeinajiffy 17 дней назад
I haven't worked with genAI with Azure. But there were some new releases in GCP and AWS that I played around with. They make utilizing and deploying LLMs very easy. I'm not sure whether Azure has similar solutions or note yet.
@SURYA_BS
@SURYA_BS 5 дней назад
Do you guys actually put this in resume or is it just for learning purpose? I'm honestly confused.
@emir5146
@emir5146 20 часов назад
I think both of them.
@PANDURANG99
@PANDURANG99 14 дней назад
Need process from development to deployment
@oforibright5628
@oforibright5628 13 дней назад
the selectors in the video dont work. how can i resolve. anytimes i call the selectors from smw-columnlist the output is empty
@codeinajiffy
@codeinajiffy 13 дней назад
This is the the for loop line. It's a little different from what you wrote. The code is in the Github repo and I just reran and it's working fine. Maybe just copy paste it from there. for href in response.css('.smw-columnlist-container')[0].css("a::attr(href)").extract():
@jahidmdhasan1021
@jahidmdhasan1021 8 дней назад
I have a Laptop configuration of 8 GB RAM and Nvidia RTX 1650, I am planning to upgrade the RAM to 16, will I be able to run these LLMs locally or should I try using a less powerful model. kindly, provide your suggestion, please
@codeinajiffy
@codeinajiffy 8 дней назад
I think, RTX 1650 have 4GB of GPU memory which is enough for 3 of the 4 models I use. Actually those 3 models will work with the 8 GB of RAM. but Llama is big and requires at least 12 GB of GPU memory. I show you how to run this on Google Colab so you don't have to run it locally.
@Mehrdadkh87
@Mehrdadkh87 18 дней назад
Like
@truthseeker457
@truthseeker457 19 дней назад
Is it any possible to contact with you?
@codeinajiffy
@codeinajiffy 17 дней назад
You have my email and LinkedIn profile linked in the RU-vid channel's information.
@user-le4cl8mx6f
@user-le4cl8mx6f 7 дней назад
Perez William Lee Elizabeth Thomas Sharon
@user-rk6mn4se8n
@user-rk6mn4se8n 18 часов назад
i am new in ai its worth for me watching out not
@IsaiahUla-r6w
@IsaiahUla-r6w Час назад
Clark Melissa Robinson Dorothy Thomas Michelle
@MahmutAyabakan
@MahmutAyabakan 4 дня назад
Moore Patricia Lee Jennifer Harris Deborah
@user-vw8xh5ko5d
@user-vw8xh5ko5d 3 часа назад
Brown Ronald Harris Jessica Williams Daniel
@northernswedenstories1028
@northernswedenstories1028 18 дней назад
OSError: [WinError 127] The specified procedure could not be found. Error loading "C:\Users\....\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\lib\torch_cuda.dll" or one of its dependencies. unfortunately i had to give up with your tutorial as getting pytorch to work is a nightmare. it doesnt seem to work. i've tried different versions and different python kernals. i installed everything using pip. just doesnt work
@codeinajiffy
@codeinajiffy 17 дней назад
I get the frustration of installing things. Especially on windows. I use WSL to simulate a Linux environment so that I don't have to deal with this. I recommend you to run it Google colab directly like I'm doing in the tutorial. You will just have to skip running locally. Another longer solution is to download WSL and set up your environment there. But that can be a long process.
Далее
Has Generative AI Already Peaked? - Computerphile
12:48
A New Theory of Everything Just Dropped!
7:06
Просмотров 701 тыс.
We switched from Python to GO!
12:23
Просмотров 3,3 тыс.
Why I Switched from Python to Rust for AI Deployment
9:57
3Blue1Brown's Probability Challenge Solved!
28:51
Просмотров 17 тыс.
I Built The First LAMINAR FLOW ROCKET ENGINE
15:51
Просмотров 1,6 млн
Build anything with v0 (3D games, interactive apps)
9:05
iPhone 16/Pro Impressions: The Great Separation!
16:14