AI Model Deployment
All concepts on deploying AI Models
To use an AI model from anywhere, we need to deploy it. This is also called hosting.
When we deploy an AI model, we:
- assign it to a dedicated computer that can do the optimization calculations
- make that computer accessible through the internet
This computer is reached through a web address (URL), for example: https://aicuflow.com/call-my-ai-model/
In most cases the computer is managed by a cloud provider like AWS or Google Cloud.
Learn how to call an AI model.