Vanna AI Example Using NextJS and Flask
Virtual environment is recommended.
python3 -m venv venv
source venv/bin/activate
npm run dev (or) yarn dev
- 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