From the course: Creating AI Applications with Python and GitHub Models

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Solution: Create your app

Solution: Create your app

(upbeat music) - [Instructor] This is one possible solution. Now remember that models are non-deterministic. I can't predict the output that it will create for my solution and you will have different results from me. So we're going to be using the GPT-4o mini model. Let me go ahead and clear my history. So I want to create a web app using Python. I don't know how to code an HTML. And so I want to use a Python package that will do this for me. And let's check out the response back from our large language model. So there are a couple of recommendations here. So we've got Flask, we've got Django, we've got Streamlit, and we've got Dash. Okay, so I have used or seen Streamlit being used before. So let's go ahead and just use Streamlit. So let me go ahead and clear my history. And so using the Streamlit Python package, let's create the following. So let me go ahead and just describe the layout that I want. So the title's going to be joke explainer. And then below this is a text box where…

Contents