https://github.com/hasferrr/chizuru-translator
[Visit the website for more updated content, or see https://github.com/hasferrr/mitsuko-client] AI Subtitle Translator for SRT/ASS subtitle files with high-quality and context-aware results.
https://github.com/hasferrr/chizuru-translator
ai ass openai srt subtitle translator
Last synced: 12 months ago
JSON representation
[Visit the website for more updated content, or see https://github.com/hasferrr/mitsuko-client] AI Subtitle Translator for SRT/ASS subtitle files with high-quality and context-aware results.
- Host: GitHub
- URL: https://github.com/hasferrr/chizuru-translator
- Owner: hasferrr
- License: gpl-3.0
- Created: 2025-02-09T03:45:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T15:31:49.000Z (about 1 year ago)
- Last Synced: 2025-04-06T07:18:14.207Z (about 1 year ago)
- Topics: ai, ass, openai, srt, subtitle, translator
- Language: TypeScript
- Homepage: https://translator.mitsuko.web.id/
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chizuru-Translator
**Chizuru-Translator** is an AI Subtitle Translator for SRT/ASS subtitle files. It uses custom AI model endpoints to provide high-quality and context-aware translations that fit your needs. Suitable for videos, films, or anime episodes, it offers a quick and easy solution. Let’s be honest—it’s a lifesaver for leecher moe weebs who just want their subs fast and accurate.
## Setup
1. Add the required environment variables:
```env
OPENAI_API_KEY=
```
2. Install dependencies:
```bash
bun install
```
3. Run the project:
As a Script:
```bash
bun run index.ts # Translate subtitle
bun run extract-context.ts # Extract context from subtitle
```
As an API Server:
```bash
bun dev
```
This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.