Spaces:
Runtime error
Runtime error
Faizan Azizahmed Shaikh
commited on
Commit
Β·
0a72ed2
1
Parent(s):
6ad9a7d
Update README.md
Browse files
README.md
CHANGED
@@ -1,52 +1,64 @@
|
|
1 |
---
|
2 |
title: Chart QnA
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
11 |
---
|
12 |
|
13 |
# Chart QnA πβ¨
|
|
|
14 |
Welcome to Chart QnA, a fusion of the HuggingFace Transformers library and visual language reasoning. This application translates visual data from charts and plots into coherent textual narratives. Explore the world of visual understanding with Chart QnA!
|
15 |
|
16 |
-
App Interface
|
17 |
|
18 |
## Table of Contents π
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
25 |
|
26 |
## About The Project π
|
|
|
27 |
Chart QnA is a Python application that uses the "google/deplot" model from the HuggingFace Transformers library to translate visual content from charts and plots into text. It's hosted on [Hugging Face Spaces](https://huggingface.co/spaces/paschar/Chart_QnA), providing an interactive experience.
|
28 |
|
29 |
## Getting Started π
|
|
|
30 |
To explore Chart QnA, simply visit the [Hugging Face Spaces page](https://huggingface.co/spaces/paschar/Chart_QnA).
|
31 |
|
32 |
## Usage π
|
|
|
33 |
Using Chart QnA is as intuitive as 1, 2, 3!
|
34 |
1. Upload an image of a chart or plot.
|
35 |
2. Ask a question related to the visual content.
|
36 |
3. Receive a textual answer based on the visual data.
|
37 |
|
38 |
## License π
|
39 |
-
|
|
|
40 |
|
41 |
## Contact π
|
42 |
-
|
|
|
|
|
|
|
43 |
|
44 |
[Project Link: Chart QnA Space](https://huggingface.co/spaces/paschar/Chart_QnA)
|
45 |
|
46 |
## Acknowledgements π
|
47 |
-
|
48 |
-
-
|
|
|
49 |
|
50 |
---
|
51 |
|
52 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
1 |
---
|
2 |
title: Chart QnA
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.39.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
# Chart QnA πβ¨
|
14 |
+
|
15 |
Welcome to Chart QnA, a fusion of the HuggingFace Transformers library and visual language reasoning. This application translates visual data from charts and plots into coherent textual narratives. Explore the world of visual understanding with Chart QnA!
|
16 |
|
17 |
+
 *// Replace with actual screenshot of your application.*
|
18 |
|
19 |
## Table of Contents π
|
20 |
+
|
21 |
+
1. [About The Project](# About The Project π)
|
22 |
+
2. [Getting Started](# Getting Started π)
|
23 |
+
3. [Usage](#usage-π)
|
24 |
+
4. [License](#license-π)
|
25 |
+
5. [Contact](#contact-π)
|
26 |
+
6. [Acknowledgements](#acknowledgements-π)
|
27 |
|
28 |
## About The Project π
|
29 |
+
|
30 |
Chart QnA is a Python application that uses the "google/deplot" model from the HuggingFace Transformers library to translate visual content from charts and plots into text. It's hosted on [Hugging Face Spaces](https://huggingface.co/spaces/paschar/Chart_QnA), providing an interactive experience.
|
31 |
|
32 |
## Getting Started π
|
33 |
+
|
34 |
To explore Chart QnA, simply visit the [Hugging Face Spaces page](https://huggingface.co/spaces/paschar/Chart_QnA).
|
35 |
|
36 |
## Usage π
|
37 |
+
|
38 |
Using Chart QnA is as intuitive as 1, 2, 3!
|
39 |
1. Upload an image of a chart or plot.
|
40 |
2. Ask a question related to the visual content.
|
41 |
3. Receive a textual answer based on the visual data.
|
42 |
|
43 |
## License π
|
44 |
+
|
45 |
+
Distributed under the apache-2.0 License. See `LICENSE` for more information.
|
46 |
|
47 |
## Contact π
|
48 |
+
|
49 |
+
- Faizan Shaikh - [@mr-shaikh25](https://github.com/mr-shaikh25) - [[email protected]]([email protected])
|
50 |
+
- Simranjeet Singh
|
51 |
+
- Mohammed Anas Teli
|
52 |
|
53 |
[Project Link: Chart QnA Space](https://huggingface.co/spaces/paschar/Chart_QnA)
|
54 |
|
55 |
## Acknowledgements π
|
56 |
+
|
57 |
+
- [HuggingFace Transformers](https://huggingface.co/transformers/)
|
58 |
+
- ["google/deplot" Model](https://huggingface.co/google/deplot)
|
59 |
|
60 |
---
|
61 |
|
62 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
63 |
+
|
64 |
+
---
|