Students will apply AI-powered tools to generate captions, descriptions, and summaries from images. By expanding on a simple image caption, they will utilize a text generation model (GPT-2) and a text-to-image model (Stable Diffusion) to create a complete, interactive workflow for text-to-image conversion. They will practice generating descriptive text, summarizing the content, and exploring creative applications.
In this assignment, you will continue working with APIs to fetch trivia questions from a public API and create a basic interactive quiz application. The goal is to learn how to fetch data from APIs, handle JSON responses, and display the results in a user-friendly manner.
In this assignment, you will practice fetching data from public APIs using Python's requests library. You will work with JSON data, extract useful information, and display it. The goal is to solidify your understanding of how APIs work and how to interact with them effectively.