Glossary

Model serving

wrapping the model in a REST API with FastAPI 2. **Containerization** --- packaging the API and all its dependencies in a Docker container 3. **Cloud deployment** --- pushing the container to a cloud platform where it runs without your laptop

Learn More

Related Terms