Skip to content

vanna-ai/vanna-nextjs-flask

Repository files navigation

vanna-nextjs-flask

Vanna AI Example Using NextJS and Flask

Installation & Usage

Virtual environment is recommended.

python3 -m venv venv
source venv/bin/activate
npm run dev (or) yarn dev

Deployment

  • Deployment on commit / PR merge can be setup using github actions and vercel.
  • Can be deployed to vercel in a single command from local.
vercel