Spaces:
Runtime error
Runtime error
Rodolfo Torres
commited on
Commit
•
00aa0ba
1
Parent(s):
f8e2041
Readme and link changes
Browse files- README.md +14 -14
- static/json/prompts-en.json +1 -1
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
1 |
+
# ScanUDoc
|
2 |
+
|
3 |
+
**Intel® oneAPI Hackathon 2023: The LLM Challenge**
|
4 |
+
|
5 |
+
Live Demo - https://huggingface.co/spaces/roaltopo/scan-u-doc
|
6 |
+
|
7 |
+
Blog - https://medium.com/@roaltopo/unleashing-textual-understanding-with-scanudoc-f2e12499ae11
|
8 |
+
|
9 |
+
Github: https://github.com/roaltopo/scan-u-doc
|
10 |
+
|
11 |
+
Author: https://www.linkedin.com/in/rodolfo-torres-p
|
12 |
+
|
13 |
+
### TO ACCESS THE FULL REPOSITORY, PLEASE GO TO GITHUB: https://github.com/roaltopo/scan-u-doc
|
14 |
+
|
static/json/prompts-en.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"widget_name": "{{widget_name_1}}",
|
6 |
"image": "img/icon-text.svg",
|
7 |
"welcome_message": "Welcome! Feel free to ask any questions about the selected text. I'm here to provide you with insightful answers.",
|
8 |
-
"description": "Our mission is to simplify text processing and enhance information retrieval using cutting-edge LLM models. Explore our project on <a href=\"
|
9 |
"display_welcome_message": true,
|
10 |
"chat_minlength": 2,
|
11 |
"chat_maxlength": 1000,
|
|
|
5 |
"widget_name": "{{widget_name_1}}",
|
6 |
"image": "img/icon-text.svg",
|
7 |
"welcome_message": "Welcome! Feel free to ask any questions about the selected text. I'm here to provide you with insightful answers.",
|
8 |
+
"description": "Our mission is to simplify text processing and enhance information retrieval using cutting-edge LLM models. Explore our project on <a href=\"https://github.com/roaltopo/scan-u-doc\">GitHub</a>.",
|
9 |
"display_welcome_message": true,
|
10 |
"chat_minlength": 2,
|
11 |
"chat_maxlength": 1000,
|