Hello everyone, I am a user of Calibre software for a long time. Recently I developed a python program to recursively summarize the information of an epub format ebook, and output the summaries to a .csv file. This could be further developed as a plugin for Calibre. Imagine that you drag a new e-book into Calibre, and clicked a button, then the plugin summarizes the content of this new book in the back, and the summarized content could be a context for you to chat with ChatGPT. This would be not only interesting but also useful for us.
The program I have developed has been hosted on Github:
https://github.com/waynia/epub_retrieval ,while this is only the first step towards the plugin I just described. I have no experience about how to build a GUI plugin of Calibre and I believe the best way to create it is to ask you to join me together.
Moderator Notice
Moved to the plugin ideas thread. Making a new thread labeled like that suggests you already have a plugin made.