Giter Club home page Giter Club logo

chatcsv-streamlit-app's Introduction

ChatCSV-Streamlit-App

An LLM powered ChatCSV Streamlit app so you can chat with your CSV files.

How to run the app?

OpenAI instantly revokes the API key once it detects that the key has been exposed publicly. So, that's the only thing to take care of.

Generate your OpenAI API key here: Click Here

Run locally

If you are running the app locally, then you can freely use the API key.
in app.py, line 11:


openai_api_key = 's#-#####################jz'

#can set the API key directly, if running locally.

Else if you want to keep the key private, store it in an environment variable named 'API_KEY' in your OS and then refer the key in app.py by:

from dotenv import load_dotenv
load_dotenv()
openai_api_key = os.getenv("OPENAI_API_KEY")

Henceforth make sure to have Streamlit installed in your system. Run the app by:

git clone https://github.com/AIAnytime/ChatCSV-Streamlit-App.git
cd ChatCSV-Streamlit-App
pip install -r requirements.txt
streamlit run app.py

Run on Cloud

You can also run this app locally on Streamlit Cloud, which is a free Cloud Hosting Service.
Make a .env file and store the key as

OPENAI_API_KEY='##-###############'

There's already a .gitignore file with .env mentioned in it. If not, make one.
Remaining code remains the same.

chatcsv-streamlit-app's People

Contributors

aianytime avatar ayanatherate 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.