Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,39 @@ license: mit
|
|
11 |
short_description: Ask anything to your xml data
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
short_description: Ask anything to your xml data
|
12 |
---
|
13 |
|
14 |
+
markdown
|
15 |
+
# XML Data Query System using TAPEX
|
16 |
+
|
17 |
+
This Streamlit application allows users to query XML data using natural language questions powered by the TAPEX (Table Pre-training via Execution) model.
|
18 |
+
|
19 |
+
## π Features
|
20 |
+
|
21 |
+
- π€ Upload custom XML data
|
22 |
+
- π¬ Natural language querying
|
23 |
+
- π Automatic data parsing and visualization
|
24 |
+
- β‘ Real-time query processing
|
25 |
+
- π― Sample queries for quick testing
|
26 |
+
- π Support for various XML structures
|
27 |
+
|
28 |
+
## π Usage
|
29 |
+
|
30 |
+
1. Enter or paste your XML data in the text area
|
31 |
+
2. View the parsed data in table format
|
32 |
+
3. Ask questions about your data using natural language
|
33 |
+
4. Use sample queries to understand the system's capabilities
|
34 |
+
|
35 |
+
## π Sample Queries
|
36 |
+
|
37 |
+
- "Which company has the highest revenue?"
|
38 |
+
- "What is the average revenue of all companies?"
|
39 |
+
- "How many employees does Microsoft have?"
|
40 |
+
- "Which company has the most employees?"
|
41 |
+
- "What is the total revenue of all companies?"
|
42 |
+
|
43 |
+
## π€ Contributing
|
44 |
+
|
45 |
+
Feel free to open issues and pull requests!
|
46 |
+
|
47 |
+
## π License
|
48 |
+
|
49 |
+
MIT License
|