Image to text, fast. Built with the Vercel AI SDK, Claude, and Next.js.
- Clone the repository
- Create a
.env.local
file withANTHROPIC_API_KEY=your-api-key
whereyour-api-key
is your Anthropic API key from console.anthropic.com. - Run
pnpm install
to install dependencies. - Run
pnpm dev
to start the development server.