Spaces:
Running
Running
Luca Foppiano
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
| 1 |
# DocumentIQA: Document Insight Question/Answer
|
| 2 |
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
https://document-insights.streamlit.app/
|
| 8 |
|
|
@@ -10,6 +15,13 @@ https://document-insights.streamlit.app/
|
|
| 10 |
Google or look for example [here](https://medium.com/geekculture/openai-a-step-by-step-guide-to-getting-your-api-key-gpt-usage-control-artificial-intelligence-2a0917c70f3f), on how to generate one.
|
| 11 |
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
This project is developed at the [National Institute for Materials Science](https://www.nims.go.jp) (NIMS) in Japan.
|
| 15 |
|
|
|
|
| 1 |
# DocumentIQA: Document Insight Question/Answer
|
| 2 |
|
| 3 |
+
## Introduction
|
| 4 |
+
|
| 5 |
+
Question/Answering on documents. Upload your document and ask questions.
|
| 6 |
+
In our implementation we use [Grobid](https://github.com/kermitt2/grobid) for text extraction instead of the raw PDF2Text converter.
|
| 7 |
+
Thanks to Grobid we are able to precisely extract abstract and full-text.
|
| 8 |
+
This is just the beginning and publishing might help gathering more feedback.
|
| 9 |
|
| 10 |
+
**Work in progress**
|
| 11 |
|
| 12 |
https://document-insights.streamlit.app/
|
| 13 |
|
|
|
|
| 15 |
Google or look for example [here](https://medium.com/geekculture/openai-a-step-by-step-guide-to-getting-your-api-key-gpt-usage-control-artificial-intelligence-2a0917c70f3f), on how to generate one.
|
| 16 |
|
| 17 |
|
| 18 |
+
### Screencast
|
| 19 |
+
This is a screencast on an older version:
|
| 20 |
+
|
| 21 |
+
https://github.com/lfoppiano/document-qa/assets/15426/b3882119-5a87-40f5-a2de-ad47447eb40c
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
### Acknolwedgement
|
| 25 |
|
| 26 |
This project is developed at the [National Institute for Materials Science](https://www.nims.go.jp) (NIMS) in Japan.
|
| 27 |
|