Skip to content

srivatsavatla/CSV_Query_Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Query Agent

A simple web interface that allows users to upload CSV files and query them using natural language. Built with Gradio, LangChain, and Groq LLM.

Features

  • Upload CSV files
  • Query data using natural language
  • Chat-like interface for question/answer history
  • Clean and intuitive UI

Installation

  1. Clone this repository
  2. Install dependencies:
pip install -r requirements.txt

Usage

  1. Run the application:
python app.py
  1. Open your web browser and navigate to the URL shown in the terminal
  2. Upload a CSV file
  3. Type your question and click Submit
  4. View the response in the chat history

Requirements

  • Python 3.8+
  • See requirements.txt for package dependencies

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages