Scrape any website with OpenAI Functions & LangChain

preview_player
Показать описание


#ai #langchain #openai #webscraping #llm
Рекомендации по теме
Комментарии
Автор

Additional details about scraping: only scrape for <span> tags on some sites (like WSJ or CNN) yields the best results. Others might be different.

devlearnllm
Автор

Refreshing to not see some bs clickbait video on LLM-uses. Just a clean, focused, and super differentiated walkthrough-video. Subscribed, and looking forward to more!

georgesanchez
Автор

This video feels like a coworker showing me something cool. Really good video man!

emlincharly
Автор

This is exactly what I was looking for. A way to scrape websites like a human being, and done it via scripting.
Also, I like how you explain things clearly and how they work. I found this channel by accident, and decided to watch it. The next thing I knew, I'm a new subscriber!

richmadrid
Автор

Well done for explaining the why so clearly . You had me in the first minute

walkingwchris
Автор

Great video!! Thank you for sharing. I liked how you simplified the code and explanation. Your project really makes sense as webpages do change their structure and traditional approach may break due to those changes.

miltondavilaharjula
Автор

With AI assistance I can scrape hundreds of thousands of products/services a week and now have the facilities to talk to thousands of people at once. Learnt most of it from youtube from people such as yourself who are grossly underappreciated. Keep up the good work and thanks for sharing!

alexanderroodt
Автор

You are now officially a real youtuber.

devinschumacher
Автор

Thank you so much! I didn't know how to implement this and I bumped into your video. Such a saver!

tebblesfun
Автор

Very cool stuff! Like the style of narration focusing on conveying information in a straightforward and matter-of-fact manner, without overemphasizing or exaggerating.

techgeekguru
Автор

First video and I like this channel already!🙂

emmanueladepoju
Автор

Good luck dude, just keep doing what you doing.

sandratoolan
Автор

🎯 Key Takeaways for quick navigation:

02:05 🌐 You can scrape websites using LangChain, OpenAI Functions, Playwright, and Beautiful Soup.
03:55 🧩 OpenAI Functions simplify web scraping by eliminating the need to manually declare HTML tags.
05:20 🛍️ You can use this approach to scrape e-commerce websites and extract specific information like item titles and prices.
15:41 🤖 LangChain simplifies interactions with OpenAI's GPT models for various applications, including information extraction.
23:32 ⚙️ Consider chunking large HTML content and building a FastAPI server to enhance this web scraping tool's capabilities.

Made with HARPA AI

diegosandoval
Автор

Good video. Thanks for taking the time to explain the nuances in depth. You've got my sub ha

meinbherpieg
Автор

That's a high quality vid right there.

lukeotwell
Автор

Great job, you are a real you-tuber and I can tell that you will become very popular. 😮🎉

Wildhoneybush
Автор

Just a slight correction: openai_api_key is a property in the llm object, in LangChain. It's not a global variable.

devlearnllm
Автор

Note: 'kwargs' usually stand for keyword arguments. normally we call it "keyword args". Nice Vid. :)

StudioTatsu
Автор

Thanks a lot, you've earned a sub.

zgyqkhj
Автор

The beginning started mid sentence. Did I miss where you explained how ai will prevent us from rebuilding the scrape code when the website changes?

MK-jnuu