Skip to content

amafjarkasi/electron-csv-ai-assistant

Repository files navigation

Electron CSV AI Assistant - Chat

An Electron application with React and TypeScript that will allow you to have a chat conversation with your CSV file by utilizing OpenAI and CopilotKit. The user can select the CSV file to process and the app will make that data readable by calling the CopilotKit hooks using the CSV data. Several data example files were included for testing purposes.

electron_bXEzNi9SSx

electron_qrtCdRWbJm

electron_H4Q6dcoumS

electron_PqLjDe8mMS



Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux