About An LLM powered ChatCSV Streamlit app so you can chat with your CSV files.
https://chatwithcsvfiles.streamlit.app/
- Python
- An OpenAI Account
- Clone this repository
https://github.com/NextGenGk/ChatCSV-Chat-with-CSV-files.git- Change the directory
cd ChatCSV-Chat-with-CSV-files- Install all the libraries
pip install -r requirements.txt- Put your OpenAI API key into the
.streamlit/secretsfile- You can obtain an API key here
openai_api_key = "ENTER-YOUR-OPENAI-API-KEY-HERE"- Start the Streamlit app
streamlit run app.py