Search⌘ K
AI Features

Deployment Dependencies

Explore how to set up and manage deployment dependencies like FastAPI and Uvicorn in a virtual environment. Understand the roles of optional packages such as websockets, watchgod, colorama, and pyyaml, and how they support building and deploying image classification models via REST APIs.

We'll cover the following...

This lesson will guide us through the installation of the FastAPI and Uvicorn packages in our virtual environment.

Uvicorn

Uvicorn is an open source asynchronous sver gateway interface (ASGI) webserver implementation for Python. It complements FastAPI ...