But did you know you can create AI-tools like ChatGPT yourself?
Unleash the potential by merging @LangChainAI and @streamlit.
Today's mission: craft a 4-hour workday blueprint based on @thedankoe's video.
Let me show you how 🧵
Before we dive in, this is day 1 of my LangChain Unchained series.
Each day, I'll implement a small LangChain project in Streamlit.
Follow @JorisTechTalk to stay up-to-date.
If there's anything you'd like to see, let me know!
Let's dive in:
A high-level overview:
1️⃣ Load YouTube transcript
2️⃣ Split transcript into chunks
3️⃣ Use summarization chain to create a strategy based on the content of the video.
4️⃣ Use a simple LLM Chain to create a detailed plan based on the strategy.
ChatGPT can give you a kick-start when learning new skills.
But I like to learn through YouTube videos.
With the power of @LangChainAI, you can generate a personalized YouTube study schedule based on a skill you'd like to learn.
Let me show you how: 🧵
#AI
Before we dive in, this is day 7 of my '7 days of LangChain'.
Every day, I've introduced you to a simple project that will guide you through the basics of LangChain.
Today's a longer one.
Follow @JorisTechTalk to stay up-to-date on my next series.
Let's dive in:
High level overview of what's happening:
1️⃣ Generate list of video id's from favorite YT channels
2️⃣ Load all transcripts
3️⃣ Split the transcript
4️⃣ Extract skills
5️⃣ Vectorize
6️⃣ Generate skillset
7️⃣ Find relevant videos.