Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,31 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: purple
|
| 5 |
-
colorTo:
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version:
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: DataMind Agent
|
| 3 |
+
emoji: π§
|
| 4 |
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: "1.40.1"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# π§ DataMind Agent
|
| 14 |
+
### Agentic AI Data Analyst β LangChain + Gemini + Streamlit
|
| 15 |
+
|
| 16 |
+
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.
|
| 17 |
+
|
| 18 |
+
## π Features
|
| 19 |
+
- π¬ Natural language Q&A with memory
|
| 20 |
+
- π€ Autonomous agent with 7 specialized tools
|
| 21 |
+
- π Auto-generated interactive visualizations
|
| 22 |
+
- π Transparent reasoning β see every tool the agent uses
|
| 23 |
+
- π Supports CSV, Excel, JSON
|
| 24 |
+
|
| 25 |
+
## βοΈ How to Use
|
| 26 |
+
1. Enter your free Gemini API key from aistudio.google.com
|
| 27 |
+
2. Upload your data file
|
| 28 |
+
3. Ask anything in the Chat tab!
|
| 29 |
+
|
| 30 |
+
## π οΈ Tech Stack
|
| 31 |
+
LangChain Β· Google Gemini 1.5 Flash Β· Streamlit Β· Pandas Β· Plotly
|