[VBA] MindDistiller - Press a button, AI summarize the text and return as subtopics.
Voting Open
Hi,
i read lot's of PDFs, the author have tons of text.
Looks like they are the least person who want you to read their text.
Now, with AI,
i am thinking to let AI summarize the text of the topic for me,
then return it and add as trees of subtopics (if any).
I am also thinking of making the macros/addons officials and commerical,
so that there will be supports.
AI is changing our lives.
or should be called MindSublimator?
The unused "water" in the texts are removed ^^
thx
or should be called MindSublimator?
The unused "water" in the texts are removed ^^
thx
v1.0.0 done.
so for a large block of text, the macro will send it to some sort of AI,
parameters could be defined in the python script.
result is returned as subtopics.
for note text, they can be easily deal manually /w me previous tools.
v1.0.0 done.
so for a large block of text, the macro will send it to some sort of AI,
parameters could be defined in the python script.
result is returned as subtopics.
for note text, they can be easily deal manually /w me previous tools.
much easier to read, also, a window will pop up tell you how many characters (token) in the original text, and will prompt you how many token (characters) you want to be summarized in. so you can control 1 main parameter in summarization. the others are in the python script. (token seems most important)
much easier to read, also, a window will pop up tell you how many characters (token) in the original text, and will prompt you how many token (characters) you want to be summarized in. so you can control 1 main parameter in summarization. the others are in the python script. (token seems most important)
works OK.
(preliminary ) Pro version features:
1. more different summarize engines
2. more parameters could be set, yet default value is always pre-set
3. work with build-in browser
works OK.
(preliminary ) Pro version features:
1. more different summarize engines
2. more parameters could be set, yet default value is always pre-set
3. work with build-in browser
As it is a python script that connect to OpenAI,
gpt4 helped me to make it obtain text from clipboard, summarize it, and return back to clipboard.
this is ClipBoardSublimator.
beta testing, available soon.
As it is a python script that connect to OpenAI,
gpt4 helped me to make it obtain text from clipboard, summarize it, and return back to clipboard.
this is ClipBoardSublimator.
beta testing, available soon.
---