[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-72257":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},72257,"reader3","karpathy\u002Freader3","karpathy","Quick illustration of how one can easily read books together with LLMs. It's great and I highly recommend it.",null,"Python",3706,471,23,3,0,18,40,96,54,106.62,false,"master",true,[],"2026-06-12 04:01:04","# reader 3\n\n![reader3](reader3.png)\n\nA lightweight, self-hosted EPUB reader that lets you read through EPUB books one chapter at a time. This makes it very easy to copy paste the contents of a chapter to an LLM, to read along. Basically - get epub books (e.g. [Project Gutenberg](https:\u002F\u002Fwww.gutenberg.org\u002F) has many), open them up in this reader, copy paste text around to your favorite LLM, and read together and along.\n\nThis project was 90% vibe coded just to illustrate how one can very easily [read books together with LLMs](https:\u002F\u002Fx.com\u002Fkarpathy\u002Fstatus\u002F1990577951671509438). I'm not going to support it in any way, it's provided here as is for other people's inspiration and I don't intend to improve it. Code is ephemeral now and libraries are over, ask your LLM to change it in whatever way you like.\n\n## Usage\n\nThe project uses [uv](https:\u002F\u002Fdocs.astral.sh\u002Fuv\u002F). So for example, download [Dracula EPUB3](https:\u002F\u002Fwww.gutenberg.org\u002Febooks\u002F345) to this directory as `dracula.epub`, then:\n\n```bash\nuv run reader3.py dracula.epub\n```\n\nThis creates the directory `dracula_data`, which registers the book to your local library. We can then run the server:\n\n```bash\nuv run server.py\n```\n\nAnd visit [localhost:8123](http:\u002F\u002Flocalhost:8123\u002F) to see your current Library. You can easily add more books, or delete them from your library by deleting the folder. It's not supposed to be complicated or complex.\n\n## License\n\nMIT","reader3 是一个轻量级的自托管EPUB阅读器，允许用户逐章阅读电子书，并方便地将章节内容复制粘贴到大型语言模型中进行辅助阅读。该项目使用Python编写，依赖于uv库来运行，其核心功能包括支持从本地加载EPUB格式的书籍至个人图书馆、通过Web界面访问已添加的图书以及提供简单的图书管理功能如添加或移除书籍。特别适合那些希望通过结合人工智能技术来增强传统阅读体验的学习者和研究者使用。",2,"2026-06-11 03:41:05","high_star"]