Spreadsheet Image to CSV converter using the Anthropic Claude3 Opus large language model. The Anthropic API does not have CORS headers so this application expects CORS Anywhere running on port 3000 for a proxy.
Need to add a .env file with a key VITE_ANTHROPIC_API_KEY=<your anthropic api key>
npm install
npm run dev
npm run build