sanjaystarc commited on
Commit
4177583
Β·
verified Β·
1 Parent(s): 24a993d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -6
README.md CHANGED
@@ -1,13 +1,31 @@
1
  ---
2
- title: Datamind
3
- emoji: πŸŒ–
4
  colorFrom: purple
5
- colorTo: pink
6
  sdk: streamlit
7
- sdk_version: 6.8.0
 
8
  app_file: app.py
9
  pinned: false
10
- license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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