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.
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux