Rodolfo Torres commited on
Commit
00aa0ba
1 Parent(s): f8e2041

Readme and link changes

Browse files
Files changed (2) hide show
  1. README.md +14 -14
  2. static/json/prompts-en.json +1 -1
README.md CHANGED
@@ -1,14 +1,14 @@
1
- ---
2
- title: Text Talk
3
- emoji: 🐨
4
- colorFrom: blue
5
- colorTo: purple
6
- sdk: docker
7
- pinned: false
8
- license: mit
9
- ---
10
-
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
12
- -- docker-compose up --build
13
-
14
- docker-compose up --build
 
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=\"#\">GitHub</a>.",
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,