How This Tool Works
The Batch AI Processor is designed for privacy and performance. Instead of sending your sensitive CSV data to an external API, we run the entire processing pipeline locally within your browser using a powerful local Large Language Model (LLM). When you upload your spreadsheet—for example, 5,000 rows of customer reviews—you define a single prompt, such as 'Extract the primary emotion and rating (1-5)'.
The tool then iterates through every row sequentially. For each record, it inputs the data into the local LLM instance, which generates the required output field directly in your session memory. This process ensures that your raw data never leaves your computer, providing a secure and efficient way to classify or extract information at scale.
- Local Processing: Runs the AI engine client-side.
- Batch Execution: Processes data row by row efficiently.
- Data Integrity: Maintains full control over your uploaded dataset.