adnanaman commited on
Commit
2163c58
Β·
verified Β·
1 Parent(s): 2d7e5a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -11,4 +11,39 @@ license: mit
11
  short_description: Ask anything to your xml data
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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