From the course: Level up LLM applications development with LangChain and OpenAI
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Set up the Streamlit application
From the course: Level up LLM applications development with LangChain and OpenAI
Set up the Streamlit application
- [Instructor] Now we want to create a user interface, an interactive app for the Q&A chat bots. So we're going to discover Streamlit, which is an open source Python library that makes it super easy to create interactive web applications. So let's discover what is Streamlit. We can just go to the docs, you have the choice to go to try Streamlit now, or to go to the documentation. And here we're going to follow this section, which is to go through the setup and installation. So let's begin with that. First, what you want to do is to install Streamlit and then start a new app with Streamlit with the same, so you're going to use the same command and you can actually use this easy setup, alright? But what you can do is also choose to set up Streamlit by using a graphical user interface or the command line. So we're going to select option one. So let's find out about the requirements first. So first you need to have a latest version of Python install, starting from version 3.8. And step…