From the course: Python for AI Projects: From Data Exploration to Impact
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Setting up your Coding Environment - Python Tutorial
From the course: Python for AI Projects: From Data Exploration to Impact
Setting up your Coding Environment
- [Instructor] Welcome to our final coding tutorial focused on generative and agentic AI. Clicking on the Resource link will take you straight into our Google Colab environment. In this tutorial, we'll learn how to run a Streamlit-based AI travel chatbot for our Explore California case study. You'll notice it includes many of the same features found in real-world AI applications. First, we'll build a linear RAG application using three approaches, starting with a simple Python app, then expanding it with LangChain and LangGraph AI frameworks. We can read this flow diagram from left to right. The search query retrieves the top Explore California locations, which are then added as context for the LLM to generate a response and follow-up question suggestions in the app interface. Finally, we'll use Streamlit's Session State to store the chat history, allowing future messages to include previous queries and responses as…
Contents
-
-
-
-
-
-
(Locked)
Data exploration2m 18s
-
(Locked)
Setting up your Coding Environment3m 35s
-
(Locked)
Setting up LLMs4m 50s
-
(Locked)
Deploy AI Web Apps using Streamlit4m 8s
-
(Locked)
Run an AI Chatbot from Explore California Dataset3m 14s
-
(Locked)
Improving GenAI performance3m 47s
-
(Locked)
Bringing It All Together: Improving your Chatbot with ML9m 31s
-
(Locked)
-