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
- Unit 10.00: The smallest endpoint that does the job
- Unit 10.01: Validating the request before the model sees it
- Unit 10.02: Streaming to a browser without lying
- Unit 10.03: Timeouts, and what the user sees when one fires
- Unit 10.04: Keeping the model call out of the request path
