A simple web interface that allows users to upload CSV files and query them using natural language. Built with Gradio, LangChain, and Groq LLM.
- Upload CSV files
- Query data using natural language
- Chat-like interface for question/answer history
- Clean and intuitive UI
- Clone this repository
- Install dependencies:
pip install -r requirements.txt- Run the application:
python app.py- Open your web browser and navigate to the URL shown in the terminal
- Upload a CSV file
- Type your question and click Submit
- View the response in the chat history
- Python 3.8+
- See requirements.txt for package dependencies
MIT