Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,33 @@
|
|
| 2 |
title: Chatbot Excel
|
| 3 |
emoji: π’
|
| 4 |
colorFrom: pink
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
sdk_version: 5.49.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|