This guide helps you deploy a FastAPI application with AI-powered functionality to Vercel.
- Python installed on your machine
- Basic knowledge of FastAPI
- A Vercel account (Sign up here)
- An AI model (optional, depending on your project)
-
Create a new FastAPI project:
pip install -r requirements.txt