Skip to content

itechsubhan/-Multithread-Image-Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy with Vercel

FastAPI + Vercel

This example shows how to use FastAPI on Vercel with Serverless Functions using the Python Runtime.

Demo

https://vercel-plus-fastapi.vercel.app/

How it Works

This example uses the Asynchronous Server Gateway Interface (ASGI) with FastAPI to enable handling requests on Vercel with Serverless Functions.

Running Locally

npm i -g vercel
vercel dev

Your FastAPI application is now available at http://localhost:3000.

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

Releases

No releases published

Packages

No packages published

Languages