Giter VIP home page Giter VIP logo

excelgpt-1's Introduction

ExcelGPT ๐Ÿ“Š ๐Ÿค–

ExcelGPT is an AI-powered data science assistant designed to facilitate data exploration and understanding. The tool employs the OpenAI GPT-3.5-turbo model, a powerful language model, to comprehend your queries and provide insightful responses.

How It Works ๐Ÿ’ก

The assistant is integrated into a Flask web application, which can be hosted on a server and accessed via the internet.

Usage โŒจ๏ธ

To use ExcelGPT, you need to have a dataset in CSV or Excel format.

  • Submit this dataset via the / endpoint. This will return an initial prompt from the assistant.
  • After this, you can submit your queries via the /send_message endpoint.

For example:

{
  "message": "Your query goes here..."
}

The response from the assistant will be returned in this format:

{
  "response": "The assistant's response..."
}

Setup ๐Ÿ”ง

To run the application, you need to have Python 3.9 or newer installed, as well as the dependencies listed in the requirements.txt file. These can be installed using pip:

pip install -r requirements.txt

You also need to have an OpenAI API key, which should be set as the OPENAI_API_KEY environment variable.

To start the application, you can run the application.py file:

python application.py

To run the frontend of the application, navigate into the frontend directory and start the development server with the following commands:

cd frontend
npm install
npm run dev

make sure to change the ports to the flask ports normally shows up once server starts

The application can be deployed on platforms such as Heroku or Vercel. For Heroku, a Procfile is included to specify the web server configuration.

Contributing ๐Ÿค

Contributions are welcome! Please feel free to submit.

excelgpt-1's People

Contributors

jasangill1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.