https://github.com/FishHawk/auto-novel
轻小说机翻网站,支持网络小说/文库小说/本地小说
https://github.com/FishHawk/auto-novel
chatgpt kotlin light-novel openai translator vue
Last synced: 5 months ago
JSON representation
轻小说机翻网站,支持网络小说/文库小说/本地小说
- Host: GitHub
- URL: https://github.com/FishHawk/auto-novel
- Owner: FishHawk
- License: gpl-3.0
- Created: 2022-10-30T14:50:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T15:45:32.000Z (5 months ago)
- Last Synced: 2025-05-03T16:35:42.165Z (5 months ago)
- Topics: chatgpt, kotlin, light-novel, openai, translator, vue
- Language: Vue
- Homepage: https://books.fishhawk.top/
- Size: 5.41 MB
- Stars: 610
- Watchers: 5
- Forks: 55
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 轻小说机翻机器人
[](https://github.com/FishHawk/auto-novel#license)
[](https://github.com/FishHawk/auto-novel/actions/workflows/CI-Server.yml)
[](https://github.com/FishHawk/auto-novel/actions/workflows/CI-Web.yml)> 重建巴别塔!!
[轻小说机翻机器人](https://books.fishhawk.top/)是一个自动生成轻小说机翻并分享的网站。在这里,你可以浏览日文网络小说/文库小说,或者上传你自己的 EPUB/TXT 文件,然后生成机翻版本。
## 功能
- 浏览日本网络小说,支持的网站有:[Kakuyomu](https://kakuyomu.jp/)、[小説家になろう](https://syosetu.com/)、[Novelup](https://novelup.plus/)、[Hameln](https://syosetu.org/)、[Pixiv](https://www.pixiv.net/)、[Alphapolis](https://www.alphapolis.co.jp/)。
- 生成多种机翻,支持的翻译器有:百度、有道、OpenAI-like API(例如 DeepSeek API)、[Sakura](https://huggingface.co/SakuraLLM/Sakura-14B-Qwen2.5-v1.0-GGUF)。
- 支持术语表。
- 支持多种格式,包括日文、中文以及中日对比。
- 支持生成 EPUB 和 TXT 文件。
- 支持翻译 EPUB 和 TXT 文件。
- 支持在线阅读。## 贡献
请参考 [CONTRIBUTING.md](https://github.com/FishHawk/auto-novel/blob/main/CONTRIBUTING.md)
## 部署
> [!WARNING]
> 注意:本项目并不是为了个人部署设计的,不保证所有功能可用和前向兼容。下载项目:
```bash
> git clone https://github.com/FishHawk/auto-novel.git
> cd auto-novel
```创建并编辑 `.env` 文件,内容如下:
```bash
DATA_PATH=./data # 数据的存储位置
HTTPS_PROXY=https://127.0.0.1:7890 # web 小说代理,可以为空
PIXIV_COOKIE_PHPSESSID= # Pixiv cookies,不使用 Pixiv 可以不填
```打开 `docker-compose.yml` 文件,酌情修改。
运行 `docker compose up [-d]` (`-d` 为后台运行)。
访问 `http://localhost` 即可。