--- title: DataMind Agent emoji: ๐Ÿง  colorFrom: purple colorTo: blue sdk: streamlit sdk_version: 1.55.0 python_version: '3.10' app_file: app.py pinned: false --- # ๐Ÿง  DataMind Agent ### Agentic AI Data Analyst โ€” LangChain + Gemini + Streamlit Upload any data file (CSV, Excel, JSON) and chat with your data using natural language. The autonomous agent plans, selects tools, executes multi-step analysis, and explains its reasoning โ€” powered by Google Gemini. ## ๐Ÿš€ Features - ๐Ÿ’ฌ Natural language Q&A with memory - ๐Ÿค– Autonomous agent with 7 specialized tools - ๐Ÿ“Š Auto-generated interactive visualizations - ๐Ÿ” Transparent reasoning โ€” see every tool the agent uses - ๐Ÿ“‚ Supports CSV, Excel, JSON ## โš™๏ธ How to Use 1. Enter your free Gemini API key from aistudio.google.com 2. Upload your data file 3. Ask anything in the Chat tab! ## ๐Ÿ› ๏ธ Tech Stack LangChain ยท Google Gemini 2.5 Flash ยท Streamlit ยท Pandas ยท Plotly