This is a Next.js project bootstrapped with create-next-app.
It allows users to upload PDF files, extract summaries using Gemini AI, and view the results on a visually enhanced /deal page.
# Start the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev