Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 503 Bytes

MAI Deploy: Learn to deploy AI Applications to Vercel with FastAPI

This guide helps you deploy a FastAPI application with AI-powered functionality to Vercel.

Steps to Deploy

1. Prerequisites

  • Python installed on your machine
  • Basic knowledge of FastAPI
  • A Vercel account (Sign up here)
  • An AI model (optional, depending on your project)

2. Setting Up FastAPI

  1. Create a new FastAPI project:

    pip install -r requirements.txt