← Back

Project

CSV-Based AI Assistant

Tooling

A Streamlit-based chatbot that helps you explore any CSV using natural language, powered by PandasAI (pandas-ai.com). Upload a file and ask things like "How many books are available?" or "List all books by a given author", and get an answer back in plain language.

What it does

  1. 01

    Natural language queries. Ask plain-English questions about your data and get direct answers, no pandas syntax required.

  2. 02

    Bring your own CSV. Upload any dataset, or try the included sample data to see it in action right away.

  3. 03

    Built on PandasAI. Runs on PandasAI's LLM-backed dataframe engine, with a free API key available at pandabi.ai.

Python Pandas Streamlit PandasAI
View on GitHub