Skip to course content
Free generative AI app course

Generative AI Application Development with Python

Module 10

Simple App UI with FastAPI or Streamlit

By the end of this module you can put a usable interface on an AI feature with FastAPI or Streamlit, and choose between them on what the application needs.

Units

  1. Unit 10.00: The smallest endpoint that does the job
  2. Unit 10.01: Validating the request before the model sees it
  3. Unit 10.02: Streaming to a browser without lying
  4. Unit 10.03: Timeouts, and what the user sees when one fires
  5. Unit 10.04: Keeping the model call out of the request path

Module work