dadashzadeh commited on
Commit
9c12782
Β·
verified Β·
1 Parent(s): eecbe13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -2,12 +2,33 @@
2
  title: Chatbot Excel
3
  emoji: 🐒
4
  colorFrom: pink
5
- colorTo: green
6
- sdk: gradio
7
  sdk_version: 5.49.1
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  title: Chatbot Excel
3
  emoji: 🐒
4
  colorFrom: pink
5
+ colorTo: blue
6
+ sdk: streamlit
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
+ # Chatbot Excel
14
+
15
+ An intelligent chatbot that can analyze Excel/CSV files and perform web searches using RAG (Retrieval Augmented Generation) technology.
16
+
17
+ ## Features
18
+
19
+ - πŸ“Š Upload and analyze Excel/CSV files
20
+ - πŸ” Web search capabilities via Bing
21
+ - πŸ’¬ Conversational AI interface
22
+ - 🧠 RAG-powered question answering
23
+ - πŸ”„ Maintains conversation context
24
+
25
+ ## Usage
26
+
27
+ 1. Enter your OpenAI API key in the sidebar
28
+ 2. (Optional) Adjust the base URL if using a proxy
29
+ 3. Upload an Excel or CSV file to ask questions about the data
30
+ 4. Or ask the chatbot to search the web (e.g., "search for latest AI news")
31
+
32
+ ## Requirements
33
+
34
+ See requirements.txt for full dependencies.