Production Examples
Examples for deploying production applications
Ready to deploy your data science work? These examples show you how to turn your models and analyses into production applications that others can use.
Start here based on your goal
Create an API for your model: Deploy with FastAPI to serve predictions via HTTP endpoints that other applications can call.
Build an interactive dashboard: Create user-friendly interfaces with Streamlit or Dash for exploring data and models.
Schedule automated tasks: Set up recurring jobs to process data, retrain models, or generate reports on a schedule.
Prerequisites
Before deploying to production, make sure you have:
- Your code in a git repository
- Required packages properly installed
- A Saturn Cloud Pro account (required for deployments and jobs)