ai-data-chatbot / README.md
Claude
Fix README short_description length for HuggingFace validation
329fe20 unverified
|
Raw
History Blame Contribute Delete
1.12 kB
metadata
title: AI Data Chatbot
emoji: 📊
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
short_description: Chat with your data, get tables and charts

AI Data Chatbot

An AI-powered chatbot that lets you ask natural language questions about any CSV or Excel dataset and automatically generates interactive charts and data tables in response.

Features

  • Upload any CSV or Excel file or use the built-in sample employee dataset
  • Powered by Claude claude-opus-4-6 with adaptive thinking
  • Auto-generates Plotly charts (bar, line, pie, scatter, heatmap) and pandas tables
  • Multi-turn conversation — ask follow-up questions

Usage

  1. Enter your Anthropic API key in the sidebar
  2. Choose the sample dataset or upload your own CSV/Excel
  3. Ask questions in plain English

Example queries

  • Compare 2022 vs 2023 highest paid employees by job title
  • What is the average salary by department for each year?
  • Show the top 10 highest paid employees in 2023
  • Which department has the highest salary growth from 2021 to 2024?