Plotly Graph Insights with LangChain & OpenAI

preview_player
Показать описание
How to use image-to-text GPT-4 model to read Plotly Python graphs and get data insights. We'll use LangChain and Dash to create the insights button and incorporate the openai model.

App code from video:

Complete app code:

LangChain ChatOpenAI docs:

gpt-4-vision-preview docs:
Рекомендации по теме
Комментарии
Автор

What a clever idea! Thanks for sharing Adam!

MakeDataUseful
Автор

Excellent video! Combining Dash with LLM makes 🎉🎉🎊🎊🎉🎉!!!

laurentreynaud
Автор

I've been unable to watch videos for a long time (short on time). The concept of the video is very useful, especially since the initial prompt has a fixed length, as the question is always the same. Thanks! I hope you're doing well!

leonardomolina
Автор

Always love your videos, thanks Adam! I was wondering would it not be more efficient to send just the graph data to GPT, rather than an image of the graph?

pippoh
Автор

Really good Idea Adam, thks a lot !!
It would be interesting to have the same app with a local llm, considering privacy questions.

bertrandcousin