KrishGoyani commited on
Commit
bebb183
β€’
1 Parent(s): 3fe717c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: AI Data Explorer With Gemini API
3
- emoji: πŸ‘
4
  colorFrom: yellow
5
  colorTo: yellow
6
  sdk: streamlit
@@ -9,4 +9,21 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: AI Data Explorer With Gemini API
3
+ emoji: πŸ“Š
4
  colorFrom: yellow
5
  colorTo: yellow
6
  sdk: streamlit
 
9
  pinned: false
10
  ---
11
 
12
+ # AI Data Explorer with Gemini API πŸ€–πŸ“Š
13
+
14
+ This application allows you to explore and analyze your dataset using an AI-powered agent. You can upload a CSV file and provide your Gemini API key to create an agent capable of answering questions about your data.
15
+
16
+ ## Features
17
+ - Upload a CSV file containing your dataset.
18
+ - Enter your Gemini API key.
19
+ - Ask questions about your dataset.
20
+ - Get answers and insights from the AI agent.
21
+
22
+ ## How to Use πŸ› οΈ
23
+ 1. πŸ”‘ Enter your Gemini API key in the sidebar.
24
+ 2. πŸ“ Upload a CSV file containing your dataset.
25
+ 3. ❓ Enter your query about the dataset in the input field provided.
26
+ 4. πŸš€ The AI agent will process your query and display the results.
27
+
28
+
29
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference