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