App that helps you pick up reading where you left off
Upload an EPUB, choose a chapter until which to summarize, and see summarization for each previous chapters!
Try at: https://text-summarizer.hxann.com
GitHub: https://github.com/intagaming/text-summarizer
Note: This app mostly doesn’t run through my server. It will call LLM providers directly. You will have to set your own LLM provider and API key in the settings. And I don’t have money so I won’t make a SaaS out of this. But my server does split the chapters up for you though.
I recommend using google/gemini-flash-1.5
if you’re summarizing books that’s
not English. Otherwise the smaller model google/gemini-flash-1.5-8b
is
adequate.
Read other posts