michaelthwan commited on
Commit
da16c3c
·
1 Parent(s): 44ab35c
Files changed (1) hide show
  1. README.md +21 -18
README.md CHANGED
@@ -1,15 +1,3 @@
1
- ---
2
- title: Digest Everything Gpt
3
- emoji: 💻
4
- colorFrom: green
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 3.24.1
8
- app_file: main.py
9
- pinned: true
10
- license: mit
11
- ---
12
-
13
  # DigestEverythingGPT
14
 
15
  DigestEverythingGPT provides world-class content summarization/query tool that leverages ChatGPT/LLMs to help users
@@ -19,6 +7,10 @@ documents.
19
  The prompt engineering is **chained and tuned** so that is result is of high quality and fast. It is not a simple single
20
  query and response tool.
21
 
 
 
 
 
22
  # Showcases
23
 
24
  **Example of summary**
@@ -44,24 +36,20 @@ query and response tool.
44
 
45
  ![multi_language](/img/multi_language.png)
46
 
47
- # Live website
48
-
49
- [TODO]
50
-
51
  # Features
52
 
53
  - **Content Summarization**:
54
  - Automatically generate concise summaries of various types of content, allowing users to save time and make
55
  informed decisions for in-depth engagement.
56
  - Chained/Batched/Advanced prompt engineering for great quality/faster results.
57
- - **Interactive "Ask" Feature** (in progress):
58
- - Users can pose questions to the tool and receive answers extracted from specific sections within the full content.
59
  - **Cross-Medium Support**:
60
  - DigestEverythingGPT is designed to work with a wide range of content mediums.
61
  - Currently, the tool supports
62
  - YouTube videos [beta]
63
  - podcasts (in progress)
64
  - PDF documents (in progress)
 
 
65
 
66
  # Installation
67
 
@@ -76,3 +64,18 @@ python main.py
76
 
77
  DigestEverything-GPT is licensed under the MIT License.
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # DigestEverythingGPT
2
 
3
  DigestEverythingGPT provides world-class content summarization/query tool that leverages ChatGPT/LLMs to help users
 
7
  The prompt engineering is **chained and tuned** so that is result is of high quality and fast. It is not a simple single
8
  query and response tool.
9
 
10
+ # Live website
11
+
12
+ https://huggingface.co/spaces/michaelthwan/digest-everything-gpt
13
+
14
  # Showcases
15
 
16
  **Example of summary**
 
36
 
37
  ![multi_language](/img/multi_language.png)
38
 
 
 
 
 
39
  # Features
40
 
41
  - **Content Summarization**:
42
  - Automatically generate concise summaries of various types of content, allowing users to save time and make
43
  informed decisions for in-depth engagement.
44
  - Chained/Batched/Advanced prompt engineering for great quality/faster results.
 
 
45
  - **Cross-Medium Support**:
46
  - DigestEverythingGPT is designed to work with a wide range of content mediums.
47
  - Currently, the tool supports
48
  - YouTube videos [beta]
49
  - podcasts (in progress)
50
  - PDF documents (in progress)
51
+ - **Interactive "Ask" Feature** (in progress):
52
+ - Users can pose questions to the tool and receive answers extracted from specific sections within the full content.
53
 
54
  # Installation
55
 
 
64
 
65
  DigestEverything-GPT is licensed under the MIT License.
66
 
67
+ # Acknowledgements
68
+
69
+ - chatgpt_academic for gradio code framework
70
+
71
+ ---
72
+ title: Digest Everything Gpt
73
+ emoji: 💻
74
+ colorFrom: green
75
+ colorTo: green
76
+ sdk: gradio
77
+ sdk_version: 3.24.1
78
+ app_file: main.py
79
+ pinned: true
80
+ license: mit
81
+ ---