From the course: Creating Advanced AI Applications with Python, APIs, and GitHub Models
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Challenge: Create an app layout
From the course: Creating Advanced AI Applications with Python, APIs, and GitHub Models
Challenge: Create an app layout
(bright electronic music) - [Instructor] In this challenge, use your chosen AI model to build an AI web app with the same layout as mine. As a reminder, my web app is at changemoney.streamlit.app, and this is what it looks like. And then go ahead and update your Python file with the code that is generated. Now my Python file is called moneychanger.py, and then ensure that you're updating the requirements.txt file with any new Python packages that have been installed.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Using GitHub Codespaces3m 32s
-
Using ExchangeRate-API.com4m 56s
-
(Locked)
Challenge: Get_exchange_rate21s
-
(Locked)
Solution: Get_exchange_rate5m 46s
-
(Locked)
Challenge: Choose an LLM supporting multiple languages24s
-
(Locked)
Solution: Choose an LLM supporting multiple languages3m 27s
-
(Locked)
Challenge: Create an app layout37s
-
(Locked)
Solution: Create an app layout3m 56s
-
(Locked)
Challenge: LLM API call58s
-
(Locked)
Solution: LLM API call6m 28s
-
(Locked)
Function calling: Add function calling code1m 43s
-
(Locked)
Challenge: Function calling1m 12s
-
(Locked)
Solution: Function calling8m 57s
-
(Locked)
Challenge: Using tools when required52s
-
(Locked)
Solution: Using tools when required8m 44s
-
(Locked)
Deploy the app to production6m 10s
-
(Locked)
Working with LangSmith8m 22s
-
-