TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Does anyone know a way to feed Kindle books to an AI

2 点作者 jantypas2超过 1 年前
This is probably not possible due to copyright issues, but assuming I&#x27;ve purchased a large number of Kindle books over the years, is there a way I can feed them into an AI such that I can have it provide code assistance as I work? I know I can do this with GPT and PDFs, but most of these texts are not in PDF format. I know CoPilot and JetBrains <i>claim</i> to have AIs that have all of this info, but for reasons we all know, I need to keep a &quot;closed corpus&quot;.

1 comment

stop50超过 1 年前
Most ebook formats are some sort of container + metadata + html +css. So you need only the files, extract the html and feed the text in it to the statistic model.