Skip to content

Example Streamlit app to talk to CSV file using Langchain, Groq, and NLP.

License

Notifications You must be signed in to change notification settings

gc5232978/csv-chat-groq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-chat-groq

Example Streamlit app to talk to CSV file using Langchain, Groq, and NLP.

Description

This project shows how to ask questions about your CSV file with natural language using Langchain and Groq:

Getting Started

Dependencies

  • streamlit
  • langchain-groq
  • langchain-experimental

Installing

git clone https://github.com/gc5232978/csv-chat-groq.git
cd csv-chat-groq
poetry install

How To Run

streamlit run main.py

Example usage

"How many rows are in the database?"
"What month has the highest sales?"
"How many people live in Alaska?"

Streamlit Demo

https://csv-chat-groq.streamlit.app/

About

Example Streamlit app to talk to CSV file using Langchain, Groq, and NLP.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages