# Week 6 - Building User Interfaces with Gradio

#### today's topics

* Project Prototype Presentations
* Gradio
* Self-hosted models with LM Studio
* Breakout Session ‘Concrete Planning’
* Homework for next week

### resources

{% file src="/files/jNCe1KZyGwMBcz8gqiCf" %}

### homework

* Watch the videos “[Evaluation Part I](https://learn.deeplearning.ai/chatgpt-building-system/lesson/9/evaluation-part-i)” and “[Evaluation Part II](https://learn.deeplearning.ai/chatgpt-building-system/lesson/9/evaluation-part-i)” from the course “[Building Systems with the ChatGPT API](https://learn.deeplearning.ai/chatgpt-building-system/lesson/8/evaluation)”
* Watch the video “[Evaluation](https://learn.deeplearning.ai/langchain/lesson/6/evaluation)” from the course “[LangChain for LLM Application Development](https://learn.deeplearning.ai/langchain/lesson/1/introduction)”

Watch the video [“Using LangChain Output Parsers to get what you want out of LLMs”](https://www.youtube.com/watch?v=UVn2NroKQCw) from Sam Witteveen


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/practical-engineering-with-llms/week-6-building-user-interfaces-with-gradio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
