Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yazinsai/srt-ai
Translate SRT files to any language, using AI magic ✨
https://github.com/yazinsai/srt-ai
openai
Last synced: 16 days ago
JSON representation
Translate SRT files to any language, using AI magic ✨
- Host: GitHub
- URL: https://github.com/yazinsai/srt-ai
- Owner: yazinsai
- Created: 2023-04-27T08:12:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:24:43.000Z (5 months ago)
- Last Synced: 2024-07-31T08:19:20.395Z (4 months ago)
- Topics: openai
- Language: TypeScript
- Homepage: https://translatesrt.com/
- Size: 537 KB
- Stars: 185
- Watchers: 3
- Forks: 49
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![SRT AI Translator - Preview](/preview.png)
# SRT AI Translator
Translate SRT files to any language, using AI magic ✨
Say goodbye to subpar auto-generated captions and elevate the user experience with high-quality translations! 🎉
## Overview
SRT AI Translator leverages the power of AI to provide accurate and natural-sounding translations for SRT subtitle files in any language. This easy-to-use tool ensures that viewers can enjoy video content without the frustration of poorly-translated captions.
## Getting Started
Follow these simple steps to set up SRT AI Translator and start enjoying better translations:
### Prerequisites
- An OpenAI API key (grab it [here](https://platform.openai.com/account/api-keys), if you don't have one already)
- Node.js and npm installed on your machine### Installation
1. Clone the repo `git clone https://github.com/yazinsai/srt-ai`
2. Rename `.env.example` to `.env.local` and paste your OpenAI Key.
3. Install dependencies using `npm install`
4. Start locally using `npm run dev`You should now be able to access the repo at [`http://localhost:3000/`](http://localhost:3000/) in your browser.