Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 966 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 966 Bytes

2txt

Image to text, fast. Built with the Vercel AI SDK, Claude, and Next.js.

Deploy with Vercel

Developing

  • Clone the repository
  • Create a .env.local file with ANTHROPIC_API_KEY=your-api-key where your-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.