Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 619 Bytes

img-llm-csv

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.

Screenshot 2024-11-23 at 11 31 58 PM

Need to add a .env file with a key VITE_ANTHROPIC_API_KEY=<your anthropic api key>

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build