Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fraserxu/book-gpt
Drop a book, start asking question.
https://github.com/fraserxu/book-gpt
Last synced: 5 days ago
JSON representation
Drop a book, start asking question.
- Host: GitHub
- URL: https://github.com/fraserxu/book-gpt
- Owner: fraserxu
- Created: 2023-02-21T06:44:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T13:23:17.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T03:16:15.622Z (12 days ago)
- Language: TypeScript
- Homepage: https://book-gpt.fraserxu.dev
- Size: 698 KB
- Stars: 434
- Watchers: 8
- Forks: 49
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - fraserxu/book-gpt - Drop a book, start asking question. (TypeScript)
- awesome-langchain-zh - Book GPT - gpt?style=social): 丢一本书,开始提问. (开源项目 / 其他聊天机器人)
- awesome-langchain - Book GPT - gpt?style=social) (Open Source Projects / Other / Chatbots)
README
# book-gpt
Upload a book, ask me anything about it.
https://book-gpt.fraserxu.dev
## Development
```
npm install
```Start dev
```
npm run dev
```## Roadmap
- [x] Make site responsive
- [ ] Support more format
- [ ] Include metadata in answer
- [ ] Have an idea? Create an issue.## Credit:
* [ui](https://github.com/shadcn/ui): Beautifully designed components built with Radix UI and Tailwind CSS.
* [langchainjs](https://hwchase17.github.io/langchainjs/docs/overview/)