Faizan Azizahmed Shaikh commited on
Commit
0a72ed2
Β·
1 Parent(s): 6ad9a7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -16
README.md CHANGED
@@ -1,52 +1,64 @@
1
  ---
2
  title: Chart QnA
3
- emoji: πŸš€
4
- colorFrom: gray
5
- colorTo: pink
6
  sdk: gradio
7
- sdk_version: 3.40.1
8
  app_file: app.py
9
  pinned: false
10
- license: openrail
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 // Replace with an actual screenshot of your application.
17
 
18
  ## Table of Contents πŸ“‘
19
- - About The Project
20
- - Getting Started
21
- - Usage
22
- - License
23
- - Contact
24
- - Acknowledgements
 
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
- Distributed under the apache-2.0 License. See LICENSE for more information.
 
40
 
41
  ## Contact πŸ“ž
42
- - Faizan Shaikh - @mr-shaikh25 - [email protected]
 
 
 
43
 
44
  [Project Link: Chart QnA Space](https://huggingface.co/spaces/paschar/Chart_QnA)
45
 
46
  ## Acknowledgements πŸ™
47
- - HuggingFace Transformers
48
- - "google/deplot" Model
 
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
+ ![App Interface](interface_screenshot.png) *// 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
+ ---